Moshe Eshel
Moshe Eshel
Thanks for an excellent looking implementation! coming from the Java world, I've been looking for one like this, but for some reason it isn't as visible as scales - though...
Starting out with the plugin and ArchUnit in general, I performed the most basic setup as outlined in the readme - just wanted a default run, even with no rules....
Trying to create a docker-compose harness to run goreplay locally this is the dockerfile ``` FROM alpine:3.16 as builder ARG RELEASE_VERSION=1.3.3 RUN apk add --no-cache ca-certificates openssl RUN wget https://github.com/buger/goreplay/releases/download/${RELEASE_VERSION}/gor_${RELEASE_VERSION}_mac.tar.gz...
Hi, I'm trying to accomplish a low effort tracing solution, the idea is minimal code, and save the traceId + spanId to log with all the logging that is currently...
Can you please elaborate more about the configuration options? How to require GitHub auth for all users, can I limit / allow by groups This looks like it could be...