-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New component: kafkatopicsobserver #37665
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
Labels
Accepted Component
New component has been sponsored
Comments
MovieStoreGuy
added a commit
that referenced
this issue
Feb 14, 2025
…37669) #### Description Initial PR for adding kafka topics observer extension. Continuation of #37372 after renaming a branch. #### Link to tracking issue New component #37665 Co-authored-by: Sean Marciniak <[email protected]>
MovieStoreGuy
pushed a commit
that referenced
this issue
Feb 24, 2025
#### Description Add implementation and tests for kafka topics observer #### Link to tracking issue New component #37665 #### Testing Unit tests
This was referenced Mar 27, 2025
Considering this component is now ready to be deployed as of the contrib, it is reasonable to say that this component is accepted and this issues can be closed. |
MovieStoreGuy
pushed a commit
that referenced
this issue
Apr 7, 2025
…reator (#39086) #### Description Add kafkatopicsobserver to the receivercreator configuration <!-- Issue number (e.g. #1234) or full URL to issue, if applicable. --> #### Link to tracking issue New component #37665 #### Testing Manual and unit test #### Documentation Added new sections in README file --------- Co-authored-by: Antoine Toulme <[email protected]>
dmathieu
pushed a commit
to dmathieu/opentelemetry-collector-contrib
that referenced
this issue
Apr 8, 2025
…reator (open-telemetry#39086) #### Description Add kafkatopicsobserver to the receivercreator configuration <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue New component open-telemetry#37665 #### Testing Manual and unit test #### Documentation Added new sections in README file --------- Co-authored-by: Antoine Toulme <[email protected]>
LucianoGiannotti
pushed a commit
to LucianoGiannotti/opentelemetry-collector-contrib
that referenced
this issue
Apr 9, 2025
…reator (open-telemetry#39086) #### Description Add kafkatopicsobserver to the receivercreator configuration <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue New component open-telemetry#37665 #### Testing Manual and unit test #### Documentation Added new sections in README file --------- Co-authored-by: Antoine Toulme <[email protected]>
Fiery-Fenix
pushed a commit
to Fiery-Fenix/opentelemetry-collector-contrib
that referenced
this issue
Apr 24, 2025
…reator (open-telemetry#39086) #### Description Add kafkatopicsobserver to the receivercreator configuration <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue New component open-telemetry#37665 #### Testing Manual and unit test #### Documentation Added new sections in README file --------- Co-authored-by: Antoine Toulme <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The purpose and use-cases of the new component
The Kafka topics observer extension is a Receiver Creator-compatible "watch observer" that will detect and report
kafka topics in kafka cluster based on regex template. This observer watches available topics and matches them with the
provided regex. If any change in available topics matching the regex is detected, the observer updates the endpoints list.
Example configuration for the component
Telemetry data types supported
logs, metrics, traces
Code Owner(s)
@MovieStoreGuy
Sponsor (optional)
@MovieStoreGuy
Additional context
No response
The text was updated successfully, but these errors were encountered: