centreon / centreon-stream-connector-scripts

Scripts for Centreon Stream Connector
15 stars 22 forks source link

protect metric name #226

Closed tanguyvda closed 1 month ago

tanguyvda commented 2 months ago

for both stream connectors (clickhouse and influxdb2-metrics) if you are using the use_deprecated_metric_system option and your metric name contains a space, it will break the metric name and it will only keep the last word of your metric.

for example if your metric name is "my super metric name" then those stream connectors will only send "name" instead of "my super metric name"