Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OTL_EXPORTER_OTLP_ENDPOINT #546

Closed
georges-git opened this issue Jun 17, 2021 · 2 comments
Closed

OTL_EXPORTER_OTLP_ENDPOINT #546

georges-git opened this issue Jun 17, 2021 · 2 comments
Labels
EC2 EC2 related request question Further information is requested

Comments

@georges-git
Copy link

Hello @mxiamxia - I have an application running in the docker on ec2 and OTEL agent running as separate process on same ec2 instance. here is my snippet from config.yaml for OTEL agent running on ec2.
receivers:
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:55680
http:
endpoint: 0.0.0.0:55681

I set OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:55680 which means the otel agent will send the traces to xray using grpc protocol. Is that correct understanding?

@georges-git
Copy link
Author

Hello , Can anyone respond to my above query?

@mxiamxia
Copy link
Member

OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:55680 which means the otel agent will send the traces to xray using grpc protocol. Is that correct understanding?

Hi George, yes. OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:55680 will go with gRPC per your setting.

@alolita alolita added the question Further information is requested label Jun 23, 2021
@alolita alolita added the EC2 EC2 related request label Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EC2 EC2 related request question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants