Grafana table panel display text as number

  • What Grafana version and what operating system are you using? 7.0
    Query data from Elasticsearch and display them on Grafana

  • What happened?
    → Table panel displays data (as a keyword) from search result as a number instead of text
    Look like bellow:
    Data from ES | Display on table panel
    3062e9 → 3062000000000
    318e61 → 3.18E+63
    30e763 → ∞

  • What did you expect to happen?
    I expected that display data as text :
    3062e9 → 3062e9
    318e61 → 318e61
    30e763 → 30e763

  • Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
    Don’t have any error log

image

Have anyone get same issue with me? Thank!

This looks like a bug to me. Can you make a bug report in our Github Repo and include this link?

https://play.grafana.org/d/UkP_om4nz/strings-in-scientific-notation?orgId=1

As a workaround, I would avoid using strings that are valid numbers in scientific notation

This topic was automatically closed after 365 days. New replies are no longer allowed.