summaryrefslogtreecommitdiffstats
path: root/integrations/templates/overview.md
blob: 3063b6860672a50e2170ece79b70624005288c20 (plain)
1
2
3
4
5
6
7
8
9
[% 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 %]