Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

1 star

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages