Skip to content

HelloWorld scope app for OpenTelemetry logging #5798

Answered by cijothomas
Sebosek asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, your expectation is correct. Are you able to see logs in Console?

OTLP Collector is not working due to recent change to Collector I think, which is mentioed in its logs. You can explicitly set endpoint as shown below and that should fix the issue.

receivers:
  otlp:
    protocols:
      grpc:
        endpoint: 0.0.0.0:4317
      http:
        endpoint: 0.0.0.0:4318

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Sebosek
Comment options

@xiang17
Comment options

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