-
Bug
-
Resolution: Won't Do
-
Critical
-
Logging 6.0.0
-
False
-
None
-
False
-
NEW
-
OBSDA-550 - Updated APIs for Logging 6.0
-
NEW
-
Release Note Not Required
-
-
-
Log Collection - Sprint 257
Description of problem:
No Telemetry is exposed in Logging 6.0.
log_logging_info log_collector_error_count_total log_forwarder_pipeline_info log_forwarder_input_info log_forwarder_output_info cluster:log_collected_bytes_total:sum
How reproducible:
Always
Steps to Reproduce:
- Deploy Logging 6.0.
- Query metrics in prometheus.
token=$(oc create token prometheus-k8s -n openshift-monitoring) route=$(oc get route -n openshift-monitoring prometheus-k8s -ojsonpath={.spec.host}) curl -k -s -H "Authorization: Bearer ${token}" "https://${route}/api/v1/query?" --data-urlencode "query=${metrics_name}"
Expected results:
Telemetry are exposed in Logging 6.0
- relates to
-
LOG-5131 OpenShift Logging Telemetry
- Review
- links to