otel-sdk-otlp-bindings-0.0.0: STUB
Safe HaskellSafe-Inferred
LanguageHaskell2010

OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService

Synopsis

Documentation

data LogsService Source #

Constructors

LogsService 

Instances

Instances details
Service LogsService Source # 
Instance details

Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService

HasMethodImpl LogsService "export" Source # 
Instance details

Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService

Associated Types

type MethodName LogsService "export" :: Symbol #

type MethodInput LogsService "export" #

type MethodOutput LogsService "export" #

type MethodStreamingType LogsService "export" :: StreamingType #

type ServiceMethods LogsService Source # 
Instance details

Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService

type ServiceMethods LogsService = '["export"]
type ServiceName LogsService Source # 
Instance details

Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService

type ServiceName LogsService = "LogsService"
type ServicePackage LogsService Source # 
Instance details

Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService

type ServicePackage LogsService = "opentelemetry.proto.collector.logs.v1"
type MethodInput LogsService "export" Source # 
Instance details

Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService

type MethodName LogsService "export" Source # 
Instance details

Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService

type MethodName LogsService "export" = "Export"
type MethodOutput LogsService "export" Source # 
Instance details

Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService

type MethodStreamingType LogsService "export" Source # 
Instance details

Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService

data ExportLogsPartialSuccess Source #

Fields :

Instances

Instances details
Show ExportLogsPartialSuccess Source # 
Instance details

Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService

NFData ExportLogsPartialSuccess Source # 
Instance details

Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService

Eq ExportLogsPartialSuccess Source # 
Instance details

Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService

Ord ExportLogsPartialSuccess Source # 
Instance details

Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService

Message ExportLogsPartialSuccess Source # 
Instance details

Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService

HasField ExportLogsPartialSuccess "errorMessage" Text Source # 
Instance details

Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService

Methods

fieldOf :: Functor f => Proxy# "errorMessage" -> (Text -> f Text) -> ExportLogsPartialSuccess -> f ExportLogsPartialSuccess #

HasField ExportLogsPartialSuccess "rejectedLogRecords" Int64 Source # 
Instance details

Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService

Methods

fieldOf :: Functor f => Proxy# "rejectedLogRecords" -> (Int64 -> f Int64) -> ExportLogsPartialSuccess -> f ExportLogsPartialSuccess #

HasField ExportLogsServiceResponse "partialSuccess" ExportLogsPartialSuccess Source # 
Instance details

Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService

HasField ExportLogsServiceResponse "maybe'partialSuccess" (Maybe ExportLogsPartialSuccess) Source # 
Instance details

Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService

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

Instances details
Show ExportLogsServiceRequest Source # 
Instance details

Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService

NFData ExportLogsServiceRequest Source # 
Instance details

Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService

Eq ExportLogsServiceRequest Source # 
Instance details

Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService

Ord ExportLogsServiceRequest Source # 
Instance details

Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService

Message ExportLogsServiceRequest Source # 
Instance details

Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService

HasField ExportLogsServiceRequest "resourceLogs" [ResourceLogs] Source # 
Instance details

Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService

HasField ExportLogsServiceRequest "vec'resourceLogs" (Vector ResourceLogs) Source # 
Instance details

Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService

data ExportLogsServiceResponse Source #

Fields :

  • partialSuccess :: Lens' ExportLogsServiceResponse ExportLogsPartialSuccess
  • maybe'partialSuccess :: Lens' ExportLogsServiceResponse (Prelude.Maybe ExportLogsPartialSuccess)

Instances

Instances details
Show ExportLogsServiceResponse Source # 
Instance details

Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService

NFData ExportLogsServiceResponse Source # 
Instance details

Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService

Eq ExportLogsServiceResponse Source # 
Instance details

Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService

Ord ExportLogsServiceResponse Source # 
Instance details

Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService

Message ExportLogsServiceResponse Source # 
Instance details

Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService

HasField ExportLogsServiceResponse "partialSuccess" ExportLogsPartialSuccess Source # 
Instance details

Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService

HasField ExportLogsServiceResponse "maybe'partialSuccess" (Maybe ExportLogsPartialSuccess) Source # 
Instance details

Defined in OTel.SDK.OTLP.Bindings.Collector.Logs.V1.LogsService