how do you show a metric (graph on the dashboard) of appdynamics that shows different values "per application"? - appdynamics

With appdynamics it's easy to setup metrics that "aggregate" data from different nodes. What if you want to aggregate some date, and some other data, show as distinct lines in the graph? Is that possible?

Looks like you create the metric, then edit a dashboard, then click on a widget -> add metric -> (browse, but choose "Individual Nodes" instead of JMX, then select your metric. voila.

Related

kibana how to visualize cache hits and misses?

Hi, I'm new to kibana visualize.
Background
I want to visualize cache hit ratio of api response.
when it's a hit I log ...: “<url…> <some info…> USING CACHE”
what it's a miss I log...: “<url …> <some info…> NO HIT”
Query
I made two Y-Axis (picture below) but two graphs are same...
Question
How do I show cache hits and misses in one graph?
Do I have to add a new filter? or X-Axies?
I remember wrongly the options about the Y-axis in the aggregation based visualizations. You can build those kind of visualizations both with TSVB and Aggregation Based viz.
With TSVB you just select the index pattern in the panel options (you can also restrict the documents searched with a Kibana query in the "panel filter")
In the data section you can build two filter metrics: in the example "error" and "warn", but in your case you can produce a "hit" metric with query string content: "USING CACHE" and similarly with a "miss" metric with content: "NO HIT"
If you instead want to use an aggregation based visualization like in your screenshot, you can split the series like in the following example

How to measure the Firestore read and write counts on Stackdriver

I need to monitor real time reads/writes counts of my Firestore database.
I've already created the dashboard with the metrics and the image attached shows the current configuration.
However, this displays a rate (per second). How do I calculate the actual counts? Or is there a different aggregation aligner?
If you would like to add ‘count’ into your existing chart, here are the steps:
on the Dashboards page, click the 3 dots on the top-right of your chart, select ‘Edit’ from the pop-up menu;
On the ‘Edit Chart’ page, under ‘METRIC’ tab, click ‘+ ADD METRIC’, select the ‘Resource type’ you desire and the Metric such as ‘Document Reads’ or ‘Document Writes’, then select ‘count’ in the dropdown list of ‘Aggregator’ and save the change.

Grafana/Multi-Select Tagging: group metrics according to part of metric segment

I have Grafana (version 2.5.0-pre1) with Graphite as data source.
I'm trying to make use of templated dashboards (http://docs.grafana.org/reference/templating/) and multi-select tagging.
My metrics look like this:
backend.server01a_domain_com.la1
backend.server02a_domain_com.la1
backend.server01b_domain_com.la1
backend.server02b_domain_com.la1
backend.server01c_domain_com.la1
backend.server02c_domain_com.la1
I have variable $hostname filled by query backend.*, and it works fine.
I'd also like to group servers like this:
group_a: server0[12]a_domain_com
group_b: server0[12]b_domain_com
group_c: server0[12]c_domain_com
Is it possible to achieve with Multi-Select Tagging?
For now I can't find a way to select only part of metric segment with Tags query. And if I could have a tag with values a, b, c, would it be possible to use such a tag for metric search? backend.server*$group_domain_com looks like it uses variable $group_domain_com, not $group

Microstrategy multiple filtered metrics based on same attribute

I have an attribute called vehicle type and I want to create two filtered metrics based on this attribute. so I created two metric that gets count of vehicle and applied filter vehicle type = bus and vehicle type = car on the other one. on my report I want to show a line charts with these two metric against day, also user should be able to filter by vehicle type using selector. The problem is when I create a dataset containing vehicle type, day and those two metrics, microstrategy returns empty dataset.
By default MicroStrategy uses inner join for your metrics.
Of course in your case no vehicle is a car and a bus too, so you need to tell MicroStrategy to do an outer joins for the two conditional metrics that you created.
To do so just go to Menu Data -> Report Data Options and change the Metric Join type for the report where you have these metrics.
You can also decide to change the default Join Type at database instance level, but I don't think this is really necessary if you have this problem only for these two metrics.
For more details you can also check TN11721: What are the settings to consider when performing an Outer Join between metrics in MicroStrategy Engine 9.x?

salesforce.com matrix reports - more than 2 columns on row headings

I need to create a donor summary report that provides total donations by donor by year.
I need to provide
name address email yr1total yr2total etc...
It looks like salesforce only allows two columns in row headings and two columns in column headings. Is there a way to work around this
Or, is there a way to use the tabular report to do the same?
TIA
If donations is a single field on the donor's record, it seems like what you're looking to do is attempt to display two columns for the same data within a report. The best way to do this (well, outside of creating a master-detail relationship with a new custom object named "Donations") would to have formula fields for each of the donation years, and calculate the donation sums in each of them. That is, as long as you have a way of calculating the year of the donation.
I believe to get the best answer, more information is needed.
Something like this? This will work if your donation is a separate object that's linked to Account (I've used Tasks & Events linked to Accounts in my example).
Create a report in "Matrix format".
Drop Account Name on the left pane, Donation's Date on the columns.
Columns will default to days. Click the dropdown in the place where I have "Created Date" and select summarizing by year (of course fine-tune to whatever you need).
Check date ranges / filter criteria etc obviously if you don't see all data.
Click Show -> Hide details.
Drop your "Donation Amount" or similar field into place where "Record Count" is displayed. Use "Sum".
Optionally deselect Show -> Record Count.
Now you're mentioning that there are only 2 columns so you probably already tried this. Well, common trick is to cheat by using a formula field that would hold your data (separated by comma maybe?). Tabular report would require you to create some helper fields (1 per year) on Account and do some kind of rollup summaries, messy.
If it's for a dashboard you could play with summary report (it can have more groups than 2) and pick chart type table on the dashboard...

Resources