You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ceph input for Telegraf uses field names to count the number of PG statuses and this is really not practical. Building graphs is tedious as the user needs to create a line graph for every field name, instead of the group by tag traditional approach.
System info:
Telegraf 1.1.1
Ceph 0.94 (Hammer)
Steps to reproduce:
run telegraf with ceph input enabled and cluster stats enabled
inspect the contents of the ceph_pgmap_state serie
Expected behavior:
Unique field name, with tag to differenciate the values
field_name value tag
count 123 state=active+clean
count 3 state=active+clean+scrubbing
Actual behavior:
Multiple field names (one for each pgmap_state)
field_name value
active+clean 123
active+clean+scrubbing 3
The text was updated successfully, but these errors were encountered:
Bug report
Ceph input for Telegraf uses field names to count the number of PG statuses and this is really not practical. Building graphs is tedious as the user needs to create a line graph for every field name, instead of the group by tag traditional approach.
System info:
Telegraf 1.1.1
Ceph 0.94 (Hammer)
Steps to reproduce:
ceph_pgmap_state
serieExpected behavior:
Unique field name, with tag to differenciate the values
Actual behavior:
Multiple field names (one for each pgmap_state)
The text was updated successfully, but these errors were encountered: