AZURE Monitor Dashboards Ytitle is not displaying

TTLAzure 1 Reputation point
2020-06-03T16:36:24.68+00:00

Hello

I am trying to add time in milliseconds for yaxis timechart, but when i add it to the Dashboard i dint specified "Duration in Milliseconds" not displaying on the dashboard.

Below is my query:
requests
| where operation_Name contains "***" or cloud_RoleName == "*****"
| summarize avgRequestDuration=avg(duration), percentiles(duration, 95, 99) by bin(timestamp, 1m)
| extend SLA=1000
| project SLA, avgRequestDuration, percentiles_duration_95, percentiles_duration_99, timestamp
| render timechart with (ytitle="Duration in Milliseconds")

When i tried this query in ApplicationInsights everything looks good, but when i add this to Dashboard the specified "ytitle" = "Duration in Milliseconds" is not displaying on the chart.

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,799 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SwathiDhanwada-MSFT 17,401 Reputation points
    2020-06-05T09:39:24.833+00:00

    @TTLAzure Thanks for your question !! Currently , the functionality you have requested isn't supported. However ,I would recommend you to navigate here and share your feedback or suggestions directly with the responsible Azure feature team and clicking the vote button of your suggestion to raise visibility and priority on it.

    Hope this helps!!

    0 comments No comments