#grumbledore-veneur
1 messages · Page 1 of 1 (latest)
I haven't been able to start any of the 14.x images - the latest one fails with:
$ docker run -it index.docker.io/stripe/veneur:14.2.0
WARNING: Package "github.com/golang/protobuf/protoc-gen-go/generator" is deprecated.
A future release of golang/protobuf will delete this package,
which has long been excluded from the compatibility promise.
WARN[0000] trace_lightstep_collector_host configuration option has been replaced by lightstep_collector_host and will be removed in the next version
INFO[0000] Set mutex profile fraction MutexProfileFraction=0 previousMutexProfileFraction=0
INFO[0000] Set block profile rate (nanoseconds) BlockProfileRate=0
INFO[0000] Preparing workers number=96
INFO[0000] Creating SignalFx sink signalfx endpoint_base="https://ingest.signalfx.com" metric_sink=signalfx
WARN[0000] Unknown sink kind prometheus; skipping.
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x111d730]
goroutine 1 [running]:
github.com/stripe/veneur/v14.(*Server).createSpanSinks(0x16b1320, 0xc000626500, 0xc0003a6de0, 0xc0006c06e0)
/veneur/server.go:388 +0x1d0
github.com/stripe/veneur/v14.NewFromConfig({{{0xc0006ec3c0, 0x3, 0x3}, {{0x0, 0x0}}, {0x0, 0x0}, {0x0, 0x0}, {{0x0, ...}}, ...}, ...})
/veneur/server.go:651 +0x1e08
main.main()
/veneur/cmd/veneur/main.go:105 +0x24ca
13.x is working for me when I set my DD API key
Have you filed an issue for this on github? I think that's the best way to surface this to the maintainers
👍 thanks for taking a look figured this might be a long shot