Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

gRPC Sender Help #223

Answered by Falco20019
js8080 asked this question in Q&A
Jul 5, 2021 · 1 comments · 7 replies
Discussion options

You must be logged in to vote

Hi, thanks for your report. The GrpcSender has no real logging since it's a very slim wrapper. The real logging happens in the RemoteReporter or in gRPC logging.

The default endpoint is localhost:14250. How does your target look like? If has to be a valid gRPC target in any resolvable form, pointing to the collector. Are you sure that the port is accessible?

You can enable tracing on the gRPC level by setting up the ConsoleLogger or TextWriterLogger using the GrpcEnvironment. That's part of gRPC and not our library. This also needs to be done by setting environment variables (possible from code) as documented here:

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@js8080
Comment options

@js8080
Comment options

@js8080
Comment options

@Falco20019
Comment options

@js8080
Comment options

Answer selected by Falco20019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants