Scalingo / grafana-scalingo

One click deploy for Grafana on Scalingo
GNU Affero General Public License v3.0
2 stars 8 forks source link
grafana monitoring one-click-deploy scalingo

Grafana Logo (Light) Grafana Logo (Dark)

The open-source platform for monitoring and observability

Run your own Grafana instance with one click.

To login, use the environment variables value defined in:

Default Version: v10.4.3

Deploy

How to update when new version is released:

git clone git@github.com:Scalingo/grafana-scalingo
cd grafana-scalingo
git remote add scalingo git@ssh.osc-fr1.scalingo.com:<app name>.git
git push scalingo master

How to update to the latest Grafana version

Get the latest version from upstream:

git remote add upstream https://github.com/grafana/grafana.git
git fetch upstream --tags
git checkout -b deps/grafana_vX.Y.Z
git merge vX.Y.Z
git commit --message "Get vX.Y.Z from upstream"

Open a pull request and get it merged. Then tag a new version:

git tag vX.Y.Z-scalingo1
git push origin --tags

License Drone Go Report Card

Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored. Create, explore, and share dashboards with your team and foster a data-driven culture:

Get started

Unsure if Grafana is for you? Watch Grafana in action on play.grafana.org!

Documentation

The Grafana documentation is available at grafana.com/docs.

Contributing

If you're interested in contributing to the Grafana project:

Get involved

This project is tested with BrowserStack

License

Grafana is distributed under AGPL-3.0-only. For Apache-2.0 exceptions, see LICENSING.md.