Add kafka to SupportedConfig & Sections types

pull/3386/head
Jared Scheib 2018-05-04 19:34:50 -07:00
parent 58a96b80c1
commit ac1f3d012f
1 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,7 @@ interface Sections {
hipchat: Section
httppost: Section
influxdb: Section
kafka: Section
mqtt: Section
opsgenie: Section
opsgenie2: Section
@ -97,6 +98,7 @@ interface Config {
interface SupportedConfig {
alerta: Config
hipchat: Config
kafka: Config
opsgenie: Config
opsgenie2: Config
pagerduty: Config