Skip to content

[edot] add statsD as an extended receiver#12628

Merged
jlind23 merged 4 commits intomainfrom
jlind23/statsDReceiver
Feb 7, 2026
Merged

[edot] add statsD as an extended receiver#12628
jlind23 merged 4 commits intomainfrom
jlind23/statsDReceiver

Conversation

@jlind23
Copy link
Contributor

@jlind23 jlind23 commented Feb 6, 2026

What does this PR do?

Add statsD receiver to EDOT

Why is it important?

Allows users of statsD to forward data to Elastic through the EDOT Collector.

Checklist

  • I have read and understood the pull request guidelines of this project.
  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files
  • I have added tests that prove my fix is effective or that my feature works
  • I have added an entry in ./changelog/fragments using the changelog tool
  • I have added an integration test or an E2E test

Disruptive User Impact

How to test this PR locally

Related issues

Relates elastic/integrations#17109

Questions to ask yourself

  • How are we going to support this in production?
  • How are we going to measure its adoption?
  • How are we going to debug this?
  • What are the metrics I should take care of?
  • ...
@jlind23 jlind23 requested a review from a team as a code owner February 6, 2026 08:50
@jlind23 jlind23 self-assigned this Feb 6, 2026
@mergify
Copy link
Contributor

mergify bot commented Feb 6, 2026

This pull request does not have a backport label. Could you fix it @jlind23? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-./d./d is the label that automatically backports to the 8./d branch. /d is the digit
  • backport-active-all is the label that automatically backports to all active branches.
  • backport-active-8 is the label that automatically backports to all active minor branches for the 8 major.
  • backport-active-9 is the label that automatically backports to all active minor branches for the 9 major.
@jlind23
Copy link
Contributor Author

jlind23 commented Feb 6, 2026

@nimarezainia @perk shall this be backported to 9.3?

@pierrehilbert pierrehilbert added the Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team label Feb 6, 2026
@elasticmachine
Copy link
Contributor

Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane)

@pierrehilbert
Copy link
Contributor

@jlind23 could you please update NOTICE.txt?

@jlind23 jlind23 enabled auto-merge (squash) February 6, 2026 14:45
@jlind23 jlind23 added backport-9.3 Automated backport to the 9.3 branch backport-active-9 Automated backport with mergify to all the active 9.[0-9]+ branches and removed backport-skip backport-9.3 Automated backport to the 9.3 branch labels Feb 6, 2026
@elasticmachine
Copy link
Contributor

elasticmachine commented Feb 6, 2026

@perk
Copy link
Member

perk commented Feb 6, 2026

shall this be backported to 9.3?

That depends on when the StatsD input package will be available.
Will it be available on serverless before the 9.4 release?
If yes, what EDOT version serverless uses?
If 9.3 then we need to backport.

@jlind23 jlind23 merged commit 16b19fe into main Feb 7, 2026
23 checks passed
@jlind23 jlind23 deleted the jlind23/statsDReceiver branch February 7, 2026 03:36
@github-actions
Copy link
Contributor

github-actions bot commented Feb 7, 2026

@Mergifyio backport 9.2 9.3

@mergify
Copy link
Contributor

mergify bot commented Feb 7, 2026

backport 9.2 9.3

✅ Backports have been created

Details

Cherry-pick of 16b19fe has failed:

On branch mergify/bp/9.2/pr-12628
Your branch is up to date with 'origin/9.2'.

You are currently cherry-picking commit 16b19fe69.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	new file:   changelog/fragments/1770366462-add-statsd-receiver-to-edot-collector.yaml
	modified:   internal/edot/go.mod
	modified:   internal/edot/go.sum
	modified:   internal/edot/otelcol/components.go
	modified:   internal/pkg/otel/README.md

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both modified:   NOTICE-fips.txt
	both modified:   NOTICE.txt
	both modified:   internal/pkg/otel/testdata/all-components.yml

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

mergify bot pushed a commit that referenced this pull request Feb 7, 2026
* add statsD as an extended receiver

* update notice file

(cherry picked from commit 16b19fe)

# Conflicts:
#	NOTICE-fips.txt
#	NOTICE.txt
#	internal/pkg/otel/testdata/all-components.yml
mergify bot pushed a commit that referenced this pull request Feb 7, 2026
* add statsD as an extended receiver

* update notice file

(cherry picked from commit 16b19fe)
jlind23 added a commit that referenced this pull request Feb 9, 2026
…2639)

* [edot] add statsD as an extended receiver (#12628)

* add statsD as an extended receiver

* update notice file

(cherry picked from commit 16b19fe)

# Conflicts:
#	NOTICE-fips.txt
#	NOTICE.txt
#	internal/pkg/otel/testdata/all-components.yml

* resolve conflict

* update PR

---------

Co-authored-by: Julien Lind <julien.lind@elastic.co>
Co-authored-by: Julien Lind <vincent.lind@elastic.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-active-9 Automated backport with mergify to all the active 9.[0-9]+ branches Team:Elastic-Agent-Control-Plane Label for the Agent Control Plane team

7 participants