Uses of Class
com.influxdb.client.domain.TagRule
Packages that use TagRule
-
Uses of TagRule in com.influxdb.client
Method parameters in com.influxdb.client with type arguments of type TagRuleModifier 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
Methods in com.influxdb.client.domain that return TagRuleMethods in com.influxdb.client.domain that return types with arguments of type TagRuleModifier and TypeMethodDescriptionNotificationRuleBase.getTagRules()
List of tag rules the notification rule attempts to match.Methods in com.influxdb.client.domain with parameters of type TagRuleMethod parameters in com.influxdb.client.domain with type arguments of type TagRule