Drop cpu check for the Prometheus configuration in Opentelemetry-java#35
Open
shinhyungyang wants to merge 2 commits intokieker-monitoring:mainfrom
Open
Conversation
Collaborator
|
Did you check it locally whether it works? The check is there since Prometheus did not start on the Raspberry Pi. If I get it correctly, x86_64 will also be the architecture for amd, just aarm has different architecture (and there, to my knowledge, Prometheus doesn't start). |
Collaborator
Author
|
Okay! so the next step for me is to check running prometheus-3.6.0.linux-arm64.tar.gz. |
Collaborator
Author
|
I checked that prometheus runs on the ARM architecture. I just need to debug terminating the process at the end of each run. Somehow the process id stored in the |
Collaborator
|
Could you try saving the prometheus pid using |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Would it be okay to drop cpu check for Prometheus? It will help running the measurement on non Intel CPUs