Skip to content

Commit ca6b2fc

Browse files
authored
[editorial] Fix FaaS capitalization (#4369)
1 parent 6d1e420 commit ca6b2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/protocol/file-exporter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Currently, it only describes the serialization of OpenTelemetry data to the OTLP
2727

2828
Why do we need a file exporter - why not just use the OTLP exporter?
2929

30-
- *Faas*: In a FaaS environment, the OTLP exporter may not be able to send data to a collector.
30+
- *FaaS*: In a FaaS environment, the OTLP exporter may not be able to send data to a collector.
3131
- *Consistent log scraping from pods*: In a Kubernetes environment, logs are often scraped from the stdout pod file.
3232
This exporter can be used to write logs to stdout - which makes it easier to integrate with existing log scraping tools.
3333
Existing solutions add metadata, such as the trace ID, to the log line,

0 commit comments

Comments
 (0)