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

Add support for DigitalOcean droplets to resourcedetetorprocessor #32858

Closed
mmanciop opened this issue May 5, 2024 · 4 comments
Closed

Add support for DigitalOcean droplets to resourcedetetorprocessor #32858

mmanciop opened this issue May 5, 2024 · 4 comments
Labels
closed as inactive enhancement New feature or request needs triage New item requiring triage processor/resourcedetection Resource detection processor Stale

Comments

@mmanciop
Copy link

mmanciop commented May 5, 2024

Component(s)

processor/resourcedetection

Is your feature request related to a problem? Please describe.

Collect the following resource attributes from the DigitalOcean droplet metadata endpoint:

  • cloud.provider: "digital_ocean" (there is currently no semconv entry for this)
  • cloud.platform: "droplets" (there is currently no semconv entry for this)
  • cloud.resource_id: the droplet's id, stringified
  • cloud.region: the DO's region
  • host.id: the droplet's id, stringified
  • host.name: the droplet's hostname

Describe the solution you'd like

A new detector in the resourcedetection processor

Describe alternatives you've considered

Manual configuration. It's ghastly.

Additional context

No response

@mmanciop mmanciop added enhancement New feature or request needs triage New item requiring triage labels May 5, 2024
@github-actions github-actions bot added the processor/resourcedetection Resource detection processor label May 5, 2024
Copy link
Contributor

github-actions bot commented May 5, 2024

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

@mmanciop
Copy link
Author

mmanciop commented May 5, 2024

I whipped something up to itch a scratch I have, opened #32859. Also, I'll engage the SemConv SIG to add the missing entries.

Copy link
Contributor

github-actions bot commented Jul 5, 2024

This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

Copy link
Contributor

github-actions bot commented Sep 3, 2024

This issue has been closed as inactive because it has been stale for 120 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed as inactive enhancement New feature or request needs triage New item requiring triage processor/resourcedetection Resource detection processor Stale
Projects
None yet
1 participant