This commit is contained in:
Trask Stalnaker 2024-01-09 14:49:17 -08:00 committed by GitHub
parent 2de945bae1
commit 6ecf34d28a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ 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)
* [zstd Compressor](./compressors/zstd/README.md)
* [zstd Compressor](./compressors/compressor-zstd/README.md)
* [Consistent Sampling](./consistent-sampling/README.md)
* [Disk Buffering](./disk-buffering/README.md)
* [JMX Metric Gatherer](./jmx-metrics/README.md)

View File

@ -46,4 +46,4 @@ export OTEL_EXPORTER_OTLP_COMPRESSION=zstd
- [Jack Berg](https://github.com/jack-berg), New Relic
Learn more about component owners in [component_owners.yml](../.github/component_owners.yml).
Learn more about component owners in [component_owners.yml](../../.github/component_owners.yml).