netdata/netdata

View on GitHub
integrations/templates/overview.md

Summary

Maintainability
Test Coverage
[% if entry.integration_type == 'collector' %]
[% include 'overview/collector.md' %]
[% elif entry.integration_type == 'exporter' %]
[% include 'overview/exporter.md' %]
[% elif entry.integration_type == 'notification' %]
[% include 'overview/notification.md' %]
[% elif entry.integration_type == 'authentication' %]
[% include 'overview/authentication.md' %]
[% endif %]