We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Depending on the user-defined Grafana dashboard, various filtering may be necessary.
It would be ideal to have a structure where custom labels can be appropriately registered as needed.
For example, it would be ideal if labels could be registered in a key-value format like the following
- job_name: opensearch scrape_interval: 10s metrics_path: "/_prometheus/metrics" static_configs: - labels: - env: prod - key2: value2 - key3: value3 - ...
prometheus-exporter-plugin-for-opensearch/src/main/java/org/compuscene/metrics/prometheus/PrometheusMetricsCollector.java
Line 164 in 486ca19
The text was updated successfully, but these errors were encountered:
@lukas-vlcek hi! Could you please consider this?
Sorry, something went wrong.
No branches or pull requests
Depending on the user-defined Grafana dashboard, various filtering may be necessary.
It would be ideal to have a structure where custom labels can be appropriately registered as needed.
For example, it would be ideal if labels could be registered in a key-value format like the following
prometheus-exporter-plugin-for-opensearch/src/main/java/org/compuscene/metrics/prometheus/PrometheusMetricsCollector.java
Line 164 in 486ca19
The text was updated successfully, but these errors were encountered: