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

Json values with ULL suffix #321

Closed
DifferentialOrange opened this issue Nov 2, 2021 · 0 comments · Fixed by #322
Closed

Json values with ULL suffix #321

DifferentialOrange opened this issue Nov 2, 2021 · 0 comments · Fixed by #322

Comments

@DifferentialOrange
Copy link
Member

Some metrics parse their values to ULL strings:

[{
   "label_pairs":{
      "engine":"memtx",
      "name":"MY_SPACE",
      "alias":"tnt_router"
   },
   "timestamp":1635867200499883,
   "metric_name":"tnt_space_bsize",
   "value":"51589ULL"
},
{
   "label_pairs":{
      "engine":"memtx",
      "name":"MY_SPACE",
      "alias":"tnt_router"
   },
   "timestamp":1635867200499883,
   "metric_name":"tnt_space_total_bsize",
   "value":"199045ULL"
}]

This values can't be parsed by Telegraf+InfluxDB monitoring stack. This issue was already solved for Prometheus (#15) and Graphite (#90), but not for json.

DifferentialOrange added a commit to DifferentialOrange/metrics that referenced this issue Nov 3, 2021
DifferentialOrange added a commit to DifferentialOrange/metrics that referenced this issue Nov 3, 2021
DifferentialOrange added a commit to DifferentialOrange/metrics that referenced this issue Nov 13, 2021
DifferentialOrange added a commit to DifferentialOrange/metrics that referenced this issue Nov 15, 2021
DifferentialOrange added a commit to tarantool/grafana-dashboard that referenced this issue Nov 19, 2021
Bump metrics to 0.12.0 in example cluster. Add tarantool/metrics
issue #321 [1] reference to InfluxDB panels description that doesn't
work without bugfix introduced in metrics 0.12.0.

1. tarantool/metrics#321

Follows-up #104
DifferentialOrange added a commit to tarantool/grafana-dashboard that referenced this issue Nov 19, 2021
Bump metrics to 0.12.0 in example cluster. Add tarantool/metrics
issue #321 [1] reference to InfluxDB panels description that doesn't
work without bugfix introduced in metrics 0.12.0.

1. tarantool/metrics#321

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

Successfully merging a pull request may close this issue.

1 participant