influxdata / community-templates

InfluxDB Community Templates: Quickly collect & analyze time series data from a range of sources: Kubernetes, MySQL, Postgres, AWS, Nginx, Jenkins, and more.
https://www.influxdata.com/products/influxdb-templates/gallery/
Apache License 2.0
351 stars 157 forks source link

Gauge should use tickPrefix as a literal string in front of ticks #253

Open TCL735 opened 3 years ago

TCL735 commented 3 years ago

Template: multiple

Describe the problem Gauge treats the tickPrefix property as a literal string. And this is the correct behavior.

If "false" is the value, then "false" is literally the value that will appear in front of each tick on the Gauge.

Please update all templates' tickPrefix to ensure that no undesired strings are given as the value.

To Reproduce Steps to reproduce the behavior: Search the entire repository's files for the word tickPrefix

Expected behavior tickPrefix should be removed if "false" is not the desired prefix.

Screenshots If applicable, add screenshots to help explain your problem.

How are you running InfluxDB?

Additional context