We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e81b7b commit a322f99Copy full SHA for a322f99
1 file changed
hawkular/metrics.py
@@ -83,7 +83,7 @@ def _get_status_url(self):
83
return self._get_base_url() + 'status'
84
85
def _get_single_id_url(self, previous_url, id):
86
- return previous_url + '/{0}'.format(HawkularBaseClient.quote(metric_id))
+ return previous_url + '/{0}'.format(HawkularBaseClient.quote(id))
87
88
@staticmethod
89
def _transform_tags(**tags):
0 commit comments