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

Datadog APM not working #5786

Open
nanugantiep opened this issue Sep 19, 2024 · 0 comments
Open

Datadog APM not working #5786

nanugantiep opened this issue Sep 19, 2024 · 0 comments
Labels
t:bug Something isn't working

Comments

@nanugantiep
Copy link

nanugantiep commented Sep 19, 2024

Describe the bug
followed the documentation here to configure datadog but do not see traces coming in from Emissary-Ingress. traces are going fine via datadog agent

To Reproduce
Steps to reproduce the behavior:

  1. implement datadog tracing as mentioned here
  2. can not see emissary-ingress in datadog APM

Expected behavior
service traces are coming in and see it in Dadadog APM

Versions (please complete the following information):

  • Ambassador: emissary:3.9.1
  • Kubernetes environment: EKS
  • Version: 1.29

Additional context
Configuring Envoy JSON logging in values.yaml via HELM
Screenshot 2024-09-19 at 3 18 25 PM
Tracing service

apiVersion: getambassador.io/v3alpha1
kind: TracingService
metadata:
  name: tracing
  namespace: api-emissary
spec:
  service: "${HOST_IP}:8126"
  driver: datadog
  config:
    service_name: api-ambassador-ingress

Host IP configuration
Screenshot 2024-09-19 at 3 20 56 PM

@dosubot dosubot bot added the t:bug Something isn't working label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant