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 6d1e420 commit ca6b2fcCopy full SHA for ca6b2fc
specification/protocol/file-exporter.md
@@ -27,7 +27,7 @@ Currently, it only describes the serialization of OpenTelemetry data to the OTLP
27
28
Why do we need a file exporter - why not just use the OTLP exporter?
29
30
-- *Faas*: In a FaaS environment, the OTLP exporter may not be able to send data to a collector.
+- *FaaS*: In a FaaS environment, the OTLP exporter may not be able to send data to a collector.
31
- *Consistent log scraping from pods*: In a Kubernetes environment, logs are often scraped from the stdout pod file.
32
This exporter can be used to write logs to stdout - which makes it easier to integrate with existing log scraping tools.
33
Existing solutions add metadata, such as the trace ID, to the log line,
0 commit comments