-
Notifications
You must be signed in to change notification settings - Fork 203
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
Сonfiguration prometheus.exporter.process #1935
Comments
|
@Nachtfalkeaw Friend, thank you so much!!! |
Many of these components are based on standalone exporters and there is a chance to get some more information. |
@Nachtfalkeaw Of course, but if there https://grafana.com/docs/alloy/latest/reference/components/prometheus/prometheus.exporter.process/#example was your example from this issues, it would be much clearer.... |
What's wrong?
Good afternoon,
please tell me how to force prometheus.exporter.process collect data about all processes on VM?
An analog of the setting in process_exporter:
Steps to reproduce
Run alloy and request data
System information
ALT SP Server 11100-01
Software version
alloy, version v1.4.2
Configuration
// Process metrics
prometheus.exporter.process "local" {
track_children = true
}
// Configure a prometheus.scrape component to collect process_exporter metrics.
prometheus.scrape "process" {
targets = prometheus.exporter.process.local.targets
forward_to = [prometheus.remote_write.mimir.receiver]
}
Logs
No response
The text was updated successfully, but these errors were encountered: