Module tremor_otelapis::metrics[][src]

Expand description

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

Structs

Service that can be used to push metrics between one Application instrumented with OpenTelemetry and a collector, or between a collector and a central collector.

GRPC metrics service skeleton

Creates a metrics service with the specified asynchronous sender channel

Traits

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

Functions

Creates a tonic service forwarder for open telemetry metrics events

Creates a tonic service handler for open telemetry metrics events

Type Definitions

Alias metrics callback fn

Asynchronous channel receiver

Alias tonic request

Alias tonic response

Asynchronous channel sender