Skip to content

Commit

Permalink
loki costs - fix legends (#412)
Browse files Browse the repository at this point in the history
* loki costs - fix legends

---------

Co-authored-by: Herve Nicol <[email protected]>
Co-authored-by: Zirko <[email protected]>
  • Loading branch information
3 people authored Nov 21, 2023
1 parent c16caa9 commit 5e34f98
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Loki cost estimation: update legends to name tenants

## [3.4.2] - 2023-11-21

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "smooth",
"lineWidth": 1,
"pointSize": 5,
Expand Down Expand Up @@ -314,6 +315,7 @@
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "smooth",
"lineWidth": 1,
"pointSize": 5,
Expand Down Expand Up @@ -539,7 +541,7 @@
},
"textMode": "auto"
},
"pluginVersion": "10.0.3",
"pluginVersion": "10.1.5",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -583,6 +585,7 @@
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "smooth",
"lineWidth": 1,
"pointSize": 5,
Expand Down Expand Up @@ -650,7 +653,7 @@
"hide": false,
"instant": false,
"interval": "",
"legendFormat": "bytes sent",
"legendFormat": "{{tenant}}",
"range": true,
"refId": "data"
}
Expand Down Expand Up @@ -711,7 +714,7 @@
},
"textMode": "auto"
},
"pluginVersion": "10.0.3",
"pluginVersion": "10.1.5",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -769,6 +772,7 @@
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "smooth",
"lineWidth": 1,
"pointSize": 5,
Expand Down Expand Up @@ -933,7 +937,7 @@
},
"textMode": "auto"
},
"pluginVersion": "10.0.3",
"pluginVersion": "10.1.5",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -1007,7 +1011,7 @@
},
"textMode": "auto"
},
"pluginVersion": "10.0.3",
"pluginVersion": "10.1.5",
"targets": [
{
"datasource": {
Expand All @@ -1021,7 +1025,7 @@
"hide": false,
"instant": false,
"interval": "",
"legendFormat": "Logs",
"legendFormat": "{{tenant}}",
"range": true,
"refId": "loki"
}
Expand All @@ -1030,7 +1034,7 @@
"type": "stat"
}
],
"refresh": false,
"refresh": "",
"revision": 1,
"schemaVersion": 38,
"style": "dark",
Expand Down

0 comments on commit 5e34f98

Please sign in to comment.