Skip to content

Commit

Permalink
chore(dashboard/pyroscope): add details on Pyroscope for developer pr…
Browse files Browse the repository at this point in the history
…ofiling
  • Loading branch information
cpeliciari committed Dec 3, 2024
1 parent cec4510 commit d90b55a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dashboards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,15 @@ docker compose -f docker-compose.base.yml -f docker-compose-linux.yml up
and opening Grafana at http://localhost:3000.


### Details on Pyroscope (Developer Profiling)

Pyroscope is a continuous profiling platform that allows you to monitor the performance of your applications in real-time. In the provided code, it is used alongside Prometheus for profiling and metrics collection.

#### Features:

- Application Performance Monitoring: Tracks various profile types, including CPU usage, memory allocation.
- Real-time Insights: Enables detailed analysis of bottlenecks and issues in your code.

### Making Dashboards usable with Provisioning

The following section is only relevant for creators of dashboards.
Expand Down

0 comments on commit d90b55a

Please sign in to comment.