jar

com.ocadotechnology.newrelicalertsconfigurator : newrelic-alerts-configurator

Maven & Gradle

Jul 13, 2023
1 usages
39 stars

NewRelic Alerts Configurator · NewRelic Alerts Configurator can be used to configure NewRelic alerts for your application. Instead of defining alerts through UI you can define them in code. It allows you to automatize alerts configuration, easily recover them in case of wipe out and have full history of changes in your version control system.

Table Of Contents

Latest Version

Download com.ocadotechnology.newrelicalertsconfigurator : newrelic-alerts-configurator JAR file - Latest Versions:

All Versions

Download com.ocadotechnology.newrelicalertsconfigurator : newrelic-alerts-configurator JAR file - All Versions:

Version Vulnerabilities Size Updated
5.0.x
4.3.x
4.2.x
4.1.x
4.0.x
3.6.x
3.5.x
3.4.x
3.3.x
3.2.x
3.1.x
3.0.x
2.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window newrelic-alerts-configurator-5.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.ocadotechnology.newrelic.alertsconfigurator.internal.entities

├─ com.ocadotechnology.newrelic.alertsconfigurator.internal.entities.ApplicationIdProvider.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.internal.entities.EntityResolver.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.internal.entities.IdProvider.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.internal.entities.KeyTransactionIdProvider.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.internal.entities.ServerIdProvider.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.internal.entities.SyntheticsMonitorUuidProvider.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.internal.entities.UuidProvider.class - [JAR]

com.ocadotechnology.newrelic.alertsconfigurator.configuration

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.ApplicationConfiguration.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.PolicyConfiguration.class - [JAR]

com.ocadotechnology.newrelic.alertsconfigurator.configuration.channel

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.channel.Channel.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.channel.ChannelType.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.channel.ChannelTypeSupport.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.channel.EmailChannel.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.channel.PagerDutyChannel.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.channel.SlackChannel.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.channel.UserChannel.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.channel.WebhookChannel.class - [JAR]

com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition.terms

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition.terms.DurationTerm.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition.terms.NrqlDurationTerm.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition.terms.NrqlTermsConfiguration.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition.terms.OperatorTerm.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition.terms.PriorityTerm.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition.terms.TermsConfiguration.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition.terms.TermsUtils.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition.terms.TimeFunctionTerm.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition.terms.UserDefinedUtils.class - [JAR]

com.ocadotechnology.newrelic.alertsconfigurator.configuration.channel.internal

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.channel.internal.EmailChannelTypeSupport.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.channel.internal.PagerDutyChannelTypeSupport.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.channel.internal.SlackChannelTypeSupport.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.channel.internal.UserChannelTypeSupport.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.channel.internal.WebhookChannelTypeSupport.class - [JAR]

com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition.violationclosetimer

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition.violationclosetimer.ViolationCloseTimer.class - [JAR]

com.ocadotechnology.newrelic.alertsconfigurator

├─ com.ocadotechnology.newrelic.alertsconfigurator.AbstractPolicyItemConfigurator.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.ApplicationConfigurator.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.ChannelConfigurator.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.ConditionConfigurator.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.Configurator.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.ExternalServiceConditionConfigurator.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.NrqlConditionConfigurator.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.PolicyConfigurator.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.PolicyItemConfigurator.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.SyntheticsConditionConfigurator.class - [JAR]

com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition.signal

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition.signal.ExpirationUtils.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition.signal.NrqlSignalConfiguration.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition.signal.SignalAggregationMethod.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition.signal.SignalFillOption.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition.signal.SignalLostConfiguration.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition.signal.SignalUtils.class - [JAR]

com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition.ApmAppCondition.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition.ApmExternalServiceCondition.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition.ApmJvmCondition.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition.ApmKeyTransactionCondition.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition.BrowserCondition.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition.Condition.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition.ConditionType.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition.ExternalServiceCondition.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition.ExternalServiceConditionType.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition.NrqlCondition.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition.ServersMetricCondition.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition.SyntheticsCondition.class - [JAR]

├─ com.ocadotechnology.newrelic.alertsconfigurator.configuration.condition.UserDefinedConfiguration.class - [JAR]

com.ocadotechnology.newrelic.alertsconfigurator.exception

├─ com.ocadotechnology.newrelic.alertsconfigurator.exception.NewRelicSyncException.class - [JAR]

Advertisement