From 133ca50dc3d272019f818a7f1663a25d41503439 Mon Sep 17 00:00:00 2001 From: v-zhuravlev Date: Mon, 20 Dec 2021 23:16:51 +0800 Subject: [PATCH] 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 Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/63 Reviewed-by: Lunny Xiao Reviewed-by: Andrew Thornton Co-authored-by: v-zhuravlev Co-committed-by: v-zhuravlev --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f34e1ed..198361f 100644 --- a/README.md +++ b/README.md @@ -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/))