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
First of all, thanks for this great lib. I particularly enjoy this no vendor lock-in approach 👍
Most (if not all) formats that support tags support setting different tags for each measurement.
It would be nice to retain the global (per $collector instance) tags, but also to support additional tags that would be set for only the current measurement, via additional (optional) function parameters.
EDIT: I didn't see that this just got implemented via the InlineTaggableGaugeableCollector interface. Only DogStatsD seems to implement it but Telegraf and InfluxDB should also support it.
The text was updated successfully, but these errors were encountered:
p3r7
changed the title
Per measurement tags
Per measurement tags for telegraf and InfluxDB
Dec 21, 2016
Hi there,
First of all, thanks for this great lib. I particularly enjoy this no vendor lock-in approach 👍
Most (if not all) formats that support tags support setting different tags for each measurement.
It would be nice to retain the global (per $collector instance) tags, but also to support additional tags that would be set for only the current measurement, via additional (optional) function parameters.
For example:
I could make a PR if you agree with that change.
EDIT: I didn't see that this just got implemented via the InlineTaggableGaugeableCollector interface. Only DogStatsD seems to implement it but Telegraf and InfluxDB should also support it.
The text was updated successfully, but these errors were encountered: