From 03e1e83ea74f8f598ff377d2e52f662f2666f36c Mon Sep 17 00:00:00 2001 From: Harm-Jan Blok Date: Tue, 20 Feb 2024 09:47:45 +0100 Subject: [PATCH] Update status badge, use github actions not travis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0847d59..0d8d753 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # puma-metrics -[![Build Status](https://travis-ci.org/harmjanblok/puma-metrics.svg?branch=master)](https://travis-ci.org/harmjanblok/puma-metrics) +[![Release](https://github.com/harmjanblok/puma-metrics/actions/workflows/workflow.yml/badge.svg)](https://github.com/harmjanblok/puma-metrics/actions/workflows/workflow.yml) A puma plugin to export Puma's internal statistics as Prometheus metrics.