Ottomata has uploaded a new change for review.
https://gerrit.wikimedia.org/r/129172
Change subject: Fixing metric names in kafkatee ganglia view
......................................................................
Fixing metric names in kafkatee ganglia view
Change-Id: I078b69802b8907b7c9bc4b885b1a1c1b48bf10c5
---
M manifests/misc/monitoring.pp
1 file changed, 3 insertions(+), 9 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/72/129172/1
diff --git a/manifests/misc/monitoring.pp b/manifests/misc/monitoring.pp
index 7cdf03e..794e022 100644
--- a/manifests/misc/monitoring.pp
+++ b/manifests/misc/monitoring.pp
@@ -355,13 +355,13 @@
# receive transctions per second rate
{
'host_regex' => $varnishkafka_host_regex,
- "metric_regex" =>
"kafka.rdkafka.topics.${topic_regex}\\.rx.per_second",
+ 'metric_regex' => 'kafka.rdkafka.brokers..+\.rx\.per_second',
'type' => 'stack',
},
# receive bytes per second rate
{
'host_regex' => $varnishkafka_host_regex,
- "metric_regex" =>
"kafka.rdkafka.topics.${topic_regex}\\.rxbytes.per_second",
+ "metric_regex" =>
'kafka.rdkafka.brokers..+\.rxbytes\.per_second',
'type' => 'stack',
},
# round trip time average
@@ -370,17 +370,11 @@
'metric_regex' => 'kafka.rdkafka.brokers..+\.rtt\.avg',
'type' => 'line',
},
- # receive errors per second rate
- {
- 'host_regex' => $varnishkafka_host_regex,
- "metric_regex" =>
"kafka.rdkafka.topics.${topic_regex}\\.rxerrs.per_second",
- 'type' => 'stack',
- },
# next_offset.per_second - rate at which offset is updated,
# meaning how many offsets per second are read
{
'host_regex' => $kafkatee_host_regex,
- "metric_regex" =>
"kafka.rdkafka.topics.${topic_regex}\\.next_offset.per_second",
+ 'metric_regex' =>
"kafka.rdkafka.topics.${topic_regex}\\.next_offset.per_second",
'type' => 'stack',
},
],
--
To view, visit https://gerrit.wikimedia.org/r/129172
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I078b69802b8907b7c9bc4b885b1a1c1b48bf10c5
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits