An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
Your Histogram is supported, and the exporter configuration is sufficient. A metric that reaches customMetrics but never appears in metric definitions is not an expected “histograms are log-only” limitation.
First, open Metrics from the Application Insights component, not the linked Log Analytics workspace. Use the Application Insights resource as the scope and azure.applicationinsights as the namespace. A workspace-scoped Logs query can see customMetrics, while the metric-store series belongs to the Application Insights resource.
Then emit a uniquely named Counter with no tags for at least two minutes. If it appears, the pipeline works and the dimensions are the issue. Every tag combination is a time series, with a limit of 5,000 per metric in 24 hours; a company-id dimension can reach that quickly. If the no-tag metric is present in customMetrics but still absent from the component’s metric definitions after 10–15 minutes, capture the metric name, UTC time, component resource ID, and exporter version for an Azure Monitor support case. That result points to a backend metric-store write issue, not missing SDK configuration.