From 3115a001a4f6144f617eb5ffe81c841b1c764c8e Mon Sep 17 00:00:00 2001 From: Xenia Nisskhen Date: Wed, 25 Oct 2023 18:05:34 +0600 Subject: [PATCH 1/3] feat(readme): add go-client link into README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 063be0f6e..1757753d3 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Code in this repository is the backend part of Moira monitoring application. * [doc](https://github.com/moira-alert/doc) is the documentation (hosted on [Read the Docs](https://moira.readthedocs.io)). * [moira-trigger-role](https://github.com/moira-alert/moira-trigger-role) is the Ansible role you can use to manage triggers. * [python-moira-client](https://github.com/moira-alert/python-moira-client) is the Python API client. +* [go-client](https://github.com/moira-alert/client-go) is the GO API client. ## Contact us From 16fe403d70f094d1702daa8eec795c1f625a44ee Mon Sep 17 00:00:00 2001 From: Xenia Nisskhen Date: Fri, 27 Oct 2023 17:56:33 +0600 Subject: [PATCH 2/3] fix(readme) add info about prometheus and VM --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1757753d3..2af4db854 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Moira 2.0 ![Build Status](https://github.com/moira-alert/moira/actions/workflows/test.yml/badge.svg?branch=master) [![codecov](https://codecov.io/gh/moira-alert/moira/branch/master/graph/badge.svg)](https://codecov.io/gh/moira-alert/moira) [![Documentation Status](https://readthedocs.org/projects/moira/badge/?version=latest)](http://moira.readthedocs.io/en/latest/?badge=latest) [![Telegram](https://img.shields.io/badge/telegram-join%20chat-3796cd.svg)](https://t.me/moira_alert) [![Go Report Card](https://goreportcard.com/badge/github.com/moira-alert/moira)](https://goreportcard.com/report/github.com/moira-alert/moira) -Moira is a real-time alerting tool, based on [Graphite](https://graphite.readthedocs.io) data. +Moira is a real-time alerting tool, based on [Graphite](https://graphite.readthedocs.io) data or [Prometheus](https://prometheus.io/)/[VictoriaMetrics](https://victoriametrics.com/) data. ## Installation From 9dc71b6f9eb9ffec90242c96a1f4fd616f22b3b9 Mon Sep 17 00:00:00 2001 From: Xenia N Date: Mon, 30 Oct 2023 15:48:11 +0600 Subject: [PATCH 3/3] Update README.md Co-authored-by: Tetrergeru --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2af4db854..1c298c460 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Moira 2.0 ![Build Status](https://github.com/moira-alert/moira/actions/workflows/test.yml/badge.svg?branch=master) [![codecov](https://codecov.io/gh/moira-alert/moira/branch/master/graph/badge.svg)](https://codecov.io/gh/moira-alert/moira) [![Documentation Status](https://readthedocs.org/projects/moira/badge/?version=latest)](http://moira.readthedocs.io/en/latest/?badge=latest) [![Telegram](https://img.shields.io/badge/telegram-join%20chat-3796cd.svg)](https://t.me/moira_alert) [![Go Report Card](https://goreportcard.com/badge/github.com/moira-alert/moira)](https://goreportcard.com/report/github.com/moira-alert/moira) -Moira is a real-time alerting tool, based on [Graphite](https://graphite.readthedocs.io) data or [Prometheus](https://prometheus.io/)/[VictoriaMetrics](https://victoriametrics.com/) data. +Moira is a real-time alerting tool, based on [Graphite](https://graphite.readthedocs.io) or [Prometheus](https://prometheus.io/)/[VictoriaMetrics](https://victoriametrics.com/) metrics. ## Installation