Skip to content

Commit

Permalink
[openstack] tag is project_name - renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
truthbk committed Mar 19, 2018
1 parent 0e33d6e commit 464ffd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstack/datadog_checks/openstack/openstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ def _is_valid_metric(label):
if server_stats:
tags = tags or []
if project_name:
tags.append("project:{}".format(project_name))
tags.append("project_name:{}".format(project_name))
if hypervisor_hostname:
tags.append("hypervisor:{0}".format(hypervisor_hostname))
if server_name:
Expand Down

0 comments on commit 464ffd0

Please sign in to comment.