Open lukidzi opened 2 years ago
We should probably have dedicated charts for these.
This issue was inactive for 30 days it will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant please comment on it promptly or attend the next triage meeting.
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.
Expose it as a regular prometheus endpoint and scrape it outside of MeshMetric
This issue was inactive for 90 days. It will be reviewed in the next triage meeting and might be closed. If you think this issue is still relevant, please comment on it or attend the next triage meeting.
Should we use MeshMetric and filter stats based on the mesh? For otel I think that's quite feasible, for prometheus metrics maybe it would make sense to expose different endpoints?
What would happen to common stats? (like listeners for .e.g)
What happened?
When Metrics are enabled in Grafana you can observe that metrics are available only for Dataplanes but not for
ZoneEgress
andZoneIngress
. It looks like while we are building listener for sidecars we only include Prometheus one to Dataplanes but not toZoneEgress
andZoneIngress
. Metrics configuration is Mesh specific, whileZoneEgress
andZoneIngress
are Zone specific.