Uses of Class
com.influxdb.client.domain.TagRule
-
Uses of TagRule in com.influxdb.client
Modifier and TypeMethodDescriptionNotificationRulesApi.createHTTPRule
(String name, String every, RuleStatusLevel status, List<TagRule> tagRules, HTTPNotificationEndpoint endpoint, String orgID) Add a HTTP notification rule.NotificationRulesApi.createPagerDutyRule
(String name, String every, String messageTemplate, RuleStatusLevel status, List<TagRule> tagRules, PagerDutyNotificationEndpoint endpoint, String orgID) Add a PagerDuty notification rule.NotificationRulesApi.createSlackRule
(String name, String every, String messageTemplate, RuleStatusLevel status, List<TagRule> tagRules, SlackNotificationEndpoint endpoint, String orgID) Add a Slack notification rule. -
Uses of TagRule in com.influxdb.client.domain
Modifier and TypeMethodDescriptionNotificationRuleBase.getTagRules()
List of tag rules the notification rule attempts to match.