Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Singlestat: Support string values #2203

Closed
xkrt opened this issue Jun 22, 2015 · 1 comment
Closed

Singlestat: Support string values #2203

xkrt opened this issue Jun 22, 2015 · 1 comment
Assignees
Milestone

Comments

@xkrt
Copy link

xkrt commented Jun 22, 2015

Hi,

I have some string metric (which is actually string representation of date) and want just show last value of it on dashboard. So I use 'Single stat' graph with query:

SELECT last(value) FROM "my_serie"

Grafana always shows just "0", but if I run these query in InfluxDB web interface I got my result:

time                    last
1970-01-01T00:00:00Z    2015-06-20

InfluxDB ver 0.9
Grafana latest ~11 June

@torkelo
Copy link
Member

torkelo commented Jun 22, 2015

Singlestat does not support string values yet. Wil try to fix before 2.1 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants