Creating a stacked area graph in AppDynamics dashboard - appdynamics

Is it possible to create a stacked area graph in AppDynamics? I want to show the cumulative effects of API response and browser DOM ready to visualize where variance is originating.
I can put both of these on a single graph, but if I choose Area, they overlap. How do I get them to stack?
I'm on AppDynamics Version 4.3.1.2, build 47

Inside the widget settings make sure you select the "Stack Areas or Columns" checkbox. This works in every version of AppD I've used including 4.3.0.2.

Related

Add Running Total to Interactive Graph

I'm familiar with ggplot and plotly, but now exploring highcharter for something at work. I'm excited about highcharter for this application and would prefer a solution from it. But I'm open to other packages.
I need an interactive grouped bar chart. But I also need a visual display of the running total. For example, let's say I'm tracking sales by World Region. Let's make the x-axis "product categories" and the y-axis "sales".
The user could click on "USA" in the legend, the bar graph would populate with the bars. And there would also be a visual number displayed on the graph that shows the total sales.
Then, the user could click on "Japan" in the legend. The bars would populate, and the visual number would update with the sum of the total sales for USA and Japan...and so on.
What would I call this? What funciton would it be called if I were tyring to research how to do this? And if you have any guidance or resources you can provide me to get started, that would be a huge help. One more thing, I do not have the ability to use shiny on this project b/c I don't have a way to share it with the intended audience.
Thank you.

Anylogic: How to change agent graph presentation (stop appearing within GIS Map)?

On my Main tab in my Anylogic model I have a GIS Map. In another tab (from one of my agent populations), I have a graph (created from a time measurement within this agent). Whenever I run the model, the graphs of those agents are shown within the GIS Map (the same way the agents are placed on the map), as can be seen in the figure below. However, I want the graph to be shown next to the GIS Map (like the pyCommunicator and other parts shown above the map). Whatever I try (I placed the graph outside/inside the frame in the agent's tab), it stays within the GIS Map when running. Does anybody know how to solve this problem?
Easier way is to create the graphs directly in the Main agent. For that, you should reference to the specific instance of the Terminal agent. For example terminals(0).end.distribution.
You also need to drag and drop Terminal agent into the Main.

Application Insights Dashboard - Set Graph Dimensions?

I am currenty setting up a new dashboard in application insights to monitor our applications in detail. To do so, I am logging custom events from my application, and using a log query, I generate a Stacked Column Chart. Like so:
Chart. Notice that I am grouping on multiple dimensions, and the generated chart lets me pick which Dimension I want. (As documented here: https://learn.microsoft.com/en-us/azure/azure-monitor/log-query/charts#multiple-dimensions)
Now, when I pin this chart to my dashboard, I lose the ability to pick the dimension I want to see there. (Dashboard chart) Is there some way to retain this, or do I have to create and pin multiple charts, one for each dimension?
You are right. Changing the dimensions of existing parts are not supported yet.
We plan to support this in the future.
I'll ask here once we add this support.

Databricks: copy plots styles

I'd like to copy plots styles between cells. It's possible to this or I need to click plot button and configure keys, values and series in each cell?
EDITED:
The idea is just use same plot that I used in the cell before with code, not entering in "plot options" and adding axes and series "manually".
Thanks!
Unfortunately, there is no option to copy plot options between cells in a Notebook.
Currently, you need to do it manually for every cell.
"You can click the down arrow next to the bar chart Chart Button to choose another chart type and click Plot Options… to configure the chart."
For more details, refer "Azure Databricks - Visualizations"
I would suggest you to provide feedback on the same:
https://feedback.azure.com/forums/909463-azure-databricks
http://feedback.databricks.com/forums/263785-product-feedback
All of the feedback you share in these forums will be monitored and reviewed by the Microsoft engineering teams responsible for building Azure.
Hope this helps.

Making independent graphs for different event types

The application insights APIs let you record custom events for user-defined purposes. They also let you record custom properties on those events.
The Application Insights chart control on the Azure Portal however, appears to have some annoying limitation.
Let's say we have two event names:
Login: A user logged in.
Work: The application started some expensive background job, which happens independently of any user action on various conditions.
Then I likely don't want those event types to be series in the same chart. In particular, I may want to do a grouping by user or something similar in case of Login, but that would make no sense for the Work type.
They really have nothing to do with each other and I'd like to have them in different charts.
I do, however, want them to be in the same chart control (the whole white rectangle thing that groups charts together and where you set the time scope and filters on).
The following missing features would each solve the problem:
If it was allowed to set a filter on individual charts rather than only the chart control as a whole.
If each event name would appear as a distinct metric to select.
I know there's also Analytics, but then I still don't have the new chart in the same old chart control.
Is there another option I overlooked?
There's no way to do this in any one specific metrics explorer window, like you said, filters apply to the whole window.
But you can do this by creating a dashboard, and pinning individual metrics explorer charts (or grids, or whatever) to that dashboard.
make a new dashboard, and name it something distinctive
create one of the charts you want with the right filters in a standard metrics explorer part.
pin that chart to the dashboard created in step 1.
repeat steps 2 and 3 to create each chart with its own settings
go to that dashboard, and resize / configure each chart the way you want it

Resources