pingcap / ng-monitoring

Apache License 2.0
30 stars 22 forks source link

tsdb: update vm to v1.76.1; expose more params #213

Closed mornyx closed 9 months ago

mornyx commented 9 months ago

What problem does this PR solve?

Issue Number: close #212

What is changed and how it works?

Example:

# config.toml
# ...

[tsdb]
# Data with timestamps outside the retentionPeriod is automatically deleted
# The following optional suffixes are supported: h (hour), d (day), w (week), y (year).
# If suffix isn't set, then the duration is counted in months.
retention-period = "1"
# `search-max-unique-timeseries` limits the number of unique time series a single query can find and process.
# VictoriaMetrics(tsdb) keeps in memory some metainformation about the time series located by each query
# and spends some CPU time for processing the found time series. This means that the maximum memory usage
# and CPU usage a single query can use is proportional to `search-max-unique-timeseries`.
search-max-unique-timeseries = 300000
ti-chi-bot[bot] commented 9 months ago

[LGTM Timeline notifier]

Timeline:

ti-chi-bot[bot] commented 9 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: zhangpeijin-milo

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/pingcap/ng-monitoring/blob/main/OWNERS)~~ [zhangpeijin-milo] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
mornyx commented 9 months ago

/merge

ti-chi-bot[bot] commented 9 months ago

@mornyx: We have migrated to builtin LGTM and approve plugins for reviewing.

Please use /approve when you want approve this pull request.

The changes announcement: LGTM plugin changes

Instructions for interacting with me using PR comments are available [here](https://prow.tidb.net/command-help). If you have questions or suggestions related to my behavior, please file an issue against the [ti-community-infra/tichi](https://github.com/ti-community-infra/tichi/issues/new?title=Prow%20issue:) repository.
mornyx commented 9 months ago

/cherry-pick release-6.5

ti-chi-bot commented 9 months ago

@mornyx: new pull request created to branch release-6.5: #214.

In response to [this](https://github.com/pingcap/ng-monitoring/pull/213#issuecomment-1833208556): >/cherry-pick release-6.5 Instructions for interacting with me using PR comments are available [here](https://prow.tidb.net/command-help). If you have questions or suggestions related to my behavior, please file an issue against the [ti-community-infra/tichi](https://github.com/ti-community-infra/tichi/issues/new?title=Prow%20issue:) repository.
mornyx commented 9 months ago

/cherry-pick release-7.1

ti-chi-bot commented 9 months ago

@mornyx: new pull request created to branch release-7.1: #215.

In response to [this](https://github.com/pingcap/ng-monitoring/pull/213#issuecomment-1840256157): >/cherry-pick release-7.1 Instructions for interacting with me using PR comments are available [here](https://prow.tidb.net/command-help). If you have questions or suggestions related to my behavior, please file an issue against the [ti-community-infra/tichi](https://github.com/ti-community-infra/tichi/issues/new?title=Prow%20issue:) repository.
mornyx commented 1 month ago

/cherry-pick release-7.5

ti-chi-bot commented 1 month ago

@mornyx: new pull request created to branch release-7.5: #253.

In response to [this](https://github.com/pingcap/ng-monitoring/pull/213#issuecomment-2249311406): >/cherry-pick release-7.5 Instructions for interacting with me using PR comments are available [here](https://prow.tidb.net/command-help). If you have questions or suggestions related to my behavior, please file an issue against the [ti-community-infra/tichi](https://github.com/ti-community-infra/tichi/issues/new?title=Prow%20issue:) repository.