Skip to content

Commit

Permalink
Merge branch 'master' into vlogs-dashboards-duplicated-label-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk authored Nov 25, 2024
2 parents 56af569 + 1f63262 commit c6a9a29
Show file tree
Hide file tree
Showing 9 changed files with 267 additions and 439 deletions.
3 changes: 2 additions & 1 deletion charts/victoria-logs-single/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Next release

- Removed duplicated app label from dashboards. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1795).
- removed duplicated app label from dashboards. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1795).
- synced dashboards

## 0.8.2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ panels:
- datasource:
type: {{ $defaultDatasource }}
uid: $ds
description: Shows the datapoints ingestion rate.
description: Shows the logs ingestion rate.
fieldConfig:
defaults:
color:
Expand Down Expand Up @@ -439,7 +439,7 @@ panels:
uid: $ds
editorMode: code
exemplar: false
expr: sum(rate(vl_http_requests_total{job=~"$job", instance=~"$instance", path!~".*(/insert|/metrics)"}[$__rate_interval]))
expr: sum(rate(vl_http_requests_total{job=~"$job", instance=~"$instance", path=~"/select/.*"}[$__rate_interval]))
format: time_series
instant: true
interval: ''
Expand Down Expand Up @@ -512,7 +512,7 @@ panels:
- datasource:
type: {{ $defaultDatasource }}
uid: $ds
description: How many datapoints are inserted into storage per second
description: How many logs are inserted into storage per second
fieldConfig:
defaults:
color:
Expand Down Expand Up @@ -588,7 +588,7 @@ panels:
legendFormat: '{{`{{`}}type{{`}}`}}'
range: true
refId: A
title: 'Datapoints ingestion rate '
title: 'Logs ingestion rate '
type: timeseries
- datasource:
type: {{ $defaultDatasource }}
Expand Down
1 change: 1 addition & 0 deletions charts/victoria-metrics-k8s-stack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- updated common dependency 0.0.28 -> 0.0.29
- bump operator chart version to 0.38.0
- replaced all `<component>.vmauth` params to `vmauth.spec` to provide more flexibility in vmauth configuration. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1793)
- synced dashboards

## 0.28.4

Expand Down
Loading

0 comments on commit c6a9a29

Please sign in to comment.