Link Dashboard for graphs
search cancel

Link Dashboard for graphs

book

Article ID: 247779

calendar_today

Updated On:

Products

DX Application Performance Management

Issue/Introduction

Currently, the links only work for tables and some customers requested that it also work for graphs. The customer users currently view a graph of metrics and click on a single metric to isolate it in the metric tree, The link variables are not being populated when it is used in a graph.

There was also a documentation update. The URL that is presented in techdocs, {APM_URL}/link/apm_metric/view?t_id_cohort=${__org.name}&start_time=${__from}&end_time=${__to}&metric=.*--:${__attributeNameSpecifier:percentencode}, does not link back to a single metric, but multiple metrics. To link back to a single metric this URL should be used instead: {APM_URL}/link/apm_metric_view?t_id_cohort=${__org.name}&start_time=${__from}&end_time=${__to}&metric=.*--:(?%3D${__attributeNameSpecifier:percentencode}).*${__data.fields[0]:regexperc}.*

Can we do this? links in graphs, not just tables?

Environment

Release : 21.3

Component : Introscope

Resolution

An enhancement requested was already raised in order to have link dashboard for graphs not only for tables, it will be evaluated and put in our backlog to be deployed soon.
To follow up on the status of this request, please raise a ticket on https://support.broadcom.com/ and refer to this knowledge article in order to get the status.

As a workaround, you can:

Select Source | Metric in Series Name:

Use data link: https://apmgw.dxi-na1.saas.broadcom.com/1415/apm/atc/#/metrics?u=&ts1=${__from}&ts2=${__to}&m=H&selectedMetrics=["${__series.name:percentencode}"]

Additional Information

The 1415 from the data link refers to APM tenant number from the DX APM URL. Adjust accordingly.