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.

Home Page:https://www.influxdata.com/products/influxdb-templates/gallery/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

TCL735 opened this issue · comments

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?

  • InfluxDB Cloud platform
  • InfluxDB 2.0 on a remote server
  • InfluxDB 2.0 on my local machine

Additional context