Skip to content

metrics for workloads pods and http requests missing #4507

@csantanapr

Description

@csantanapr

metrics for workloads pods and http requests missing

In what area(s)?

/area monitoring
/kind bug

What version of Knative?

0.6.0

Expected Behavior

When installing monitoring.yaml from the 0.6.0 release I should be able to open grafana from the knative-monitoring namespace and the dashboards should have data.

Actual Behavior

Both bashboards are empty and the drop downs don't populate with configurations or revisions instances

Steps to Reproduce the Problem

I tried in 2 environments:

  1. IKS (IBM public Cloud)

  2. Local using kind

  3. Install knative serving including monitoring.yaml from the release page

  4. Port forward grafana from knative-monitoring

kubectl port-forward --namespace knative-monitoring \
$(kubectl get pods --namespace knative-monitoring \
--selector=app=grafana --output=jsonpath="{.items..metadata.name}") \
3000
  1. Open dashboards
  • "Knative Serving - Scaling Debugging"
  • "Knative Serving - Revision HTTP Requests"
  1. Results: No data found
    image

Other dashboards have data about knative control plane.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/monitoringkind/bugCategorizes issue or PR as related to a bug.lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions