Uploaded image for project: 'OpenShift Logging'
  1. OpenShift Logging
  2. LOG-5865

Telemetry metrics are not exposed in 6.0

XMLWordPrintable

    • 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:

      1. Deploy Logging 6.0.
      2. 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

            rojacob@redhat.com Robert Jacob
            rhn-support-anli Anping Li
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: