fix grafana-dash-knative-eventing-channel query for kafkachannels#4107
Conversation
|
@maschmid: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: creydr, maschmid The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
14d5a64
into
openshift-knative:main
kn_eventing_dispatch_latency_ms_count has
kn_kafkachannel_namespace,kn_eventing_dispatch_duration_seconds_count has
kn_channel_namespaceSo when using just
kn_channel_namespacelabels, we don't see the kafkachannel namespaces.Use label_replace to rename the
kn_kafkachannel_namespacelabels tokn_channel_namespacefor the namespace query.