How to install grafana/pyroscope. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
grafana/pyroscope Installation Guide
How to install grafana/pyroscope. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for grafana/pyroscope. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i grafana/pyroscopeor
Install via npx
npx @hexmos/ipm i grafana/pyroscopePrerequisites
Python
languageVersion: >=3.6.0
pip
package_managerPackage installer for Python.
pyroscope-cli
system_toolVersion: 0.12.0
docker
system_toolContainerization tool for managing applications.
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
docker run -it -p 4040:4040 grafana/pyroscopebrew install pyroscope-io/brew/pyroscope
brew services start pyroscopePost Installation Steps
- Start the Grafana Pyroscope server using the command: `python3 -m pyroscope.server`.
- Access the UI by navigating to your browser's address: `http://localhost:8080/`. You can now start exploring and configuring your Pyroscope instance.
