Skip to content

Commit b3426f6

Browse files
committed
loki costs - fix legends
1 parent c16caa9 commit b3426f6

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Loki cost estimation: update legends to name tenants
13+
1014
## [3.4.2] - 2023-11-21
1115

1216
### Changed

helm/dashboards/charts/private_dashboards_al/dashboards/shared/private/loki-cost-estimation.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
"tooltip": false,
132132
"viz": false
133133
},
134+
"insertNulls": false,
134135
"lineInterpolation": "smooth",
135136
"lineWidth": 1,
136137
"pointSize": 5,
@@ -314,6 +315,7 @@
314315
"tooltip": false,
315316
"viz": false
316317
},
318+
"insertNulls": false,
317319
"lineInterpolation": "smooth",
318320
"lineWidth": 1,
319321
"pointSize": 5,
@@ -539,7 +541,7 @@
539541
},
540542
"textMode": "auto"
541543
},
542-
"pluginVersion": "10.0.3",
544+
"pluginVersion": "10.1.5",
543545
"targets": [
544546
{
545547
"datasource": {
@@ -583,6 +585,7 @@
583585
"tooltip": false,
584586
"viz": false
585587
},
588+
"insertNulls": false,
586589
"lineInterpolation": "smooth",
587590
"lineWidth": 1,
588591
"pointSize": 5,
@@ -650,7 +653,7 @@
650653
"hide": false,
651654
"instant": false,
652655
"interval": "",
653-
"legendFormat": "bytes sent",
656+
"legendFormat": "{{tenant}}",
654657
"range": true,
655658
"refId": "data"
656659
}
@@ -711,7 +714,7 @@
711714
},
712715
"textMode": "auto"
713716
},
714-
"pluginVersion": "10.0.3",
717+
"pluginVersion": "10.1.5",
715718
"targets": [
716719
{
717720
"datasource": {
@@ -769,6 +772,7 @@
769772
"tooltip": false,
770773
"viz": false
771774
},
775+
"insertNulls": false,
772776
"lineInterpolation": "smooth",
773777
"lineWidth": 1,
774778
"pointSize": 5,
@@ -933,7 +937,7 @@
933937
},
934938
"textMode": "auto"
935939
},
936-
"pluginVersion": "10.0.3",
940+
"pluginVersion": "10.1.5",
937941
"targets": [
938942
{
939943
"datasource": {
@@ -1007,7 +1011,7 @@
10071011
},
10081012
"textMode": "auto"
10091013
},
1010-
"pluginVersion": "10.0.3",
1014+
"pluginVersion": "10.1.5",
10111015
"targets": [
10121016
{
10131017
"datasource": {
@@ -1021,7 +1025,7 @@
10211025
"hide": false,
10221026
"instant": false,
10231027
"interval": "",
1024-
"legendFormat": "Logs",
1028+
"legendFormat": "{{tenant}}",
10251029
"range": true,
10261030
"refId": "loki"
10271031
}
@@ -1030,7 +1034,7 @@
10301034
"type": "stat"
10311035
}
10321036
],
1033-
"refresh": false,
1037+
"refresh": "",
10341038
"revision": 1,
10351039
"schemaVersion": 38,
10361040
"style": "dark",
@@ -1127,4 +1131,4 @@
11271131
"uid": "lokicost",
11281132
"version": 1,
11291133
"weekStart": ""
1130-
}
1134+
}

0 commit comments

Comments
 (0)