You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the bug is.--services not visible even after adding pyroscope endpoint in alloy
To Reproduce
Steps to reproduce the behavior: required all services data in pyro scope DS, i have deployed alloy and added pyroscope endpoint in alloy config to send profile data.
Start Pyroscope (SHA or version)-lastest
Perform Operations(Read/Write/Others)
Expected behavior
A clear and concise description of what you expected to happen.
Without additional information, it is difficult to know exactly what is going wrong here. It would be helpful if you described your infrastructure more and provided your Alloy configuration.
My best guess is that your pyroscope.scrape block is not receiving the correct targets.
pyroscope.scrape "pyroscope_scrape" {
targets = [] // <-- Something is wrong with these targets. Either this is empty or the targets are invalid.
forward_to = [pyroscope.write.pyroscope_write.receiver]
profiling_config {
// Your profiling configuration ...
}
}
I would suggest reviewing your Alloy configuration to verify the pyroscope.scrape block is receiving the correct targets. This doc provides steps to help debug Alloy blocks.
Describe the bug
A clear and concise description of what the bug is.--services not visible even after adding pyroscope endpoint in alloy
To Reproduce
Steps to reproduce the behavior: required all services data in pyro scope DS, i have deployed alloy and added pyroscope endpoint in alloy config to send profile data.
Expected behavior
A clear and concise description of what you expected to happen.
Environment
Additional Context
only able to see pyro scope related data plz suggest what changes to be made, I am new to this.
The text was updated successfully, but these errors were encountered: