From 02f54597d0b6cb146030e8d1cb6f42dc3738151f Mon Sep 17 00:00:00 2001 From: Vera Reynolds Date: Wed, 11 Aug 2021 18:30:02 -0600 Subject: [PATCH] Add OSS lifecycle badge --- OSSMETADATA | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) create mode 100755 OSSMETADATA diff --git a/OSSMETADATA b/OSSMETADATA new file mode 100755 index 0000000..8bff0a1 --- /dev/null +++ b/OSSMETADATA @@ -0,0 +1 @@ +osslifecycle=maintenance diff --git a/README.md b/README.md index 2eb16c8..63f8557 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 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) + 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.