-
Notifications
You must be signed in to change notification settings - Fork 25
Add DDOT to supported distributions #499
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
base: main
Are you sure you want to change the base?
Conversation
|
@pan-emily is attempting to deploy a commit to the Dash0 Team on Vercel. A member of the Team first needs to authorize it. |
|
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
|
| } | ||
| }, | ||
| "ddot-collector": { | ||
| "name": "Datadog OpenTelemetry Collector", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "name": "Datadog OpenTelemetry Collector", | |
| "name": "Datadog OpenTelemetry Collector", |
| "releases": [ | ||
| { | ||
| "version": "7.72.1", | ||
| "artifact": "datadog-agent-7.72.1-1.x86_64.rpm", | ||
| "released_at": "2025-01-23T00:00:00Z" | ||
| } | ||
| ] | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "releases": [ | |
| { | |
| "version": "7.72.1", | |
| "artifact": "datadog-agent-7.72.1-1.x86_64.rpm", | |
| "released_at": "2025-01-23T00:00:00Z" | |
| } | |
| ] | |
| } | |
| "releases": [ | |
| { | |
| "version": "7.72.1", | |
| "artifact": "datadog-agent-7.72.1-1.x86_64.rpm", | |
| "released_at": "2025-01-23T00:00:00Z" | |
| } | |
| ] | |
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issue(blocking): This is an AVIF image, not an SVG file.
❯ file datadog.svg
datadog.svg: ISO Media, AVIF Image
|
@pan-emily Thank you for your contribution! As far as I understand https://docs.datadoghq.com/opentelemetry/setup/ddot_collector/install/linux, this isn't really a stand-alone distribution of the OpenTelemetry Collector, but it's kind of embedded into the Datadog Agent. Is there any way we can start only the OpenTelemetry Collector component? |
Thanks for the feedback! Yes currently it seems like DDOT does not expose any standalone collector binary without the Datadog Agent. Let me check with the team though (I work at Datadog 😸 ) If it doesn't make sense to add it since it must come in the Datadog Agent bundle, I totally understand. |
|
@pan-emily any news on starting the Datadog distro standalone? It is a requirement for being able to perform validation. |



Closes #498