You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When metrics are opened for more than one service and we want to monitor only specific services, the labels definition must be unique.
But in k8s service that occurs after dapr sidecar injection, it assigns only one label as below.
Hi,
To monitor Dapr sidecar metrics with the help of prometheus Service Monitor, we use the Selector Labels field.
For Example,
When metrics are opened for more than one service and we want to monitor only specific services, the labels definition must be unique.
But in k8s service that occurs after dapr sidecar injection, it assigns only one label as below.
Can the automatic value assignment with annotations value also be done to the sidecar service-dapr?
dapr.io/app-id: demo-service
The text was updated successfully, but these errors were encountered: