Matthew Macdonald-Wallace
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
server/prometheus.js
|
|
@ -42,6 +42,9 @@ class Prometheus { |
|
|
|
monitor_hostname: monitor.hostname, |
|
|
|
monitor_port: monitor.port |
|
|
|
}; |
|
|
|
for (var t in monitor.tags) { |
|
|
|
this.monitorLabelValues[k] = monitor.tags[k]; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
update(heartbeat, tlsInfo) { |
|
|
|