-
Notifications
You must be signed in to change notification settings - Fork 67
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] Enable to see Shard* Metrics in performance-analyzer API #333
Comments
@dblock is it something that you are already aware of ? 🤔 |
@craph I am not, let's move this to the performance-analyzer repo. |
Thank you very much @dblock for transferring the issue. As I mentionned in the issue, with OpenDistro 1.13.3 I have seen the same behavior / issue. And in performance-analyzer or performance-analyzer-rca I haven't see any major changes. I noticed that all the namespaces has changed because of migrating from OpenDistro -> Openseach... So I has guessing changes in opensearch... As a clue, If I comment the where clause in the method I don't know how to debug more in opensearch of performance-analyzer plugin. Do you have in advise to give me ? Thank you very much. |
@dblock it looks like the initial code moved to the repo performance-analyzer-rca now and has been reworked from what it was initially. Maybe an issue with the rework |
This was being taken care as part of this PR - opensearch-project/performance-analyzer-rca#283. |
Hello,
I'm opening this issue because I think I have a weird behaviour with performance-analyzer.
Previously, in
opendistro-for-elasticsearch:1.13.3
just after starting a docker container and enabling performance-analyzer plugin I was able to see metrics.What is the bug?
Just after I've setup opensearch with docker for benchmark, I'm unable to visualize the Shard* Metrics with PerformanceAnalyzer.
How can one reproduce the bug?
Steps to reproduce the behavior:
docker-compose up -d
What is the expected behavior?
I guess I should be able to see something instead of
null
values for the Shard metrics.Do you have any advise how to proceed to be able to view those metrics ?
Example in opendistro-for-elasticsearch:1.13.3 I have this output
What is your host/environment?
Thank you very much for your help.
Best regards,
The text was updated successfully, but these errors were encountered: