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
I think this is a bug in the prometheus_client output, we must be using some global state. I tested with the file output and did not have the same issue. I also tested with Telegraf 1.4.5 which has the same issue.
Bug report
Only the first first
tagpass
being used when using multiply outputs from the same typeRelevant telegraf.conf:
System info:
Telegraf v1.5.0~rc2 (git: release-1.5 fd964bd)
linux_amd64
Steps to reproduce:
curl -i -XPOST http://127.0.0.1:8187/write?db=test --data-binary "test,tag1=1 value=1 $(date +%s)"
curl -i -XPOST http://127.0.0.1:8187/write?db=test --data-binary "test,tag1=2 value=2 $(date +%s)"
curl -s 127.0.0.1:9273/m |grep test
curl -s 127.0.0.1:9274/m |grep test
Expected behavior:
Actual behavior:
Use case:
Routing metrics
The text was updated successfully, but these errors were encountered: