Skip to content

Commit

Permalink
feat(prometheus): test fixes and doc changes after dropping recording…
Browse files Browse the repository at this point in the history
… rule metrics
  • Loading branch information
rnishtala-sumo committed Aug 18, 2023
1 parent c7230a9 commit 4ea07a2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 9 additions & 1 deletion docs/v4-migration-doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ format. Please check [Solution Overview][solution-overview] and see below for de

[solution-overview]: /docs/README.md#solution-overview

### Drop Prometheus recording rule metrics

OpenTelemetry can't collect Prometheus recording rule metrics. The new version therefore stops collecting recording rule metrics and updates
will be made to the Kubernetes App to remove these metrics.

## How to upgrade

### Requirements
Expand Down Expand Up @@ -66,4 +71,7 @@ require additional action.

## Full list of changes

:construction:
- Drop Prometheus recording rule metrics

OpenTelemetry can't collect Prometheus recording rule metrics. The new version therefore stops collecting recording rule metrics and
updates will be made to the Kubernetes App to not show these metrics.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ data:
"/prometheus.metrics.applications.varnish",
"/prometheus.metrics.custom",
"/prometheus.metrics.node",
"/prometheus.metrics.operator.rule",
"/prometheus.metrics.others"
]
service:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,7 @@ data:
"/prometheus.metrics.applications.squidproxy",
"/prometheus.metrics.applications.tomcat",
"/prometheus.metrics.applications.varnish",
"/prometheus.metrics.node",
"/prometheus.metrics.operator.rule"
"/prometheus.metrics.node"
]
service:
extensions:
Expand Down

0 comments on commit 4ea07a2

Please sign in to comment.