Some imporvements came up for integrations internally: ### Tasks - [x] Remove “Most Popular” section. - [ ] Fix rendering of `guide` integrations/pages - [ ] Ensure guide pages act as **pointers** (not full configuration-heavy docs), with strong linking to existing relevant docs - [ ] Do not render empty sections for guides (conditional rendering for empty fields/blocks) - [ ] Make functions independent tiles, linked to related collectors https://github.com/netdata/netdata/pull/21900 - [ ] Surface logs collectors/viewers correctly in Learn (currently missing/hidden) - [ ] Make ingestion fail on metadata/schema issues (non-zero exit), instead of warning-and-ignore behavior - [ ] Ensure functions and collectors are mutually discoverable via related links. - [ ] Support function metadata such as: - [ ] cloud requirement flags (when applicable) - [ ] alternative console tooling (when applicable)
Some imporvements came up for integrations internally:
Tasks
Remove “Most Popular” section.
Fix rendering of
guideintegrations/pagesMake functions independent tiles, linked to related collectors feat(integrations): generate per-collector function tiles #21900
Surface logs collectors/viewers correctly in Learn (currently missing/hidden)
Make ingestion fail on metadata/schema issues (non-zero exit), instead of warning-and-ignore behavior
Ensure functions and collectors are mutually discoverable via related links.
Support function metadata such as: