You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to get application insights and observability using Xray and service lens. We have deployed Xray daemon set and configured application env with
- name: AWS_XRAY_DAEMON_ADDRESS
value: xray-service.amazon-cloudwatch:2000
- name: AWS_XRAY_CONTEXT_MISSING
value: LOG_ERROR.
We also have an nginx ingress controller which has a application loadbalancer deployed for proxy and loadbalancing. However we dont see any traces on xray console. Is there anything i'm missing
The text was updated successfully, but these errors were encountered:
Hello,
We are trying to get application insights and observability using Xray and service lens. We have deployed Xray daemon set and configured application env with
- name: AWS_XRAY_DAEMON_ADDRESS
value: xray-service.amazon-cloudwatch:2000
- name: AWS_XRAY_CONTEXT_MISSING
value: LOG_ERROR.
We also have an nginx ingress controller which has a application loadbalancer deployed for proxy and loadbalancing. However we dont see any traces on xray console. Is there anything i'm missing
The text was updated successfully, but these errors were encountered: