Skip to content

Commit

Permalink
Profiling integration (#372)
Browse files Browse the repository at this point in the history
* added profiling endpoint integration

* remove useless comment
  • Loading branch information
PietroPasotti authored Jan 14, 2025
1 parent 95c2e04 commit ab28a2d
Show file tree
Hide file tree
Showing 3 changed files with 852 additions and 2 deletions.
5 changes: 5 additions & 0 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ requires:
interface: tracing

provides:
profiling-endpoint:
interface: parca_scrape
description: |
Links to grafana's pprof endpoint. Can be used to integrate with parca to
profile the grafana server process.
metrics-endpoint:
interface: prometheus_scrape
description: Links to grafana's own `/metrics` endpoint.
Expand Down
Loading

0 comments on commit ab28a2d

Please sign in to comment.