{"repo":"grafana/pyroscope","free":true,"listed":false,"github":"https://github.com/grafana/pyroscope","clone":"git clone https://github.com/grafana/pyroscope.git","description":"Continuous Profiling Platform. Debug performance issues down to a single line of code","language":"Go","stars":11628,"topics":["continuous-profiling","developer-tools","devops","find-bottlenecks","golang","hacktoberfest","linux","monitoring","observability","performance","profiling","pyroscope","python","ruby"],"license":"AGPL-3.0","category":"observability_platform","readme_excerpt":"<p align=\"center\"><img alt=\"Pyroscope\" src=\"https://github.com/grafana/pyroscope/assets/662636/c1fc4055-b33d-4e69-a450-9e7a7b2317bb\" width=\"100%\"/></p>\n\n\n[![ci](https://github.com/grafana/pyroscope/actions/workflows/ci.yml/badge.svg)](https://github.com/grafana/pyroscope/actions/workflows/ci.yml)\n[![Go Report](https://goreportcard.com/badge/github.com/grafana/pyroscope)](https://goreportcard.com/report/github.com/grafana/pyroscope)\n[![License: AGPLv3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](LICENSE)\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fgrafana%2Fpyroscope.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fgrafana%2Fpyroscope?ref=badge_shield)\n[![Latest release](https://img.shields.io/github/release/grafana/pyroscope.svg)](https://github.com/grafana/pyroscope/releases)\n[![DockerHub](https://img.shields.io/docker/pulls/grafana/pyroscope.svg)](https://hub.docker.com/r/grafana/pyroscope)\n[![Go Reference](https://pkg.go.dev/badge/github.com/grafana/pyroscope/v2.svg)](https://pkg.go.dev/github.com/grafana/pyroscope/v2)\n\n## 🎉 **Announcement: Pyroscope 2.0 is here!**\n\nPyroscope 2.0 makes the new **v2 architecture** the default. Profiles are written directly to object storage, removing the need for in-memory ingesters and local disks - simplifying operations and lowering resource usage at scale. Existing v1 deployments can opt in via a flag and migrate without data loss.\n\nRead the [2.0 release notes](https://grafana.com/docs/pyroscope/latest/release-notes/v2-0/) and the [v2 architecture overview](https://grafana.com/docs/pyroscope/latest/reference-pyroscope-v2-architecture/). Upgrading from v1? See the [migration guide](https://grafana.com/docs/pyroscope/latest/reference-pyroscope-v2-architecture/migrate-from-v1/).\n\nWant the full story? Watch the GrafanaCON 2026 talk [_Pyroscope 2.0: Continuous Profiling Architecture Deep Dive_](https://www.youtube.com/watch?v=vseSm-pzgmc).\n\n## What is Grafana Pyroscope?\n\nGrafana Pyroscope is a continuous profiling platform designed to surface performance insights from your applications, helping you optimize resource usage such as CPU, memory, and I/O operations. With Pyroscope, you can both **proactively** and **reactively** address performance bottlenecks across your system.\n\nThe typical use cases are:\n\n- **Proactive:** Reducing resource consumption, improving application performance, or preventing latency issues.\n- **Reactive:** Quickly resolving incidents with line-level detail and debugging active CPU, memory, or I/O bottlenecks.\n\nPyroscope provides powerful tools to give you a comprehensive view of your application's behavior while allowing you to drill down into specific services for more targeted root cause analysis.\n\n## How Does Pyroscope Work?\n\n![deployment_diagram](https://grafana.com/media/docs/pyroscope/pyroscope_client_server_diagram_11_18_2024.png)\n\nPyroscope consists of three main components:\n- **Pyroscope Server:** Stores and processes profiling data and serves queries.\n- **Clients and instrumentation:** Profiling data reaches the server in several ways: the [Pyroscope SDKs](https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/) (push), [Grafana Alloy](https://grafana.com/docs/pyroscope/latest/configure-client/grafana-alloy/) (pull or push), or OTLP from OpenTelemetry-compatible sources such as the [OpenTelemetry eBPF profiler](https://grafana.com/docs/pyroscope/latest/configure-client/opentelemetry/ebpf-profiler/).\n- **Grafana Profiles Drilldown:** A queryless, intuitive UI for visualizing and analyzing profiling data (formerly Explore Profiles).\n\nUnder the hood, Pyroscope v2 writes profiles straight to object storage—no ingesters, no local disk. The animations below trace the three parts of the architecture. For the details behind each component, see the [v2 architecture documentation](https://grafana.com/docs/pyroscope/latest/reference-pyroscope-v2-architecture/).\n\n**Write path** — profiles are routed by service and written straight to object storage:\n\n![Pyroscope v2 write path](images/pyroscope-v2-write-path.gif)\n\n**Compaction** — compaction-workers merge small segments into larger blocks in the background:\n\n![Pyroscope v2 compaction](images/pyroscope-v2-compaction.gif)\n\n**Read path** — queries fan out across object storage to build flame graphs in Grafana Profiles Drilldown:\n\n![Pyroscope v2 read path](images/pyroscope-v2-read-path.gif)\n\n---\n\n## [Pyroscope Live Demo](https://play.grafana.org/a/grafana-pyroscope-app/explore)\n\n[![Pyroscope GIF Demo](https://github.com/user-attachments/assets/2faeb985-f2b6-4311-ad29-e318e850c025)](https://play.grafana.org/a/grafana-pyroscope-app/explore)\n\n\n---\n\n## **Quick Start: Run the Pyroscope server locally**\n\n### Docker\n```sh\ndocker run -it -p 4040:4040 grafana/pyroscope\n```\n\n### Homebrew (macOS / Linux)\n```sh\nbrew install pyroscope-io/brew/pyroscope\nbrew services start pyroscope\n```\n\n### Binary\nDownload the archive for your operating system and architecture from the [latest release](https://github.com/grafana/pyroscope/releases/latest), unpack it, and run the binary:\n```sh\ntar xvf pyroscope_*.tar.gz\n./pyroscope\n```\n\nPyroscope listens on port `4040`. For Kubernetes/Helm, Linux packages, building from source, and full configuration options, see the [Get started guide](https://grafana.com/docs/pyroscope/latest/get-started/) and the [server documentation](https://grafana.com/docs/pyroscope/latest/configure-server/).\n\n## **Quick Start: Visualize profiles with Grafana Profiles Drilldown**\n\n<img width=\"1728\" alt=\"image\" src=\"https://github.com/user-attachments/assets/67691443-6450-45b9-8064-f41056c88ade\">\n\n[Grafana Profiles Drilldown](https://grafana.com/docs/grafana/latest/visualizations/simplified-exploration/profiles/) (formerly Explore Profiles) is the primary, queryless way to visualize and analyze your profiling data.\n\n### Grafana Cloud / OSS\nProfiles Drilldown is pre-installed and is the default way to explore your profiles – all you need to do is start sending data.\n\n## Documentation\n\nFor more information on how to use Pyroscope with other programming languages, install it on Linux, or use it in a production environment, check out our documentation:\n\n* [Getting Started](https://grafana.com/docs/pyroscope/latest/get-started/)\n* [Deployment Guide](https://grafana.com/docs/pyroscope/latest/deploy-kubernetes/)\n* [Pyroscope v2 Architecture](https://grafana.com/docs/pyroscope/latest/reference-pyroscope-v2-architecture/)\n\n## Send data to the server\n\nYou can send profiles to Pyroscope with the language SDKs, with [Grafana Alloy](https://grafana.com/docs/pyroscope/latest/configure-client/grafana-alloy/), or over OTLP from OpenTelemetry-compatible sources such as the [OpenTelemetry eBPF profiler](https://grafana.com/docs/pyroscope/latest/configure-client/opentelemetry/ebpf-profiler/).\n\nFor more documentation on how to add the Pyroscope SDK to your code, see the [client documentation](https://grafana.com/docs/pyroscope/latest/configure-client/) on our website or find language-specific examples and documentation below:\n<table>\n   <tr>\n      <td align=\"center\"><a href=\"https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/go_push/\"><img src=\"https://user-images.githubusercontent.com/23323466/178160549-2d69a325-56ec-4e19-bca7-d460d400b163.png\" width=\"100px;\" alt=\"\"/><br />\n        <b>Golang</b></a><br />\n          <a href=\"https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/go_push/\" title=\"Documentation\">Documentation</a><br />\n          <a href=\"https://github.com/grafana/pyroscope/tree/main/examples/language-sdk-instrumentation/golang-push\" title=\"golang-examples\">Examples</a>\n      </td>\n      <td align=\"center\"><a href=\"https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/java/\"><img src=\"https://user-images.githubusercontent.com/23323466/178160550-2b5a623a-0f4c-4911-923f-2c825784d45d.png\" width=\"100px;\" alt=\"\"/><br />\n        <b>Java</b></a><br />\n          <a href=\"https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/java/\" title=\"Documentation\">Documentation</a><br />\n          <a href=\"https://github.com/grafana/pyroscope/tree/main/examples/language-sdk-instrumentation/java/rideshare\" title=\"java-examples\">Examples</a>\n      </td>\n      <td align=\"center\"><a href=\"https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/python/\"><img src=\"https://user-images.githubusercontent.com/23323466/178160553-c78b8c15-99b4-43f3-a2a0-252b6c4862b1.png\" width=\"100px;\" alt=\"\"/><br />\n        <b>Python</b></a><br />\n          <a href=\"https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/python/\" title=\"Documentation\">Documentation</a><br />\n          <a href=\"https://github.com/grafana/pyroscope/tree/main/examples/language-sdk-instrumentation/python\" title=\"python-examples\">Examples</a>\n      </td>\n      <td align=\"center\"><a href=\"https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/ruby/\"><img src=\"https://user-images.githubusercontent.com/23323466/178160554-b0be2bc5-8574-4881-ac4c-7977c0b2c195.png\" width=\"100px;\" alt=\"\"/><br />\n        <b>Ruby</b></a><br />\n          <a href=\"https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/ruby/\" title=\"Documentation\">Documentation</a><br />\n          <a href=\"https://github.com/grafana/pyroscope/tree/main/examples/language-sdk-instrumentation/ruby\" title=\"ruby-examples\">Examples</a>\n      </td>\n   </tr>\n   <tr>\n      <td align=\"center\"><a href=\"https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/nodejs/\"><img src=\"https://user-images.githubusercontent.com/23323466/178160551-a79ee6ff-a5d6-419e-89e6-39047cb08126.png\" width=\"100px;\" alt=\"\"/><br />\n        <b>Node.js</b></a><br />\n          <a href=\"https://grafana.com/docs/pyroscope/latest/configure-client/language-sdks/nodejs/\" title=\"Documentation\">Documentation</a><br />\n          <a href=\"http","default_branch":"main","files":2723,"tree":[".agents/skills",".claude/skills/update-go-version/SKILL.md",".cursor/rules/development-workflow.mdc",".cursor/rules/go-backend.mdc",".cursor/rules/go-testing.mdc",".cursor/rules/pyroscope-general.mdc",".devcontainer/devcontainer-lock.json",".devcontainer/devcontainer.json",".git-blame-ignore-revs",".github/ISSUE_TEMPLATE/feature_request.md",".github/ISSUE_TEMPLATE/issue--bug-report.md",".github/workflows/backport.yml",".github/workflows/ci.yml",".github/workflows/frontend.yml",".github/workflows/fuzzer.yml",".github/workflows/helm-ci.yml",".github/workflows/helm-integration-httproute.yml",".github/workflows/helm-release.yml",".github/workflows/push-example-images.yml",".github/workflows/release.yml",".github/workflows/renovate-config-validator.yml",".github/workflows/test-examples.yml",".github/workflows/update-contributors.yml",".github/workflows/update-examples-cron.yml",".github/workflows/update-homebrew-formulas.yml",".github/workflows/weekly-release.yml",".github/zizmor.yml",".gitignore",".gitmodules",".golangci.yml",".goreleaser.yaml",".idea/modules.xml",".idea/pyroscope.iml",".idea/runConfigurations/help.xml",".idea/runConfigurations/v1.xml",".idea/runConfigurations/v2.xml",".mockery.yaml",".pre-commit-config.yaml",".pyroscope.yaml",".vscode/launch.json","AGENTS.md","CHANGELOG.md","CLAUDE.md","CODEOWNERS","CODE_OF_CONDUCT.md","GOVERNANCE.md","LICENSE","LICENSING.md","MAINTAINERS.md","Makefile","Makefile.examples","README.md","api/LICENSE","api/adhocprofiles/v1/adhocprofiles.proto","api/buf.gen.yaml","api/buf.lock","api/buf.yaml","api/capabilities/v1/feature_flags.proto","api/connect-openapi/base.yaml","api/connect-openapi/gen/adhocprofiles/v1/adhocprofiles.openapi.yaml","api/connect-openapi/gen/capabilities/v1/feature_flags.openapi.yaml","api/connect-openapi/gen/debuginfo/v1/debuginfo.openapi.yaml","api/connect-openapi/gen/debuginfo/v1alpha1/debuginfo.openapi.yaml","api/connect-openapi/gen/google/v1/profile.openapi.yaml","api/connect-openapi/gen/ingester/v1/ingester.openapi.yaml","api/connect-openapi/gen/metastore/v1/compactor.openapi.yaml","api/connect-openapi/gen/metastore/v1/index.openapi.yaml","api/connect-openapi/gen/metastore/v1/query.openapi.yaml","api/connect-openapi/gen/metastore/v1/raft_log/raft_log.openapi.yaml","api/connect-openapi/gen/metastore/v1/tenant.openapi.yaml","api/connect-openapi/gen/metastore/v1/types.openapi.yaml","api/connect-openapi/gen/push/v1/push.openapi.yaml","api/connect-openapi/gen/querier/v1/querier.openapi.yaml","api/connect-openapi/gen/query/v1/query.openapi.yaml","api/connect-openapi/gen/segmentwriter/v1/push.openapi.yaml","api/connect-openapi/gen/settings/v1/recording_rules.openapi.yaml","api/connect-openapi/gen/settings/v1/setting.openapi.yaml","api/connect-openapi/gen/status/v1/status.openapi.yaml","api/connect-openapi/gen/storegateway/v1/storegateway.openapi.yaml","api/connect-openapi/gen/types/v1/types.openapi.yaml","api/connect-openapi/gen/vcs/v1/vcs.openapi.yaml","api/connect-openapi/gen/version/v1/version.openapi.yaml","api/debuginfo/v1alpha1/debuginfo.proto","api/gen/proto/go/adhocprofiles/v1/adhocprofiles.pb.go","api/gen/proto/go/adhocprofiles/v1/adhocprofiles_vtproto.pb.go","api/gen/proto/go/adhocprofiles/v1/adhocprofilesv1connect/adhocprofiles.connect.go","api/gen/proto/go/adhocprofiles/v1/adhocprofilesv1connect/adhocprofiles.connect.mux.go","api/gen/proto/go/capabilities/v1/capabilitiesv1connect/feature_flags.connect.go","api/gen/proto/go/capabilities/v1/capabilitiesv1connect/feature_flags.connect.mux.go","api/gen/proto/go/capabilities/v1/feature_flags.pb.go","api/gen/proto/go/capabilities/v1/feature_flags_vtproto.pb.go","api/gen/proto/go/debuginfo/v1alpha1/debuginfo.pb.go","api/gen/proto/go/debuginfo/v1alpha1/debuginfo_vtproto.pb.go","api/gen/proto/go/debuginfo/v1alpha1/debuginfov1alpha1connect/debuginfo.connect.go","api/gen/proto/go/debuginfo/v1alpha1/debuginfov1alpha1connect/debuginfo.connect.mux.go","api/gen/proto/go/google/v1/profile.pb.go","api/gen/proto/go/google/v1/profile_vtproto.pb.go","api/gen/proto/go/ingester/v1/ingester.pb.go","api/gen/proto/go/ingester/v1/ingester_vtproto.pb.go","api/gen/proto/go/ingester/v1/ingesterv1connect/ingester.connect.go","api/gen/proto/go/ingester/v1/ingesterv1connect/ingester.connect.mux.go","api/gen/proto/go/metastore/v1/compactor.pb.go","api/gen/proto/go/metastore/v1/compactor_vtproto.pb.go","api/gen/proto/go/metastore/v1/index.pb.go","api/gen/proto/go/metastore/v1/index_vtproto.pb.go","api/gen/proto/go/metastore/v1/metastorev1connect/compactor.connect.go","api/gen/proto/go/metastore/v1/metastorev1connect/compactor.connect.mux.go","api/gen/proto/go/metastore/v1/metastorev1connect/index.connect.go","api/gen/proto/go/metastore/v1/metastorev1connect/index.connect.mux.go","api/gen/proto/go/metastore/v1/metastorev1connect/query.connect.go","api/gen/proto/go/metastore/v1/metastorev1connect/query.connect.mux.go","api/gen/proto/go/metastore/v1/metastorev1connect/tenant.connect.go","api/gen/proto/go/metastore/v1/metastorev1connect/tenant.connect.mux.go","api/gen/proto/go/metastore/v1/query.pb.go","api/gen/proto/go/metastore/v1/query_vtproto.pb.go","api/gen/proto/go/metastore/v1/raft_log/raft_log.pb.go","api/gen/proto/go/metastore/v1/raft_log/raft_log_vtproto.pb.go","api/gen/proto/go/metastore/v1/tenant.pb.go","api/gen/proto/go/metastore/v1/tenant_vtproto.pb.go","api/gen/proto/go/metastore/v1/types.pb.go","api/gen/proto/go/metastore/v1/types_vtproto.pb.go","api/gen/proto/go/push/v1/push.pb.go","api/gen/proto/go/push/v1/push_vtproto.pb.go","api/gen/proto/go/push/v1/pushv1connect/push.connect.go","api/gen/proto/go/push/v1/pushv1connect/push.connect.mux.go","api/gen/proto/go/querier/v1/querier.pb.go","api/gen/proto/go/querier/v1/querier_vtproto.pb.go","api/gen/proto/go/querier/v1/querierv1connect/querier.connect.go","api/gen/proto/go/querier/v1/querierv1connect/querier.connect.mux.go","api/gen/proto/go/query/v1/query.pb.go","api/gen/proto/go/query/v1/query_vtproto.pb.go","api/gen/proto/go/query/v1/queryv1connect/query.connect.go","api/gen/proto/go/query/v1/queryv1connect/query.connect.mux.go","api/gen/proto/go/segmentwriter/v1/push.pb.go","api/gen/proto/go/segmentwriter/v1/push_vtproto.pb.go","api/gen/proto/go/segmentwriter/v1/segmentwriterv1connect/push.connect.go","api/gen/proto/go/segmentwriter/v1/segmentwriterv1connect/push.connect.mux.go","api/gen/proto/go/settings/v1/recording_rules.pb.go","api/gen/proto/go/settings/v1/recording_rules_vtproto.pb.go","api/gen/proto/go/settings/v1/setting.pb.go","api/gen/proto/go/settings/v1/setting_vtproto.pb.go","api/gen/proto/go/settings/v1/settingsv1connect/recording_rules.connect.go","api/gen/proto/go/settings/v1/settingsv1connect/recording_rules.connect.mux.go","api/gen/proto/go/settings/v1/settingsv1connect/setting.connect.go","api/gen/proto/go/settings/v1/settingsv1connect/setting.connect.mux.go","api/gen/proto/go/status/v1/status.pb.go","api/gen/proto/go/status/v1/status.pb.gw.go","api/gen/proto/go/status/v1/status_vtproto.pb.go","api/gen/proto/go/status/v1/statusv1connect/status.connect.go","api/gen/proto/go/status/v1/statusv1connect/status.connect.mux.go","api/gen/proto/go/storegateway/v1/storegateway.pb.go","api/gen/proto/go/storegateway/v1/storegateway_vtproto.pb.go","api/gen/proto/go/storegateway/v1/storegatewayv1connect/storegateway.connect.go","api/gen/proto/go/storegateway/v1/storegatewayv1connect/storegateway.connect.mux.go","api/gen/proto/go/types/v1/types.pb.go","api/gen/proto/go/types/v1/types_vtproto.pb.go","api/gen/proto/go/vcs/v1/vcs.pb.go","api/gen/proto/go/vcs/v1/vcs_vtproto.pb.go","api/gen/proto/go/vcs/v1/vcsv1connect/vcs.connect.go","api/gen/proto/go/vcs/v1/vcsv1connect/vcs.connect.mux.go","api/gen/proto/go/version/v1/version.pb.go","api/gen/proto/go/version/v1/version_vtproto.pb.go","api/gen/proto/go/version/v1/versionv1connect/version.connect.go","api/gen/proto/go/version/v1/versionv1connect/version.connect.mux.go","api/go.mod","api/go.sum","api/google/v1/profile.proto","api/ingester/v1/ingester.proto","api/metastore/v1/compactor.proto","api/metastore/v1/index.proto","api/metastore/v1/query.proto","api/metastore/v1/raft_log/raft_log.proto","api/metastore/v1/tenant.proto","api/metastore/v1/types.proto","api/model/labelset/labelset.go","api/model/labelset/labelset_bench_test.go","api/model/labelset/labelset_test.go","api/model/labelset/validate.go","api/openapiv2/gen/phlare.swagger.json","api/openapiv2/openapiv2.go","api/push/v1/push.proto","api/querier/v1/querier.proto","api/query/v1/query.proto","api/segmentwriter/v1/push.proto","api/settings/v1/recording_rules.proto","api/settings/v1/setting.proto","api/status/v1/status.proto","api/storegateway/v1/storegateway.proto","api/types/v1/types.proto","api/vcs/v1/vcs.proto","api/version/v1/version.proto","cmd/profilecli/blocks.go","cmd/profilecli/bucket.go","cmd/profilecli/canary_exporter.go","cmd/profilecli/canary_exporter_probes.go","cmd/profilecli/client.go","cmd/profilecli/client_test.go","cmd/profilecli/compact.go","cmd/profilecli/debuginfo.go","cmd/profilecli/debuginfo_test.go","cmd/profilecli/kube_proxy.go","cmd/profilecli/main.go","cmd/profilecli/output.go","cmd/profilecli/output_test.go","cmd/profilecli/parquet.go","cmd/profilecli/query-blocks.go","cmd/profilecli/query-exemplars.go","cmd/profilecli/query-exemplars_test.go","cmd/profilecli/query-top.go","cmd/profilecli/query-top_test.go","cmd/profilecli/query-tracer.go","cmd/profilecli/query.go","cmd/profilecli/query_async.go","cmd/profilecli/query_test.go","cmd/profilecli/raft.go","cmd/profilecli/ready.go","cmd/profilecli/recording_rules.go","cmd/profilecli/replay_dump.go","cmd/profilecli/replay_format.go","cmd/profilecli/replay_format_test.go","cmd/profilecli/replay_push.go","cmd/profilecli/replay_push_test.go","cmd/profilecli/source_code_coverage.go","cmd/profilecli/source_code_coverage_test.go","cmd/profilecli/static/bootstrap-5.3.3.bundle.min.js","cmd/profilecli/static/bootstrap-5.3.3.min.css","cmd/profilecli/static/bootstrap-icons-1.8.1.css","cmd/profilecli/static/fonts/bootstrap-icons.woff","cmd/profilecli/static/fonts/bootstrap-icons.woff2","cmd/profilecli/static/pyroscope-logo.png","cmd/profilecli/static/pyroscope-styles.css","cmd/profilecli/tsdb.go","cmd/profilecli/upload.go","cmd/profilecli/v2-migration.go","cmd/pyroscope/.dockerignore","cmd/pyroscope/Dockerfile","cmd/pyroscope/debug.Dockerfile","cmd/pyroscope/frontend.Dockerfile","cmd/pyroscope/help-all.txt.tmpl","cmd/pyroscope/help.txt.tmpl","cmd/pyroscope/main.go","cmd/pyroscope/main_test.go","cmd/pyroscope/pyroscope.yaml","docs/Makefile","docs/docs.mk","docs/internal/RELEASE.md","docs/internal/V2-MIGRATION.md","docs/internal/contributing/README.md","docs/make-docs","docs/sources/_index.md","docs/sources/configure-client/_index.md","docs/sources/configure-client/aws-lambda.md","docs/sources/configure-client/grafana-alloy/_index.md","docs/sources/configure-client/grafana-alloy/ebpf/_index.md","docs/sources/configure-client/grafana-alloy/ebpf/configuration/_index.md","docs/sources/configure-client/grafana-alloy/ebpf/configuration/ebpf.drawio","docs/sources/configure-client/grafana-alloy/ebpf/configuration/ebpf.png","docs/sources/configure-client/grafana-alloy/ebpf/setup-docker.md","docs/sources/configure-client/grafana-alloy/ebpf/setup-kubernetes.md","docs/sources/configure-client/grafana-alloy/ebpf/setup-linux.md","docs/sources/configure-client/grafana-alloy/ebpf/troubleshooting.md","docs/sources/configure-client/grafana-alloy/go_pull.md","docs/sources/configure-client/grafana-alloy/java/_index.md","docs/sources/configure-client/grafana-alloy/receive_profiles.md","docs/sources/configure-client/grafana-alloy/sample.svg","docs/sources/configure-client/grafana-alloy/sampling.md","docs/sources/configure-client/language-sdks/_index.md","docs/sources/configure-client/language-sdks/dotnet.md","docs/sources/configure-client/language-sdks/go_push.md","docs/sources/configure-client/language-sdks/java.md","docs/sources/configure-client/language-sdks/nodejs.md","docs/sources/configure-client/language-sdks/python.md","docs/sources/configure-client/language-sdks/ruby.md","docs/sources/configure-client/language-sdks/rust.md","docs/sources/configure-client/memory-overhead.md","docs/sources/configure-client/opentelemetry/ebpf-profiler.md","docs/sources/configure-client/profile-types.md","docs/sources/configure-client/supported-platforms.md","docs/sources/configure-client/trace-span-profiles/_index.md","docs/sources/configure-client/trace-span-profiles/dotnet-span-profiles.md","docs/sources/configure-client/trace-span-profiles/go-span-profiles.md","docs/sources/configure-client/trace-span-profiles/java-span-profiles.md","docs/sources/configure-client/trace-span-profiles/python-span-profiles.md","docs/sources/configure-client/trace-span-profiles/ruby-span-profiles.md","docs/sources/configure-server/_index.md","docs/sources/configure-server/about-configurations.md","docs/sources/configure-server/about-ip-address-logging.md","docs/sources/configure-server/about-tenant-ids.md","docs/sources/configure-server/anonymous-usage-statistics-reporting.md","docs/sources/configure-server/configure-shuffle-sharding/index.md","docs/sources/configure-server/configure-shuffle-sharding/shuffle-sharding-probability.png","docs/sources/configure-server/configuring-github-integration.md","docs/sources/configure-server/configuring-memberlist.md","docs/sources/configure-server/reference-configuration-parameters/index.md","docs/sources/configure-server/reference-configuration-parameters/index.template","docs/sources/configure-server/storage/_index.md","docs/sources/configure-server/storage/configure-disk-storage.md","docs/sources/configure-server/storage/configure-object-storage-backend.md","docs/sources/deploy-kubernetes/_index.md","docs/sources/deploy-kubernetes/helm.md","docs/sources/deploy-kubernetes/tanka-jsonnet.md","docs/sources/get-started/_index.md","docs/sources/get-started/ride-share-tutorial.md","docs/sources/introduction/_index.md","docs/sources/introduction/continuous-profiling/_index.md","docs/sources/introduction/flamegraphs.md","docs/sources/introduction/profile-tracing/_index.md","docs/sources/introduction/profiling-types/_index.md","docs/sources/introduction/pyroscope-in-grafana.md","docs/sources/introduction/what-is-profiling.md","docs/sources/logo.png","docs/sources/reference-pyroscope-architecture/_index.md","docs/sources/reference-pyroscope-architecture/about-grafana-pyroscope-architecture/index.md","docs/sources/reference-pyroscope-architecture/block-format/_index.md","docs/sources/reference-pyroscope-architecture/block-format/model.svg","docs/sources/reference-pyroscope-architecture/bucket-index/index.md","docs/sources/reference-pyroscope-architecture/components/_index.md","docs/sources/reference-pyroscope-architecture/components/compactor/compactor-horizontal-and-vertical-compaction.png","docs/sources/reference-pyroscope-architecture/components/compactor/compactor-split-and-merge.png","docs/sources/reference-pyroscope-architecture/components/compactor/index.md","docs/sources/reference-pyroscope-architecture/components/distributor.md","docs/sources/reference-pyroscope-architecture/components/ingester.md","docs/sources/reference-pyroscope-architecture/components/querier.md","docs/sources/reference-pyroscope-architecture/components/query-frontend/index.md","docs/sources/reference-pyroscope-architecture/components/query-scheduler/index.md","docs/sources/reference-pyroscope-architecture/components/query-scheduler/query-scheduler-architecture.png","docs/sources/reference-pyroscope-architecture/components/store-gateway.md","docs/sources/reference-pyroscope-architecture/deployment-modes/index.md","docs/sources/reference-pyroscope-architecture/deployment-modes/microservices-mode.svg","docs/sources/reference-pyroscope-architecture/deployment-modes/monolithic-mode.svg","docs/sources/reference-pyroscope-architecture/deployment-modes/scaled-monolithic-mode.svg","docs/sources/reference-pyroscope-architecture/hash-ring/hash-ring-with-replication.png","docs/sources/reference-pyroscope-architecture/hash-ring/hash-ring-without-replication.png","docs/sources/reference-pyroscope-architecture/hash-ring/index.md","docs/sources/reference-pyroscope-architecture/memberlist-and-the-gossip-protocol.md","docs/sources/reference-pyroscope-v2-architecture/_index.md","docs/sources/reference-pyroscope-v2-architecture/about-pyroscope-v2-architecture/index.md","docs/sources/reference-pyroscope-v2-architecture/block-format/index.md","docs/sources/reference-pyroscope-v2-architecture/compaction/index.md","docs/sources/reference-pyroscope-v2-architecture/components/_index.md","docs/sources/reference-pyroscope-v2-architecture/components/compaction-worker.md","docs/sources/reference-pyroscope-v2-architecture/components/distributor.md","docs/sources/reference-pyroscope-v2-architecture/components/metastore/index.md","docs/sources/reference-pyroscope-v2-architecture/components/query-backend.md","docs/sources/reference-pyroscope-v2-architecture/components/query-frontend.md","docs/sources/reference-pyroscope-v2-architecture/components/segment-writer.md","docs/sources/reference-pyroscope-v2-architecture/data-distribution/index.md","docs/sources/reference-pyroscope-v2-architecture/deployment-modes/index.md","docs/sources/reference-pyroscope-v2-architecture/design-motivation/index.md","docs/sources/reference-pyroscope-v2-architecture/metadata-index/index.md","docs/sources/reference-pyroscope-v2-architecture/migrate-from-v1/index.md","docs/sources/reference-server-api/index.md","docs/sources/reference-server-api/index.template","docs/sources/release-notes/_index.md","docs/sources/release-notes/v1-0.md","docs/sources/release-notes/v1-1.md","docs/sources/release-notes/v1-10.md","docs/sources/release-notes/v1-11.md","docs/sources/release-notes/v1-12.md","docs/sources/release-notes/v1-13.md","docs/sources/release-notes/v1-14.md","docs/sources/release-notes/v1-15.md","docs/sources/release-notes/v1-16.md","docs/sources/release-notes/v1-17.md","docs/sources/release-notes/v1-18.md","docs/sources/release-notes/v1-19.md","docs/sources/release-notes/v1-2.md","docs/sources/release-notes/v1-20.md","docs/sources/release-notes/v1-21.md","docs/sources/release-notes/v1-3.md","docs/sources/release-notes/v1-4.md","docs/sources/release-notes/v1-5.md","docs/sources/release-notes/v1-6.md","docs/sources/release-notes/v1-7.md","docs/sources/release-notes/v1-8.md","docs/sources/release-notes/v1-9.md","docs/sources/release-notes/v2-0.md","docs/sources/release-notes/v2-1.md","docs/sources/release-notes/v2-2.md","docs/sources/shared/available-profile-types.md","docs/sources/shared/index.md","docs/sources/shared/intro/continuous-profiling.md","docs/sources/shared/intro/flame-graphs.md","docs/sources/shared/intro/profile-types-descriptions.md","docs/sources/shared/intro/what-is-profiling.md","docs/sources/shared/locate-url-pw-user-cloud-profiles.md","docs/sources/shared/supported-languages-ebpf.md","docs/sources/shared/use-explore-profiles.md","docs/sources/ui.webm","docs/sources/upgrade-guide/_index.md","docs/sources/view-and-analyze-profile-data/_index.md","docs/sources/view-and-analyze-profile-data/analyze-profiles/_index.md","docs/sources/view-and-analyze-profile-data/explore-profiles.md","docs/sources/view-and-analyze-profile-data/line-by-line.md","docs/sources/view-and-analyze-profile-data/profile-cli.md","docs/sources/view-and-analyze-profile-data/pyroscope-ui.md","docs/sources/view-and-analyze-profile-data/self-vs-total.md","docs/sources/view-and-analyze-profile-data/traces-to-profiles.md","docs/variables.mk","examples/README.md"],"storefront":"/r/grafana","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/grafana/pyroscope/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}