Skip to content

Commit

Permalink
Merge pull request #60 from skit-ai/pyroscope
Browse files Browse the repository at this point in the history
pyroscope profiling with profile types
  • Loading branch information
ydlamba authored Aug 16, 2023
2 parents c5e99ab + e2569ce commit c705f19
Show file tree
Hide file tree
Showing 4 changed files with 502 additions and 10 deletions.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ require (
github.com/getsentry/sentry-go v0.15.0
github.com/go-kit/log v0.2.1
github.com/google/go-cmp v0.5.9
github.com/hashicorp/go-getter v1.6.2
github.com/hashicorp/go-getter v1.7.0
github.com/hashicorp/vault/api v1.8.2
github.com/hashicorp/vault/api/auth/approle v0.3.0
github.com/julienschmidt/httprouter v1.3.0
github.com/mediocregopher/radix.v2 v0.0.0-20181115013041-b67df6e626f9
github.com/mediocregopher/radix/v3 v3.8.1
github.com/pkg/errors v0.9.1
github.com/pyroscope-io/client v0.7.2
github.com/streadway/amqp v1.0.0
go.opentelemetry.io/otel v1.11.2
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.11.2
Expand Down Expand Up @@ -84,6 +85,7 @@ require (
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/oklog/run v1.1.0 // indirect
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
github.com/pyroscope-io/godeltaprof v0.1.2 // indirect
github.com/ryanuber/go-glob v1.0.0 // indirect
github.com/ulikunitz/xz v0.5.10 // indirect
go.opencensus.io v0.24.0 // indirect
Expand Down
Loading

0 comments on commit c705f19

Please sign in to comment.