Questions tagged [grafana-templating]

Add this tag to questions regarding Grafana Templating.

188 questions
0
votes
0 answers

How to set up Grafana notifications?

Good afternoon. There is Grafana 10 version. Installed Grafana Image Render. Through Share, the board displays correctly. But how do I properly compose a notification template? By default it looks like this: `Value: B=89.54487298398345,…
0
votes
0 answers

Issue with Dimension Values in Alerting with CloudWatch Datasource

I'm currently using Grafana version 9.4.7 with AWS CloudWatch as my data source. I have a panel where I'm monitoring the SumOffsetLag metric from the AWS/Kafka namespace. I have three dimensions in my setup: Cluster Name, Consumer Group, and…
0
votes
0 answers

How to make bigger the font of the axis in grafana

I am making a graph in graphana (I am new to using the interface) and I am thinking of putting a graph on a 60-inch screen but the size of the axis is too small in the visualization and I wanted to see if there was no way to change the font size of…
0
votes
0 answers

How to remove grafana_oncall_link from telegram alert message?

I am using grafana oncall 1.3.7 to send alert messages to telegram. It's installed on my server in docker containers. Image is official grafana/oncall. Setted up alertmanager integration. I am looking for a way to edit top part (first 4 lines in…
0
votes
0 answers

How do I display avg throughput time in Grafana (prometheus) in a correct way?

I have a java application running and I want to display the avg throughput time in Grafana. I have this metric: avg by (pod) ((increase(application_throughput_seconds_sum{service="$service"}[1m])) /…
Beerus239
  • 45
  • 5
0
votes
1 answer

Grafana Chained variables with Infinity data source displays only first item in the collection variable. Can someone please assist?

Collectionlookup gives only the first list item in the variables. Other list items are not getting displayed with this plugin. Example - CollectionLookup(xyz,6878,abcd,11328,$Application) gives 6878,none. This does not display other item(11328).…
harini k
  • 43
  • 1
  • 6
0
votes
0 answers

Grafana: DeSelect legend (not Disable) as config

There is Grafana panel for memory for kubernetes Deployment + Pod metrics. In the below image, there is 4 graphs - Yellow - Total (overall) memory used by Deployment Green - Average memory used per pod in Deployment (& 4.) Blue & Red - Memory used…
0
votes
0 answers

In Grafana when 2 template variables from Prometheus change then 1 template variable from Data Source changes too

In Grafana v9.3.4 I have the following 2 template variables named instance and mssql_instance. The first one returns the instance (e.g. "winserver") and the second one return the SQL instances of the instance "winserver" (e.g. "mssqlserver", "dev").…
Blax
  • 35
  • 6
0
votes
1 answer

Need help to create a heatmap or time series chart in grafana using bigquery

I am trying to create a heatmap or a time series to display the number of deployments went through out the day on an hourly basis and per environment too in grafana and the data source is bigquery. Ideally my database has two columns environment,…
0
votes
0 answers

How to use common variable for muti-datasources in a single dashboard

I am having a existing grafana dashboard working on Thanos datasource and I have also included a elastic search(datasource) panel in the same dashboard by elasticsearch environment variable. Is there any posible way, having common variables (env,lz)…
0
votes
0 answers

Roll Up Status Panels in Grafana

I have a requirement in hand. Wherein I need to present Health Hygiene Dashboard in Grafana for my project. The ask basically is to have a High Level View at a Glance --> Detail Level View --> Node Level View and The Roll Up would Bottom to Top.…
0
votes
1 answer

Grafana Dashboard for Gatling

Is there any grafana dashboard available for gatling. I have gatling version 3.9.0, grafana version 9.2.1 and influx db -1.7.10? Thanks for the help I tried using the dashboard available on grafana website but looks like they are all for old…
0
votes
0 answers

In Prometheus Pushgateway getting metrics of stopped MIG instance also along with running instance

as MIG instances in GCP keep getting scaled up and scaled down and instance gets new name every-time it scaled up and also MIG don’t have static IP. So I am trying Prometheus Pushgateway to get metrics. But after setting up everything I am getting…
0
votes
0 answers

Grafana classic pallet in color schema is not assigning colors

I am having trouble understanding how can I enable color pallet for my timeseries graph. My table view of data coming in Time series graph is like this name count timestamp abc 2 2023-02-13 06:14:00 bcd 5 2023-02-13…
tushar_ecmc
  • 186
  • 2
  • 21
0
votes
0 answers

Filter context for PIE Chart in Grafana

Is there any feature present to filter data in dashboard by clicking on one of the values in pie chart?? This can be done with the table visualization. Is it possible for piechart?? for example: Refer pic(red circled part)- If I click on piechart…
ameesha gupta
  • 101
  • 11