Questions tagged [grafana-dashboard]
37 questions
0
votes
0 answers
how not to disturb the data being reflected while changing from table-old Vizualization to Just Table.. ?(Table migration)
How not to disturb data while migrating to table panel data is getting disturbed while migrating
i tried migrating but the data which was being visible gets disturbed and it gets difficult to rearrange or get back the old data
0
votes
1 answer
How to use Grafana query variables in KQL log queries In Grafana
I'm working with Grafana and using KQL for log queries. I want to incorporate Grafana query variables into my KQL queries to make them more flexible and interactive. However, I'm facing challenges in understanding how to use query variables…
0
votes
1 answer
How to get Grafana's Mysql Exporter Dashboard to pull data?
Running Ubuntu 23.04. It came with the ability to install the prometheus-mysqld-exporter apt package. Went ahead and installed it, enabled it and started it.
The url at http://192.168.0.5:9104/metrics responds with this:
# HELP…

Dan
- 2,209
- 3
- 23
- 44
0
votes
0 answers
want to download grafana dashboards config files
In Grafana GUI I have some dashboards in folders .I want to download all dashboard config files.
is there any path to download config files in CLI .
or is there any bash script to download dashboard config files .
i want to download on which folder…
0
votes
1 answer
Grafana Prometheus extract label value
label: pv_total{app="example",day="2023_03_15",} 123.0
Current Grafana dashboard:image
The day in my data is redundant, I want to display without it in the data
i hope my dashboard is this(last 7 days, just one line):
enter image description here
i…

tony zheng
- 3
- 2
0
votes
0 answers
Grafana upgrade causes error in rolling up dashboard
I upgraded Grafana from version 8.1.8 to 8.5.20 and after I did, I started seeing these errors in the logs about rolling up dashboards:
logger=analytics.summaries t=2023-02-09T21:41:06.67+0000 lvl=eror msg="error during daily rollup" err="context…

covfefe
- 2,485
- 8
- 47
- 77
0
votes
1 answer
How can I alias labels (using a query) in Grafana?
I'm using Grafana v9.3.2.2 on Azure Grafana
I have a line chart with labels of an ID. I also have an SQL table in which the IDs are mapped to simple strings. I want to alias the IDs in the label to the strings from the SQL
I am trying to look for a…

Shobhit Kumar
- 626
- 1
- 5
- 21
0
votes
1 answer
How do I reduce the area of the bar graph and increase that of the text in Grafana? (make labels more readable)
I have long strings as labels which is the full identifier of each deployment. How do I increase the area that the strings occupy and reduce the area for the bar graphs in Grafana.
After many attempts, this is the closest that I have come to…

Shobhit Kumar
- 626
- 1
- 5
- 21
0
votes
0 answers
Grafana : Data source not automatically refreshing the query
Problem: When generating dashboard panels using Python Requests, unless the panel query is manually clicked ‘Run’ on Grafana UI, there is no data displayed.
Attached image shows how it does not display any panel data
Steps To Reproduce: Once the…

Starseamoon
- 41
- 6
0
votes
1 answer
How to rename dropdown from Grafana table query
I have a grafana table panel with two queries.
Dropdown from the second query is displaying the SQL column names as the title of the dropdown.
I have named it ~Historical Stats test~ to be the title of the dropdown but it seems to show column names…

Abraham Lugonzo
- 45
- 4
0
votes
0 answers
Is that possible to display jMeter run time in grafana dashboard
i created a dashboard for display load test results. i used JMeter, influx dB, grafana for that. after that I found a dashboard it is able to fulfill my need. but it's not display respond time correctly.in that case i want to know is that possible…

Torty
- 1
0
votes
0 answers
How to visualize API request success vs error in grafana dasboard
A requirement in grafana to visualize the success vs error in one panel. Any tools can be used (Gauge, Bar chart....)
Both Error/Success should be as part of one panel using either Gauge or Bar Gauge.

user9021975
- 23
- 5
0
votes
0 answers
How to parameterize result of .AsConfig for grafana dashboard?
I have such a config file:
apiVersion: v1
kind: ConfigMap
metadata:
name: ...
labels:...
annotations:...
data:
{{- with .Files.Glob "folder-with-grafana-dashboards/*.json" }}
{{ .AsConfig | indent 2 }}
{{- end }}
I would like to make grafana…

gstackoverflow
- 36,709
- 117
- 359
- 710
0
votes
0 answers
Grafana fill empty values in Gauge from Prometheus
I'm using Grafana to show show metrics collected by Prometheus.
I have a Gauge that it's value is calculated as follows:
100*(avg_ovet_time(metric_name[$__range]))
The problem is, metric_name is not always collected over $__range, and I want that…

ChikChak
- 936
- 19
- 44
0
votes
1 answer
How to import Datasources in grafana using from the export json file
1)I have exported a dashboard in a json file.
2)When I re-import the json file, grafana does not install the plugins that were used in
the dashboard.
Is there a way I can configure plugons to be insalled by default in my .ini file.
or is there a…

Abraham Lugonzo
- 45
- 4