From 6a0d5721cfe4bd849c87ce59b2bf560956253233 Mon Sep 17 00:00:00 2001 From: Luca Bello <36242061+lucabello@users.noreply.github.com> Date: Tue, 14 Nov 2023 13:46:06 +0100 Subject: [PATCH] Update badges in README.md (#62) * Update badges in README.md * changelog entry --------- Co-authored-by: Dylan Stephano-Shachter --- CHANGELOG.md | 2 ++ README.md | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 768f175..60dfdf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- Added badges to README.md (#62). + ## [0.5.0] - 2023-10-26 - Added usage instructions to the readme (#51). diff --git a/README.md b/README.md index fe6211f..b67fecd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ # COS Alerter + +[![Push to Main](https://github.com/canonical/cos-alerter/actions/workflows/push-main.yaml/badge.svg)](https://github.com/canonical/cos-alerter/actions/workflows/push-main.yaml) +[![Release Snap](https://github.com/canonical/cos-alerter/actions/workflows/release-snap.yaml/badge.svg)](https://github.com/canonical/cos-alerter/actions/workflows/release-snap.yaml) +[![Discourse Status](https://img.shields.io/discourse/status?server=https%3A%2F%2Fdiscourse.charmhub.io&style=flat&label=CharmHub%20Discourse)](https://discourse.charmhub.io) + COS Alerter is intended to be used together with alertmanager and prometheus: - Liveness of Alertmanager through an always-firing alert rule ("Watchdog") - Liveness of COS Alerter itself from a metric endpoint it exposes and prometheus scrapes