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
Copy file name to clipboardExpand all lines: articles/aks/monitor-control-plane-metrics.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,6 +220,14 @@ Run the following command to disable scraping of control plane metrics on the AK
220
220
az feature unregister "Microsoft.ContainerService" --name "AzureMonitorMetricsControlPlanePreview"
221
221
```
222
222
223
+
## FAQs
224
+
* Can these metrics be scraped with self hosted prometheus?
225
+
The control plane metrics currently cannot be scraped with self hosted prometheus. Self hosted prometheus will be able to scrape the single instance depending on the load balancer. These metrics are notaccurate as there are often multiple replicas of the control plane metrics which will only be visible through Managed Prometheus
226
+
227
+
* Why is the user agent not available through the control plane metrics?
228
+
[Control plane metrics in Kubernetes](https://kubernetes.io/docs/reference/instrumentation/metrics/) do not have the user agent. The user agent is only available through Control Plane logs available through [Diagnostic settings](../azure-monitor/essentials/diagnostic-settings.md)
229
+
230
+
223
231
## Next steps
224
232
225
233
After evaluating this preview feature, [share your feedback][share-feedback]. We're interested in hearing what you think.
0 commit comments