From 8ddaaa2d8eda3841d890aa27cb2479a7014f1b39 Mon Sep 17 00:00:00 2001 From: JamieDanielson Date: Fri, 24 Sep 2021 17:33:53 -0400 Subject: [PATCH] Change maintenance badge to maintained (#24) --- OSSMETADATA | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OSSMETADATA b/OSSMETADATA index 8bff0a1..58d43b8 100755 --- a/OSSMETADATA +++ b/OSSMETADATA @@ -1 +1 @@ -osslifecycle=maintenance +osslifecycle=maintained diff --git a/README.md b/README.md index 63f8557..434d12a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # dynsampler-go -[![OSS Lifecycle](https://img.shields.io/osslifecycle/honeycombio/dynsampler-go)](https://github.com/honeycombio/home/blob/main/honeycomb-oss-lifecycle-and-practices.md) +[![OSS Lifecycle](https://img.shields.io/osslifecycle/honeycombio/dynsampler-go?color=success)](https://github.com/honeycombio/home/blob/main/honeycomb-oss-lifecycle-and-practices.md) Dynsampler is a golang library for doing dynamic sampling of traffic before sending it on to [Honeycomb](https://honeycomb.io) (or another analytics system) It contains several sampling algorithms to help you select a representative set of events instead of a full stream.