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
if not counter.is_single_instance():
tag = "instance=%s" % key
tags.append(tag)
The "=" character causes tags to show in the UI as just a value, and not a key:value, making it more difficult to graph these metrics. A simple change to ":" causes these tags to work as expected.
The text was updated successfully, but these errors were encountered:
https://github.com/DataDog/integrations-core/blob/master/pdh_check/check.py#L65
The "=" character causes tags to show in the UI as just a value, and not a key:value, making it more difficult to graph these metrics. A simple change to ":" causes these tags to work as expected.
The text was updated successfully, but these errors were encountered: