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 cc10281 commit fc7212eCopy full SHA for fc7212e
exporters/otlp/otlplog/otlplogfile/internal/writer/writer.go
@@ -55,7 +55,7 @@ func (w *FileWriter) Export(data []byte) error {
55
}
56
57
// As stated in the specification, line separator is \n.
58
- // https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/file-exporter.md#json-lines-file
+ // https://github.com/open-telemetry/opentelemetry-specification/blob/v1.36.0/specification/protocol/file-exporter.md#json-lines-file
59
if _, err := io.WriteString(w.file, "\n"); err != nil {
60
return err
61
0 commit comments