From b88f1949313ae1126f6e27ddaec052b8641c1ce4 Mon Sep 17 00:00:00 2001 From: Shizuo Fujita Date: Thu, 26 Mar 2026 13:52:18 +0900 Subject: [PATCH] Update status badge Signed-off-by: Shizuo Fujita --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ae8450..0b8e297 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # fluent-plugin-prometheus, a plugin for [Fluentd](https://www.fluentd.org) -[![Build Status](https://travis-ci.org/fluent/fluent-plugin-prometheus.svg?branch=master)](https://travis-ci.org/fluent/fluent-plugin-prometheus) +[![linux](https://github.com/fluent/fluent-plugin-prometheus/actions/workflows/linux.yml/badge.svg)](https://github.com/fluent/fluent-plugin-prometheus/actions/workflows/linux.yml) A fluent plugin that instruments metrics from records and exposes them via web interface. Intended to be used together with a [Prometheus server](https://github.com/prometheus/prometheus).