-
Notifications
You must be signed in to change notification settings - Fork 205
Add documentation for the Kubelet Stats receiver (kubeletstatsreceiver) #11191
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 documentation for the Kubelet Stats receiver (kubeletstatsreceiver) #11191
Conversation
|
This pull request does not have a backport label. Could you fix it @alexandra5000? 🙏
|
🔍 Preview links for changed docs |
bmorelli25
left a comment
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.
Nice job. A few comments.
docs/reference/edot-collector/components/kubeletstatsreceiver.md
Outdated
Show resolved
Hide resolved
docs/reference/edot-collector/components/kubeletstatsreceiver.md
Outdated
Show resolved
Hide resolved
docs/reference/edot-collector/components/kubeletstatsreceiver.md
Outdated
Show resolved
Hide resolved
docs/reference/edot-collector/components/kubeletstatsreceiver.md
Outdated
Show resolved
Hide resolved
|
@ChrsMark Could you review this one please? 🙏 |
docs/reference/edot-collector/components/kubeletstatsreceiver.md
Outdated
Show resolved
Hide resolved
|
@Mergifyio backport 9.1 9.2 |
✅ Backports have been created
|
…r) (#11191) (#11386) * Add documentation for the Kubelet Stats receiver (kubeletstatsreceiver) * Minor changes to adhere to Elastic's docs style guide and tone of voice * Add component to toc * Apply comments (cherry picked from commit 7ffacf3) Co-authored-by: Aleksandra Spilkowska <96738481+alexandra5000@users.noreply.github.com>
…r) (#11191) (#11385) * Add documentation for the Kubelet Stats receiver (kubeletstatsreceiver) * Minor changes to adhere to Elastic's docs style guide and tone of voice * Add component to toc * Apply comments (cherry picked from commit 7ffacf3) Co-authored-by: Aleksandra Spilkowska <96738481+alexandra5000@users.noreply.github.com>
What does this PR do?
This PR adds a new component page for the Kubelet Stats receiver (kubeletstatsreceiver).
Why is it important?
The receiver is part of the upstream OpenTelemetry Collector and included in the EDOT Collector distribution, and as such should be documented.
Checklist
- [ ] My code follows the style guidelines of this project- [ ] I have commented my code, particularly in hard-to-understand areas- [ ] 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/fragmentsusing the changelog tool- [ ] I have added an integration test or an E2E testDisruptive User Impact
None
Related issues