Replies: 1 comment
-
Hi @MGK91 sorry for the dumb question. But, in your EKS which kind of SG are you added? The inbound rule is correctly applied for these ports? Which is generated in CloudTrail when the event that you make returns the connection refused? Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
Greetings, can someone please help us with the configuration to export traces from DAPR to AWS Xray through Open telemetry exporter , DAPR and Open telemetry running on EKS
Reciever config is as follows
Exporter config is as follows
Service configuration as follows:
DAPR Configuration as follows
apiVersion: dapr.io/v1alpha1
kind: Configuration
metadata:
name: appconfig
namespace: dapr-test
spec:
tracing:
samplingRate: "1"
zipkin:
endpointAddress: "http://otel-collector.dapr-test.svc.cluster.local:9411/api/v2/spans"
Tried configuring receiver as both otlp and awsxray and getting below mentioned error , Any help would be very much appreciated
Getting following error in DAPR
2022/09/12 18:54:54 failed to send the request: Post "http://otel-collector.dapr-test.svc.cluster.local:9411/api/v2/spans": dial tcp x.x.x.x:9411: connect: connection refused
2022/09/12 18:54:55 failed to send the request: Post "http://otel-collector.dapr-test.svc.cluster.local:9411/api/v2/spans": dial tcp x.x.x.x:9411: connect: connection refused
2022/09/12 18:54:56 failed to send the request: Post "http://otel-collector.dapr-test.svc.cluster.local:9411/api/v2/spans": dial tcp x.x.x.x:9411: connect: connection refused
2022/09/12 18:54:57 failed to send the request: Post "http://otel-collector.dapr-test.svc.cluster.local:9411/api/v2/spans": dial tcp x.x.x.x:9411: connect: connection refused
2022/09/12 18:54:59 failed to send the request: Post "http://otel-collector.dapr-test.svc.cluster.local:9411/api/v2/spans": dial tcp x.x.x.x:9411: connect: connection refused
Beta Was this translation helpful? Give feedback.
All reactions