Skip to content

Commit a7b221a

Browse files
Merge pull request #272351 from aritraghosh/patch-14
Update monitor-control-plane-metrics.md
2 parents e2ec863 + a549464 commit a7b221a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/aks/monitor-control-plane-metrics.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,14 @@ Run the following command to disable scraping of control plane metrics on the AK
220220
az feature unregister "Microsoft.ContainerService" --name "AzureMonitorMetricsControlPlanePreview"
221221
```
222222

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+
223231
## Next steps
224232

225233
After evaluating this preview feature, [share your feedback][share-feedback]. We're interested in hearing what you think.

0 commit comments

Comments
 (0)