I'm using a TelemetryClient
class to send different types of telemetry (from my WPF app), but I have a problem with MetricTelemetry
... all other types of telemetry work fine, but my MetricTelemetry
custom data doesn't appear in the Metric Browser - Custom...
I call for example telemetryClient.TrackMetric("MyMetric", 1)
, then go to the Azure portal, but custom metrics still contains only "Azure Diag issues" field