add monitoring-mixin (#63)

This adds the link to Gitea monitoring mixin that currently consists of Grafana dashboard.

![image](https://user-images.githubusercontent.com/14870891/146230336-43277d2e-c211-457a-b7f0-1269d72a3582.png)

Implemented here
https://github.com/go-gitea/gitea/pull/17758

For more advanced uses of mixins, see https://github.com/monitoring-mixins/docs.

Co-authored-by: Vitaly Zhuravlev <zhuravlev.vitaly@gmail.com>
Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/63
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: v-zhuravlev <v-zhuravlev@noreply.gitea.io>
Co-committed-by: v-zhuravlev <v-zhuravlev@noreply.gitea.io>
This commit is contained in:
v-zhuravlev 2021-12-20 23:16:51 +08:00 committed by Andrew Thornton
parent 4024c4771f
commit 133ca50dc3
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ A curated list of awesome projects related to Gitea.
* [drone](https://github.com/drone/drone) - Drone is a Container-Native, Continuous Delivery Platform. Built-in Gitea support. (see [docs](https://docs.drone.io/server/provider/gitea/))
* [Jenkins](https://github.com/jenkinsci/gitea-plugin) - Gitea plugin for jenkins.
* [Metroline](https://github.com/metroline/metroline) - Metroline is a Continuous Integration and Delivery platform built with Docker, Node, React and MongoDB, natively compatible with Gitea.
* [Monitoring mixin](https://github.com/go-gitea/gitea/tree/main/contrib/gitea-monitoring-mixin) - Gitea monitoring mixin (Grafana dashboard)
* [mvoCI](https://codeberg.org/snaums/mvoCI) - very simple Continuous Integration Server written in go. Built-in Gitea support.
* [Renovate](https://github.com/renovatebot/renovate) - Gitea compatible configurable universal dependability update tool
* [woodpecker](https://github.com/woodpecker-ci/woodpecker) - An opinionated fork of the Drone CI system. Built-in Gitea support. (see [docs](https://woodpecker-ci.org/docs/administration/vcs/gitea/))