-
Bug
-
Resolution: Done
-
Normal
-
Logging 5.5.0
-
False
-
-
False
-
NEW
-
VERIFIED
-
Before this update, logging telemetry info appeared twice when reviewing metrics. With this update, logging telemetry info displays as expected.
-
-
Log Collection - Sprint 223, Log Collection - Sprint 224, Log Collection - Sprint 225, Log Collection - Sprint 226, Log Collection - Sprint 227
Two opposite items present when show log_logging_info metrics. it should show the correct one.
Step to Reproduce
- Deploy CLO and EO
- send logs to default.
- check the log_logging_info metrics
Actual result:
Two items are present
[
{
"metric": {
"__name__": "log_logging_info",
"endpoint": "http-metrics",
"healthStatus": "0",
"instance": "10.129.2.144:8686",
"job": "cluster-logging-operator-metrics",
"managedStatus": "0",
"namespace": "openshift-logging",
"pod": "cluster-logging-operator-5bfd9dfd84-vl2gn",
"service": "cluster-logging-operator-metrics",
"version": "0.0.1"
},
"value": [
1646406004.676,
"1"
]
},
{
"metric": {
"__name__": "log_logging_info",
"endpoint": "http-metrics",
"healthStatus": "0",
"instance": "10.129.2.144:8686",
"job": "cluster-logging-operator-metrics",
"managedStatus": "1",
"namespace": "openshift-logging",
"pod": "cluster-logging-operator-5bfd9dfd84-vl2gn",
"service": "cluster-logging-operator-metrics",
"version": "0.0.1"
},
"value": [
1646406004.676,
"1"
]
}
]
Expect result
Only show the second item
[
{
"metric": {
"__name__": "log_logging_info",
"endpoint": "http-metrics",
"healthStatus": "0",
"instance": "10.129.2.144:8686",
"job": "cluster-logging-operator-metrics",
"managedStatus": "1",
"namespace": "openshift-logging",
"pod": "cluster-logging-operator-5bfd9dfd84-vl2gn",
"service": "cluster-logging-operator-metrics",
"version": "0.0.1"
},
"value": [
1646406004.676,
"1"
]
}
]
- links to
- mentioned on
(10 mentioned on)