eraser icon indicating copy to clipboard operation
eraser copied to clipboard

[REQ] disable unused default metrics

Open ashnamehrotra opened this issue 2 years ago • 3 comments

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.

ashnamehrotra avatar Dec 12 '23 21:12 ashnamehrotra

Hello @sozercan @salaxander I am new here and I am willing to contribute to this project, can you please assign this issue to me?

Burnleydev1 avatar Dec 04 '24 17:12 Burnleydev1

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 avatar Dec 18 '24 11:12 Burnleydev1

@Burnleydev1 what go version is this running on and is this the current main branch?

ashnamehrotra avatar Jan 07 '25 16:01 ashnamehrotra