samitpal/influxdb-router

Don't use the api key to construct internal metrics

Closed this issue · 1 comments

Use the service name instead of the api key to construct internal InfluxDB-router metrics.

i.e

influx_router.<api_key>.outgoing_queue...

should be replaced by

influx_router.<service_name>.outgoing_queue...

Fixed via #8