grpc / grpc/grpc-rust

How to combine two service

Open
#1,609 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
12.5k
Forks
1.3k
Avg merge
4d 7h
Merged PRs (30d)
24

Description

Opentelemetry Defines [three different services](https://github.com/open-telemetry/opentelemetry-proto/tree/main/opentelemetry/proto/collector):

* common package contains the common messages shared between different services.
* trace package contains the Trace Service protos.
* metrics package contains the Metrics Service protos.
* logs package contains the Logs Service protos.

I want to know if there's a way to combine those services into one service(Maybe write a new service and don't use those three service definitions?), thus server just needs to listen only one tcp port, and client can send different data to the same server

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.