Skip to content

Commit

Permalink
vmcluster: properly expose vmbackup at auto-create scrape
Browse files Browse the repository at this point in the history
Previously, `VMServiceScrape` created by operator for `VMCluster` has only `http` as port filter for
ports exposed at `service`. It didn't allow to metrics be automatically scrapped from vmbackupmanager container.

 This commit adds `vmbackup` filter to the vmstorage's servicescrape. It fixes metrics collection

Signed-off-by: f41gh7 <[email protected]>
  • Loading branch information
f41gh7 committed Oct 31, 2024
1 parent db67316 commit 68878b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ aliases:

- [vmauth](https://docs.victoriametrics.com/operator/resources/vmauth): Moved `spec.configSecret` to `spec.externalConfig.secretRef.name` and added `spec.externalConfig.localPath` to be able to provide custom configs via sidecar.
- [vmcluster](https://docs.victoriametrics.com/operator/resources/vmcluster): adds `requestsLoadBalancer` configuration to the `VMCluster.spec`. See [this issue](https://github.com/VictoriaMetrics/operator/issues/1130) for details.
- [vmcluster](https://docs.victoriametrics.com/operator/resources/vmcluster): properly configure monitoring for `VMCluster` with enabled `backup`.


## [v0.48.4](https://github.com/VictoriaMetrics/operator/releases/tag/v0.48.4) - 15 Oct 2024

Expand Down

0 comments on commit 68878b4

Please sign in to comment.