-
Feature
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
False
-
-
False
-
Not Selected
-
0
Title: Require a status section in the monitoring object instances including belowto get an overview of the issue without digging into logs:
- AlertmanagerConfig
- Alertmanager
- PodMonitor
- Probe
- Prometheus
- PrometheusRule
- ServiceMonitor
- ThanosRuler
- AlertingRule
- AlertRelabelConfig
Current: There is no status section available when viewing the yaml snippet of the alertmanagerconfig instance:
$ oc get alertmanagerconfig <name> -oyaml apiVersion: monitoring.coreos.com/v1beta1 kind: AlertmanagerConfig metadata: spec: {}
Expected:
Require a status section as described below:
$ oc get alertmanagerconfig <name> -oyaml
apiVersion: monitoring.coreos.com/v1beta1
kind: AlertmanagerConfig
metadata:
spec: {}
status: {} <------- //Desired//
- links to