You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did not find a way to set veneur_metrics_scopes via environment variables. After digging a bit through the https://github.com/kelseyhightower/envconfig documentation, I don't see how that would be possible with how the corresponding Veneur config is structured here:
I tried VENEUR_VENEURMETRICSSCOPES="counter:local,gauge:local,histogram:local,set:local,status:local" and VENEUR_VENEURMETRICSSCOPES_COUNTER="local" but there seems to be no effect on where internal metrics are sent.
Maybe I'm missing something?
The text was updated successfully, but these errors were encountered:
Hey,
I did not find a way to set
veneur_metrics_scopes
via environment variables. After digging a bit through thehttps://github.com/kelseyhightower/envconfig
documentation, I don't see how that would be possible with how the corresponding Veneur config is structured here:veneur/config.go
Lines 112 to 118 in 00be4dd
I tried
VENEUR_VENEURMETRICSSCOPES="counter:local,gauge:local,histogram:local,set:local,status:local"
andVENEUR_VENEURMETRICSSCOPES_COUNTER="local"
but there seems to be no effect on where internal metrics are sent.Maybe I'm missing something?
The text was updated successfully, but these errors were encountered: