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
Hello! Performance analyzer is successfully enabled, but the response to the metrics request is empty. opensearch version: 2.11.0
my configuration:
metrics-location = /dev/shm/performanceanalyzer/ metrics-deletion-interval = 1 cleanup-metrics-db-files = true webservice-listener-port = 9600 rpc-port = 9650 metrics-db-file-prefix-path = /tmp/metricsdb_ https-enabled = true certificate-file-path = /opt/opensearch/config/certs/edu-osm-21.pem private-key-file-path = /opt/opensearch/config/certs/edu-osm-21-key.pem trusted-cas-file-path = /opt/opensearch/config/certs/root-ca.pem client-certificate-file-path = /opt/opensearch/config/certs/admin.pem client-private-key-file-path = /opt/opensearch/config/certs/admin-key.pem client-trusted-cas-file-path = /opt/opensearch/config/certs/root-ca.pem webservice-bind-host = 0.0.0.0 plugin-stats-metadata = plugin-stats-metadata agent-stats-metadata = agent-stats-metadata
and response from server
{ "6pU61DPLRMGZGjfSwyQ2Lw": { "timestamp": 1720612630000, "data": { "fields": [ { "name": "CPU_Utilization", "type": "DOUBLE" } ], "records": [] } } }
The text was updated successfully, but these errors were encountered:
[Catch All Triage - 1, 2, 3]
Sorry, something went wrong.
No branches or pull requests
Hello! Performance analyzer is successfully enabled, but the response to the metrics request is empty.
opensearch version: 2.11.0
my configuration:
and response from server
The text was updated successfully, but these errors were encountered: