-
Notifications
You must be signed in to change notification settings - Fork 0
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
Internal PR #6
Internal PR #6
Conversation
This is how the first PR for Doris Exporter looked like: |
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.
left comments
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.
I don't have anything more to comment.
Add Sematext Exporter: Initial Structure
Description
This PR introduces the foundational structure for the Sematext Exporter component. It establishes the necessary files and configurations to set up the exporter without including its full implementation. The goal is to create a clear and reviewable framework for the component, with subsequent PRs to handle the full implementation and additional functionality.
Included in This PR
Factory Implementation
Configuration Structure
README File
Metadata File
metadata.yaml
file to describe the component's type, status, stability, and codeowners.Basic Unit Tests
Makefile
Documentation File
doc.go
file with directives for metadata generation and a high-level package description.Optional Placeholder Files
Checklist
Next Steps
Future PRs will include: