Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to display the service name variable in the Grafana Dashboard #1

Open
dxsup opened this issue Jan 14, 2025 · 0 comments
Open
Assignees

Comments

@dxsup
Copy link

dxsup commented Jan 14, 2025

Description:
The variable queried below cannot be displayed on the dashboard:

label_values(increase(kindling_span_trace_duration_nanoseconds_count{}[1m]))

Error Message:

    "error": "cannot fetch time series for \"filters=[{__name__=\\\"kindling_span_trace_duration_nanoseconds_count\\\"}], timeRange=[2025-01-14T06:35:23Z..2025-01-14T07:35:23Z]\": cannot find metric names: error when searching for metricIDs in the current indexdb: the number of matching timeseries exceeds 30000; either narrow down the search or increase -search.max* command-line flag values (the most likely limit is -search.maxUniqueTimeseries); see https://docs.victoriametrics.com/#resource-usage-limits"

The VictoriaMetrics startup parameter -search.maxSeries needs adjustment. The default value is set to 30000, but increasing it to 250000 can resolve this issue. It is advisable to set this parameter to 100000 in the standard deployment.
Related Issue:
VictoriaMetrics/VictoriaMetrics#2485

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants