is it possible to show the Podstats of AKS on a shared Dashboard?
Why not, you would just need to pull that data from the OMS and create a custom dashboard from those queries.
if you click on the individual entry it will navigate to the OMS instance and show you the query needed to get that data.
Danny, Unfortunately there is no simple "click to pin this chart" functionality available currently in Container Insights (more modern name for that thing is Azure Monitor for Containers). We're looking to add it within a couple of months.
The chart does a query to Log Analytics store and goes into a bit of custom processing on the data received to render the chart. You can go to your cluster, "Metrics" on the menu on the left and chart the same thing there. You can pin from the metrics. Let me know if you need help with that I can provide more detailed instructions...
Related
I am working on Azure Monitor Dashboards.
I need to check the Health Status of my App Service.
If i run use option Metrics (2nd Image) add Health Status metrics and create chart
vs
If i run query on AzureMetrics Table will both return same result? I mean HOW both options are different from each other?
Both use the same source. The difference is that using the "Metrics" blade you can create charts withouth having to write queries using Kusto and anyone with basic knowledge can quickly create charts.
When using the "Logs" blade you have to write a query using Kusto to get the desired results and format the chart manually but you have more control in what and how data is displayed.
If i run query on AzureMetrics Table will both return same result? I
mean HOW both options are different from each other?
The difference between logs and metrics is,
Metrics reveal a service or application's tendencies and proclivities,
while logs focus on specific events. The goal of logs is to save as
much information—mostly technical informations—as possible about a
single event. Log data can be used to investigate occurrences and
assist with root-cause analysis of problems or defects, as well as an
increasing number of other applications.
For more information please refer the below links:-
MSFT TECHCOMMUNITY|Difference between Log Analytics and Monitor
Blogs|Azure Monitor and Azure Log Analytics & Logs or Metrics.
Right now I'm limited to using only Azure dashboards for reporting on resources. A dashboard I need to create is one where only the resource health of my resources is displayed the way it is displayed by going to Dashboard->Monitor->Service Health. I need to be able to choose only my resource types and have them display in a nice list with a green arrow for up and that red X for down. Is this possible to do from inside the portal? It's imperative that those that use the dashboard do not have to click anything to see the healthy/unhealthy status. I basically need the list below, but for all of my resources, not just AKS.
Thanks!
I actually found the answer, it's in preview. Create a workbook and add a query. In the query, choose "Azure Health (preview)", for the resource type choose "Subscription" and BOOM!, there it is. This was easier than I thought, I just had to do some heavy digging. I hope this helps other people trying to do this. Oh, and I pinned this to a dashboard and everyone was thrilled.
Interesting ask indeed. AFAIK, pinning Azure Resource Health filtered by resource type to the Azure Dashboard is not supported as of today. Also, I noticed that the pin icon atop the page only creates a shortcut to Azure Service issues but not to the Resource Health blade.
You can submit your suggestion to the Azure Service Health Product Group through their feedback forum, or upvote this similar idea.
I'm trying to pin a query result to AppInsights dashboard but the data is getting grouped in the background.
When I run the query by itself, the graph is showing up as expected but when I click "Pin to dashboard" and view the same in dashboard, it only shows completely different data.
After pinned to dashboard
Before pinning to dashboard
Realized it was because in Azure app insights dashboard, pinned charts are limited to 30 days of data, regardless of what is specified in the query or the tile configuration
Update:
Op is correct. For application insights dashboard, it will only display the data within 31 days. The official link is here.
This may due to you're not selecting a proper start-time and end-time for the dashboard.
Try to select a proper start-time and end-time in the dashboard, a screenshot as below:
And if the issue still occurs, please share us your query code, and other dashboard settings.
I was wondering if it was possible to combine 3 different metric charts in one chart.
I know this is possible when these are metrcics for 1 resource. but i want to combine 3 metrics charts of 3 resources (one resource type) into 1 chart.
From this
[
To this
PS: For extra information , the resource type I want to deploy this for is anaylis service. this is to get a better overview of all resources of analysis service in 1 chart
Yes, you can combine metrics from multiple resources into a single chart. In the portal, go to the Azure Monitor blade and click on Metrics. From there, you can build a single chart with metrics from multiple resources.
There are other options available too for visualizing your data that include Azure services (ie: Log Analytics, App Insights, etc.) and other 3rd party solutions. More details here.
You can’t do this in the default metrics explorer charts, as these only look at a single resource. To look across multiple resources you need to send you metric data into log analytics then use the data explorer to create a query that gets you the data you want and chart that.
I have a self-developed dashboard on which I can see certain errors from my apps. I also have Application Insights.
Now I'd like to have links in the graphs of my custom dashboard to the search section of AI with the right filters to find the log events that correspond there.
The URLs in the Azure Portal are horrible though.
Is there any way to do that at all?
There are couple ways of pinning filtered views:
Pin Analytics query (as a chart). Click through will navigate to Analytics with this query opened
Apply needed filters on Failure / Performance blades and pin them. Click through will navigate to these blades and will preserve all configured filters