-
Notifications
You must be signed in to change notification settings - Fork 98
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
[BUG] prometheus datasource mongodb and other exporter metrics are missing #1762
Comments
just confirmed that all node_exporter (node*) metrics are not available as well |
I believe the question and answer here is related to the issue https://stackoverflow.com/questions/68081062/prometheus-not-expose-all-collected-metrics I can confirm the metrics URL only lists prometheus* and go* metrics whereas using the prometheus query UI or any other query tool against the prometheus service exposes all available metrics as expected. |
This looks to return all metrics http://localhost:9090/api/v1/label/__name__/values |
metric list implementation looks to be here
|
Describe the bug
Unable to create visualizations based on mongodb* metrics
To Reproduce
Steps to reproduce the behavior:
Expected behavior
mongodb metrics are available
Plugins
opensearch-master opensearch-alerting 2.10.0.0
opensearch-master opensearch-anomaly-detection 2.10.0.0
opensearch-master opensearch-asynchronous-search 2.10.0.0
opensearch-master opensearch-cross-cluster-replication 2.10.0.0
opensearch-master opensearch-custom-codecs 2.10.0.0
opensearch-master opensearch-geospatial 2.10.0.0
opensearch-master opensearch-index-management 2.10.0.0
opensearch-master opensearch-job-scheduler 2.10.0.0
opensearch-master opensearch-knn 2.10.0.0
opensearch-master opensearch-ml 2.10.0.0
opensearch-master opensearch-neural-search 2.10.0.0
opensearch-master opensearch-notifications 2.10.0.0
opensearch-master opensearch-notifications-core 2.10.0.0
opensearch-master opensearch-observability 2.10.0.0
opensearch-master opensearch-performance-analyzer 2.10.0.0
opensearch-master opensearch-reports-scheduler 2.10.0.0
opensearch-master opensearch-security 2.10.0.0
opensearch-master opensearch-security-analytics 2.10.0.0
opensearch-master opensearch-sql 2.10.0.0
Screenshots
Host/Environment (please complete the following information):
Amazon Linux 2
Additional context
running PPL query from the query workbench works fine
example: source=prometheus.mongodb_up
The text was updated successfully, but these errors were encountered: