hello Evryone
i have a problem with changing y axis in grafana 8.5 . y axis does not change to desire units like bytes .
-
What Grafana version and what operating system are you using?
grafana oss version = 8.5
os version = Redhat Entrprise linux 8.5 -
What are you trying to achieve?
change y axis to byte unit -
How are you trying to achieve it?
change axis part for kilobits/sec -
What happened?
y axis does not change and still percent for bandwidth utilization get from zabbix data source -
What did you expect to happen?
units change to kilobits/sec for data rate -
Can you copy/paste the configuration(s) that you are having problems with?
“id”: 2,
“gridPos”: {
“h”: 8,
“w”: 12,
“x”: 0,
“y”: 0
},
“type”: “graph”,
“title”: “--------------”,
“datasource”: {
“uid”: “Jl907Il7z”,
“type”: “alexanderzobnin-zabbix-datasource”
},
“thresholds”: ,
“pluginVersion”: “8.5.0”,
“description”: “111”,
“legend”: {
“avg”: false,
“current”: false,
“max”: false,
“min”: false,
“show”: true,
“total”: false,
“values”: false,
“hideEmpty”: false,
“hideZero”: false
},
“aliasColors”: {
“--------------------------------------”: “semi-dark-blue”,
“-------------------------------------------------”: “blue”,
“bytes(SI)”: “blue”
},
“dashLength”: 10,
“fill”: 2,
“fillGradient”: 8,
“lines”: true,
“linewidth”: 1,
“nullPointMode”: “null”,
“options”: {
“alertThreshold”: true
},
“pointradius”: 2,
“renderer”: “flot”,
“seriesOverrides”: ,
“spaceLength”: 10,
“targets”: [
{
“application”: {
“filter”: “Interfaces”
},
“datasource”: {
“type”: “alexanderzobnin-zabbix-datasource”,
“uid”: “Jl907Il7z”
},
“functions”: ,
“group”: {
“filter”: “WAN”
},
“host”: {
“filter”: “------------------”
},
“item”: {
“filter”: “-------------------------------------”
},
“itemTag”: {
“filter”: “Application: Interfaces”
},
“options”: {
“disableDataAlignment”: false,
“showDisabledItems”: false,
“skipEmptyValues”: false,
“useZabbixValueMapping”: false,
“minSeverity”: 0,
“sortProblems”: “default”,
“acknowledged”: 2,
“hostsInMaintenance”: false,
“hostProxy”: false,
“limit”: 1001
},
“proxy”: {
“filter”: “”
},
“queryType”: “0”,
“refId”: “A”,
“resultFormat”: “time_series”,
“table”: {
“skipEmptyValues”: false
},
“tags”: {
“filter”: “”
},
“trigger”: {
“filter”: “”
},
“triggers”: {
“acknowledged”: 2,
“count”: true,
“minSeverity”: 3
},
“slaInterval”: “auto”,
“slaProperty”: {
“name”: “OK time”,
“property”: “okTime”
},
“itServiceFilter”: “Uptime SLA”,
“showProblems”: “problems”
}
],
“timeRegions”: ,
“tooltip”: {
“shared”: true,
“sort”: 0,
“value_type”: “individual”
},
“transparent”: true,
“xaxis”: {
“mode”: “time”,
“show”: true,
“values”: ,
“name”: null,
“buckets”: null
},
“yaxes”: [
{
“format”: “percent”,
“logBase”: 1,
“show”: true,
“$$hashKey”: “object:305”
},
{
“format”: “short”,
“logBase”: 1,
“show”: true,
“$$hashKey”: “object:306”
}
],
“yaxis”: {
“align”: false,
“alignLevel”: 0
},
“bars”: false,
“dashes”: false,
“hiddenSeries”: false,
“percentage”: false,
“points”: false,
“stack”: false,
“steppedLine”: false,
“timeFrom”: null,
“timeShift”: null,
“decimals”: 0
} -
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
do not get error in grafana UI and grafana log
please help me for resloving this issue.
thanks in advanced .