Skip to content

Commit

Permalink
Fixed CI not passing
Browse files Browse the repository at this point in the history
  • Loading branch information
evanlauer1 committed Jul 22, 2024
1 parent c648616 commit 6972777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/OpenTelemetry/Internal/Logs/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import OpenTelemetry.LogAttributes
import OpenTelemetry.Resource (MaterializedResources)


{- | LogRecordExporter defines the interface that protocol-specific exporters must implement so that they can be plugged into OpenTelemetry SDK and support sending of telemetry data.
{- | @LogRecordExporter@ defines the interface that protocol-specific exporters must implement so that they can be plugged into OpenTelemetry SDK and support sending of telemetry data.
The goal of the interface is to minimize burden of implementation for protocol-dependent telemetry exporters. The protocol exporter is expected to be primarily a simple telemetry data encoder and transmitter.
-}
Expand Down

0 comments on commit 6972777

Please sign in to comment.