Skip to content

atul-flipt/ddpoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ddpoc

Start Datadog agent with TCP port forwarding

Now agent is available on localhost:8126 on the host.

Start Flask app

cd flask
docker build -t flask .
docker run -d --name flask --restart always -p 5010:5010 -e DD_AGENT_HOST=dockerhost flask

Start Nodejs

DD_AGENT_HOST=localhost DD_TRACE_AGENT_PORT=8126 DD_LOGS_INJECTION=true node server.js &

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •