From c193c0b1a1271277dbec5ad2630d041726eca42c Mon Sep 17 00:00:00 2001 From: jason plumb <75337021+breedx-splk@users.noreply.github.com> Date: Tue, 5 Sep 2023 13:15:08 -0700 Subject: [PATCH] Add some libraries missing from the main README (#1028) --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 391f7bc04..d38018487 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,16 @@ feature or via instrumentation, this project is hopefully for you. * [AWS Resources](./aws-resources/README.md) * [AWS X-Ray SDK Support](./aws-xray/README.md) * [AWS X-Ray Propagator](./aws-xray-propagator/README.md) -* [Consistent sampling](./consistent-sampling/README.md) +* [Consistent Sampling](./consistent-sampling/README.md) +* [Disk Buffering](./disk-buffering/README.md) * [JMX Metric Gatherer](./jmx-metrics/README.md) +* [No-Op API](./noop-api/README.md) * [OpenTelemetry Maven Extension](./maven-extension/README.md) +* [Prometheus Client Bridge](./prometheus-client-bridge/README.md) +* [Resource Providers](./resource-providers/README.md) * [Runtime Attach](./runtime-attach/README.md) * [Samplers](./samplers/README.md) +* [Static Instrumenter](./static-instrumenter/README.md) ## Getting Started