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