johnsudaar / grafana-scalingo

One click deploy for Grafana

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grafana

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:

  • GF_SECURITY_ADMIN_USER
  • GF_SECURITY_ADMIN_PASSWORD

Version used: v6.6.2

Deploy

How to update when new version is released:

git clone git@github.com:Scalingo/grafana-scalingo
cd grafana-scalingo
git remote add <app name> git@scalingo.com:<app name>.git
git push <app name> 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 Circle CI 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:

  • Visualize: Fast and flexible client side graphs with a multitude of options. Panel plugins for many different way to visualize metrics and logs.
  • Dynamic Dashboards: Create dynamic & reusable dashboards with template variables that appear as dropdowns at the top of the dashboard.
  • Explore Metrics: Explore your data through ad-hoc queries and dynamic drilldown. Split view and compare different time ranges, queries and data sources side by side.
  • Explore Logs: Experience the magic of switching from metrics to logs with preserved label filters. Quickly search through all your logs or streaming them live.
  • Alerting: Visually define alert rules for your most important metrics. Grafana will continuously evaluate and send notifications to systems like Slack, PagerDuty, VictorOps, OpsGenie.
  • Mixed Data Sources: Mix different data sources in the same graph! You can specify a data source on a per-query basis. This works for even custom datasources.

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

License

Grafana is distributed under the Apache 2.0 License.

About

One click deploy for Grafana

License:Apache License 2.0


Languages

Language:TypeScript 55.3%Language:Go 30.3%Language:HTML 5.1%Language:Rich Text Format 3.5%Language:CSS 3.0%Language:Shell 1.1%Language:JavaScript 0.6%Language:Python 0.3%Language:Jsonnet 0.3%Language:Dockerfile 0.3%Language:Makefile 0.1%Language:Smarty 0.0%Language:PHP 0.0%