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
collectd.debug("Name: {0} not match Labels: {1} Value: {2}".format(*sample))
148
153
exceptExceptionase:
149
-
collectd.error('unable to get prometheus data %s://%s:%s/metrics with current configuration %s: %s'% (process.protocol, process.host, process.port, json.dumps(process.__dict__), e))
154
+
collectd.error('unable to get prometheus data %s://%s:%s%s with current configuration %s: %s'% (process.protocol, process.host, process.port, process.uri, json.dumps(process.__dict__), e))
0 commit comments