We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bca5ed commit 3a84d2aCopy full SHA for 3a84d2a
exporters/aws-otel-otlp-udp-exporter/README.rst
@@ -0,0 +1,19 @@
1
+AWS OpenTelemetry OTLP UDP Exporter
2
+===================================
3
+
4
+Installation
5
+-----------
6
7
+::
8
9
+ pip install aws-otel-otlp-udp-exporter
10
11
12
+This package provides an OpenTelemetry exporter that sends trace and metric data over UDP, with special support for AWS Lambda environments.
13
14
+References
15
+----------
16
17
+* `OpenTelemetry Project <https://opentelemetry.io/>`_
18
+* `AWS Distro for OpenTelemetry <https://aws-otel.github.io/>`_
19
+* `AWS Lambda X-Ray Daemon <https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html>`_
0 commit comments