Expand description

Arrow Banner

svc-telemetry Service

GitHub stable release (latest by date) GitHub release (latest by date including pre-releases) Coverage Status Sanity Checks Python PEP8 Rust Checks Arrow DAO Discord

Overview

Exposes svc-telemetry gRPC client functions

Re-exports

pub use client::*;

Modules

Client Library: Client Functions, Structs, Traits
Client Library: Client Functions, Structs, Traits

Macros

Writes a debug! message to the app::client::telemetry::grpc logger
Writes a error! message to the app::client::telemetry::grpc logger
Writes a info! message to the app::client::telemetry::grpc logger
Writes a warn! message to the app::client::telemetry::grpc logger

Structs

Wrapper struct for our gRPC clients

Traits

Generic gRPC Client trait to provide wrapper for GrpcClient struct creation
Generic gRPC Client trait to let the Client<T> trait know that T has a connect function