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