@@ -12,19 +12,26 @@ feature or via instrumentation, this project is hopefully for you.
12
12
* [ AWS Resources] ( ./aws-resources/README.md )
13
13
* [ AWS X-Ray SDK Support] ( ./aws-xray/README.md )
14
14
* [ AWS X-Ray Propagator] ( ./aws-xray-propagator/README.md )
15
+ * [ Baggage Span Processor] ( ./baggage-processor/README.md )
15
16
* [ zstd Compressor] ( ./compressors/compressor-zstd/README.md )
16
17
* [ Consistent Sampling] ( ./consistent-sampling/README.md )
17
18
* [ Disk Buffering] ( ./disk-buffering/README.md )
18
19
* [ GCP Resources] ( ./gcp-resources/README.md )
20
+ * [ Inferred Spans] ( ./inferred-spans/README.md )
21
+ * [ JFR Connection] ( ./jfr-connection/README.md )
22
+ * [ JFR Events] ( ./jfr-events/README.md )
19
23
* [ JMX Metric Gatherer] ( ./jmx-metrics/README.md )
20
- * [ No-Op API ] ( ./noop-api /README.md )
24
+ * [ Kafka Support ] ( ./kafka-exporter /README.md )
21
25
* [ OpenTelemetry Maven Extension] ( ./maven-extension/README.md )
26
+ * [ Micrometer MeterProvider] ( ./micrometer-meter-provider/README.md )
27
+ * [ No-Op API] ( ./noop-api/README.md )
28
+ * [ Intercept and Process Signals Globally] ( ./processors/README.md )
22
29
* [ Prometheus Client Bridge] ( ./prometheus-client-bridge/README.md )
23
30
* [ Resource Providers] ( ./resource-providers/README.md )
24
31
* [ Runtime Attach] ( ./runtime-attach/README.md )
25
32
* [ Samplers] ( ./samplers/README.md )
33
+ * [ Span Stacktrace Capture] ( ./span-stacktrace/README.md )
26
34
* [ Static Instrumenter] ( ./static-instrumenter/README.md )
27
- * [ Kafka Support] ( ./kafka-exporter/README.md )
28
35
29
36
## Getting Started
30
37
0 commit comments