Skip to content

Commit

Permalink
Add codeowners (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanhuhta authored May 24, 2024
1 parent 491e627 commit ac49e40
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @grafana/pyroscope-go
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a golang integration for Pyroscope — open source continuous profiling

For more information, please visit our [golang integration documentation](https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/go_push/).

### Profiling Go applications
## Profiling Go applications

To start profiling a Go application, you need to include our go module in your app:

Expand Down Expand Up @@ -73,6 +73,10 @@ Go integration supports pull mode, which means that you can profile applications
import _ "net/http/pprof"
```

### Examples
## Examples

Check out the [examples](https://grafana.com/docs/pyroscope/latest/configure-client/grafana-agent/go_pull/) directory in our repository to learn more 🔥

## Maintainers

This package is maintained by [@grafana/pyroscope-go](https://github.com/orgs/grafana/teams/pyroscope-go). Mention this team on issues or PRs for feedback.

0 comments on commit ac49e40

Please sign in to comment.