io.lenses.alerts.plugin.slack.Metadata.scala Maven / Gradle / Ivy
The newest version!
package io.lenses.alerts.plugin.slack
trait Metadata {
def name(): String = "Slack"
def description(): String = "Publishes all the raised alerts to a Slack channel."
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy