eraser
eraser copied to clipboard
[REQ] disable unused default metrics
What kind of request is this?
None
What is your request or suggestion?
disable unused default metrics: https://github.com/eraser-dev/eraser/blob/main/main.go#L100
Are you willing to submit PRs to contribute to this feature request?
- [ ] Yes, I am willing to implement it.
Hello @sozercan @salaxander I am new here and I am willing to contribute to this project, can you please assign this issue to me?
please I have been facing this specific error when I run make run
docker run --rm -v /home/burnley/eraser/eraser:/eraser eraser-tooling controller-gen object:headerFile="hack/boilerplate.go.txt" paths="./api/..."
docker run --rm -v /home/burnley/eraser/eraser:/eraser eraser-tooling conversion-gen \
--output-base=/eraser \
--input-dirs=./api/v1alpha1,./api/v1,./api/v1alpha2,./api/v1alpha3 \
--go-header-file=./hack/boilerplate.go.txt \
--output-file-base=zz_generated.conversion
go fmt ./...
go vet ./...
go run ./main.go
{"level":"error","ts":1734431937.165126,"logger":"setup","msg":"aborting","error":"config file was not supplied","stacktrace":"main.main\n\t/home/burnley/eraser/eraser/main.go:134\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:272"}
exit status 1
make: *** [Makefile:215: run] Error 1
@Burnleydev1 what go version is this running on and is this the current main branch?