Module tremor_otelapis::logs[][src]

Expand description

This module defines a skeleton implementation of the open telemetry collector logging service

Structs

Service that can be used to push logs between one Application instrumented with OpenTelemetry and an collector, or between an collector and a central collector (in this case logs are sent/received to/from multiple Applications).

GRPC logs service skeleton

Logs forwarding agent

Traits

Generated trait containing gRPC methods that should be implemented for use with LogsServiceServer.

Functions

Creates a tonic service handler for open telemetry logs events

Creates a tonic service handler for open telemetry log events

Type Definitions

Alias logs callback fn

Asynchronous channel receiver

Alias tonic request

Alias tonic reponse

Asynchronous channel sender