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

[BUG] On version 2.11.0, the plugin does not return metric values #683

Open
Xsthr opened this issue Jul 17, 2024 · 1 comment
Open

[BUG] On version 2.11.0, the plugin does not return metric values #683

Xsthr opened this issue Jul 17, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Xsthr
Copy link

Xsthr commented Jul 17, 2024

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": []
    }
  }
}
@Xsthr Xsthr added bug Something isn't working untriaged labels Jul 17, 2024
@dblock dblock removed the untriaged label Aug 5, 2024
@dblock
Copy link
Member

dblock commented Aug 5, 2024

[Catch All Triage - 1, 2, 3]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants