Open realrubberduckdev opened 3 years ago
monitor
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @SameergMS, @dadunl.
Author: | realrubberduckdev |
---|---|
Assignees: | kairu-ms |
Labels: | `Monitor`, `Service Attention` |
Milestone: | S186 |
Hi @sameergMS @dadunl, can you have a look at this issue?
I think that may caused by different api-version. CLI and portal are calling different api-versions. @realrubberduckdev Can you update application-insights by the follow command and try again?
az extension update -n application-insights
Hi @kairu-ms I am using
{
"experimental": false,
"installed": true,
"name": "application-insights",
"preview": true,
"summary": "Support for managing Application Insights components and querying metrics, events, and logs from such components.",
"version": "0.1.13"
}
And update command returns:
az extension update -n application-insights
No updates available for 'application-insights'. Use --debug for more information.
Seems I am at the latest version.
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @SameergMS, @dadunl.
Author: | realrubberduckdev |
---|---|
Assignees: | kairu-ms |
Labels: | `Monitor`, `Service Attention` |
Milestone: | Backlog |
I am having the same issue right now. Has this ever been analysed?
Extension name (the extension in question)
az monitor app-insights query
Description of issue (in as much detail as possible)
A query in the lines of:
returns 0 rows
The empty result looks like this:
Even though the same query on azure portal returns values.
The same happens with
browserTimings
andexceptions
. All of these return values on portal.Other tables like
requests
,dependencies
,performanceCounters
return result rows.Am I doing something wrong with the query in az cli?