https://github.com/render-examples/datadog-agent
Datadog Agent for Render services
https://github.com/render-examples/datadog-agent
datadog datadog-agent datadog-apm datadog-metrics render
Last synced: 5 months ago
JSON representation
Datadog Agent for Render services
- Host: GitHub
- URL: https://github.com/render-examples/datadog-agent
- Owner: render-examples
- Created: 2021-02-02T01:45:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-03T21:47:18.000Z (over 2 years ago)
- Last Synced: 2025-06-21T06:34:31.693Z (6 months ago)
- Topics: datadog, datadog-agent, datadog-apm, datadog-metrics, render
- Language: Dockerfile
- Homepage: https://render.com
- Size: 6.84 KB
- Stars: 22
- Watchers: 6
- Forks: 42
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Datadog Agent for Render
Datadog helps you capture application traces and metrics that can help you improve the performance for your app.
You can set up a single Datadog agent to capture data for any number of services in your Render account.
This example deploys Datadog's [Docker agent](https://docs.datadoghq.com/agent/docker/) as a [private service](https://render.com/docs/private-services) on Render. Once deployed, you can start sending [APM/Distributed Tracing](https://docs.datadoghq.com/tracing/) and [DogStatsD](https://docs.datadoghq.com/developers/dogstatsd/?tab=hostagent) metrics to your private service URL.
The URL will look like `datadog-agent-lkyz` with APM available on TCP port `8126` and DogStatsD on UDP port `8125`.
> You will need to configure your Datadog API key by setting the `DD_API_KEY` environment variable to your private service.