Prometheus
Integrating with Prometheus
Performance
Current Prometheus integration targets performance numbers for event production, consumption and detection. It does not target the detections themselves.
Tracee is enabled for prometheus scraping by default. Scraping can be done through the following URLs:
- tracee-ebpf can be scraped through
:3366/metrics
- tracee-rules can be scraped through
:4466/metrics
Metrics addresses can be changed through tracee-ebpf command line arguments
metrics
andlisten-addr
, check--help
for more information.
Tip
Check this tutorial for more information as well.