Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data LogsService = LogsService {
- data ExportLogsPartialSuccess
- data ExportLogsServiceRequest
- data ExportLogsServiceResponse
Documentation
data LogsService Source #
Instances
Service LogsService Source # | |
Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService type ServiceName LogsService :: Symbol # type ServicePackage LogsService :: Symbol # type ServiceMethods LogsService :: [Symbol] # | |
HasMethodImpl LogsService "export" Source # | |
Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService type MethodName LogsService "export" :: Symbol # type MethodInput LogsService "export" # type MethodOutput LogsService "export" # type MethodStreamingType LogsService "export" :: StreamingType # | |
type ServiceMethods LogsService Source # | |
type ServiceName LogsService Source # | |
type ServicePackage LogsService Source # | |
type MethodInput LogsService "export" Source # | |
type MethodName LogsService "export" Source # | |
type MethodOutput LogsService "export" Source # | |
type MethodStreamingType LogsService "export" Source # | |
data ExportLogsPartialSuccess Source #
Fields :
rejectedLogRecords
:: Lens' ExportLogsPartialSuccess Data.Int.Int64
errorMessage
:: Lens' ExportLogsPartialSuccess Data.Text.Text
Instances
data ExportLogsServiceRequest Source #
Fields :
resourceLogs
:: Lens' ExportLogsServiceRequest [OTel.SDK.OTLP.Bindings.Logs.V1.Logs.ResourceLogs]
vec'resourceLogs
:: Lens' ExportLogsServiceRequest (Data.Vector.Vector OTel.SDK.OTLP.Bindings.Logs.V1.Logs.ResourceLogs)
Instances
data ExportLogsServiceResponse Source #
Fields :
partialSuccess
:: Lens' ExportLogsServiceResponse ExportLogsPartialSuccess
maybe'partialSuccess
:: Lens' ExportLogsServiceResponse (Prelude.Maybe ExportLogsPartialSuccess)