Skip to content

ZeroDeposit/grafana-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Heroku Buildpack for Grafana Cloud Agent

This is an unofficial Heroku buildpack for deploying Grafana Alloy on Heroku.

The buildpack installs the Alloy binary during the build phase and makes it available at runtime inside the dyno.

📦 Usage

Add this buildpack to your Heroku app:

heroku buildpacks:add https://github.com/ZeroDeposit/grafana-agent

Ensure the code of the app includes a config file in:

config/config.alloy

▶️ Running Alloy on Heroku

Add a Procfile to your application:

web: bash bin/start.sh

And a bin/start.sh script with:

gunicorn app:app &
bin/alloy run config/config.alloy &
wait -n

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages