From 0f8ae5b0e2a450e9594330154355b04bbe58b37b Mon Sep 17 00:00:00 2001 From: Steven Hawkins Date: Mon, 18 Feb 2019 07:40:32 -0500 Subject: [PATCH] removing duplicate ExchangesTotal --- java/images/rhel/prometheus-config.yml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/java/images/rhel/prometheus-config.yml b/java/images/rhel/prometheus-config.yml index f6eaa2bb..15867b2a 100644 --- a/java/images/rhel/prometheus-config.yml +++ b/java/images/rhel/prometheus-config.yml @@ -31,13 +31,6 @@ rules: labels: context: $1 type: context - - pattern: 'org.apache.camel<>ExchangesTotal' - name: org.apache.camel.ExchangesTotal - help: Exchanges Total - type: COUNTER - labels: - context: $1 - type: context - pattern: 'org.apache.camel<>FailuresHandled' name: org.apache.camel.FailuresHandled help: Failures Handled @@ -143,14 +136,6 @@ rules: context: $1 route: $2 type: routes - - pattern: 'org.apache.camel<>ExchangesTotal' - name: org.apache.camel.ExchangesTotal - help: Exchanges Total - type: COUNTER - labels: - context: $1 - route: $2 - type: routes - pattern: 'org.apache.camel<>FailuresHandled' name: org.apache.camel.FailuresHandled help: Failures Handled @@ -265,14 +250,6 @@ rules: context: $1 processor: $2 type: processors - - pattern: 'org.apache.camel<>ExchangesTotal' - name: org.apache.camel.ExchangesTotal - help: Exchanges Total - type: COUNTER - labels: - context: $1 - processor: $2 - type: processors - pattern: 'org.apache.camel<>FailuresHandled' name: org.apache.camel.FailuresHandled help: Failures Handled