Skip to content

Commit

Permalink
fix(RHTAPWATCH-542): Add status label to the spi metric on app-sre (#…
Browse files Browse the repository at this point in the history
…2540)

status label was missing in the LabelKeep list so it couldn't
be accessed for the spi metric on the app-sre grafana. This change
enables the status label.

Signed-off-by: Homaja Marisetty <[email protected]>
Co-authored-by: Homaja Marisetty <[email protected]>
  • Loading branch information
hmariset and Homaja Marisetty authored Oct 11, 2023
1 parent 95ace68 commit 7c29d0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
commit_hash|job|operation|tokenName|rateLimited|state|persistentvolumeclaim|\
storageclass|volumename|release_reason|instance|result|deployment_reason|\
validation_reason|strategy|succeeded|target|name|method|code|sp|\
unexpected_status|failure|hostname|label_app_kubernetes_io_managed_by"
unexpected_status|failure|hostname|label_app_kubernetes_io_managed_by|status"
---
# Grant permission to Federate In-Cluster Prometheus
apiVersion: rbac.authorization.k8s.io/v1
Expand Down

0 comments on commit 7c29d0b

Please sign in to comment.