| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ApplicationInsights.Application.ComponentMonitoringSettingProperty
Documentation
data AlarmMetricProperty Source #
Constructors
| AlarmMetricProperty | |
Instances
data AlarmProperty Source #
Constructors
| AlarmProperty | |
Fields | |
Instances
| ToJSON AlarmProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.AlarmProperty Methods toJSON :: AlarmProperty -> Value # toEncoding :: AlarmProperty -> Encoding # toJSONList :: [AlarmProperty] -> Value # toEncodingList :: [AlarmProperty] -> Encoding # omitField :: AlarmProperty -> Bool # | |||||
| Show AlarmProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.AlarmProperty Methods showsPrec :: Int -> AlarmProperty -> ShowS # show :: AlarmProperty -> String # showList :: [AlarmProperty] -> ShowS # | |||||
| Eq AlarmProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.AlarmProperty Methods (==) :: AlarmProperty -> AlarmProperty -> Bool # (/=) :: AlarmProperty -> AlarmProperty -> Bool # | |||||
| ToResourceProperties AlarmProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.AlarmProperty Methods toResourceProperties :: AlarmProperty -> ResourceProperties # | |||||
| Property "AlarmName" AlarmProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.AlarmProperty Associated Types
Methods set :: PropertyType "AlarmName" AlarmProperty -> AlarmProperty -> AlarmProperty # | |||||
| Property "Severity" AlarmProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.AlarmProperty Associated Types
Methods set :: PropertyType "Severity" AlarmProperty -> AlarmProperty -> AlarmProperty # | |||||
| type PropertyType "AlarmName" AlarmProperty Source # | |||||
| type PropertyType "Severity" AlarmProperty Source # | |||||
data ComponentConfigurationProperty Source #
Constructors
| ComponentConfigurationProperty | |
Instances
| ToJSON ComponentConfigurationProperty Source # | |||||
| Show ComponentConfigurationProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ComponentConfigurationProperty Methods showsPrec :: Int -> ComponentConfigurationProperty -> ShowS # show :: ComponentConfigurationProperty -> String # showList :: [ComponentConfigurationProperty] -> ShowS # | |||||
| Eq ComponentConfigurationProperty Source # | |||||
| ToResourceProperties ComponentConfigurationProperty Source # | |||||
| Property "ConfigurationDetails" ComponentConfigurationProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ComponentConfigurationProperty Associated Types
Methods set :: PropertyType "ConfigurationDetails" ComponentConfigurationProperty -> ComponentConfigurationProperty -> ComponentConfigurationProperty # | |||||
| Property "SubComponentTypeConfigurations" ComponentConfigurationProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ComponentConfigurationProperty Associated Types
Methods set :: PropertyType "SubComponentTypeConfigurations" ComponentConfigurationProperty -> ComponentConfigurationProperty -> ComponentConfigurationProperty # | |||||
| type PropertyType "ConfigurationDetails" ComponentConfigurationProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ComponentConfigurationProperty type PropertyType "ConfigurationDetails" ComponentConfigurationProperty = ConfigurationDetailsProperty | |||||
| type PropertyType "SubComponentTypeConfigurations" ComponentConfigurationProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ComponentConfigurationProperty type PropertyType "SubComponentTypeConfigurations" ComponentConfigurationProperty = [SubComponentTypeConfigurationProperty] | |||||
data ConfigurationDetailsProperty Source #
Constructors
| ConfigurationDetailsProperty | |
Fields
| |
Instances
| ToJSON ConfigurationDetailsProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ConfigurationDetailsProperty Methods toJSON :: ConfigurationDetailsProperty -> Value # toEncoding :: ConfigurationDetailsProperty -> Encoding # toJSONList :: [ConfigurationDetailsProperty] -> Value # toEncodingList :: [ConfigurationDetailsProperty] -> Encoding # | |||||
| Show ConfigurationDetailsProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ConfigurationDetailsProperty Methods showsPrec :: Int -> ConfigurationDetailsProperty -> ShowS # show :: ConfigurationDetailsProperty -> String # showList :: [ConfigurationDetailsProperty] -> ShowS # | |||||
| Eq ConfigurationDetailsProperty Source # | |||||
| ToResourceProperties ConfigurationDetailsProperty Source # | |||||
| Property "AlarmMetrics" ConfigurationDetailsProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ConfigurationDetailsProperty Associated Types
Methods set :: PropertyType "AlarmMetrics" ConfigurationDetailsProperty -> ConfigurationDetailsProperty -> ConfigurationDetailsProperty # | |||||
| Property "Alarms" ConfigurationDetailsProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ConfigurationDetailsProperty Associated Types
Methods set :: PropertyType "Alarms" ConfigurationDetailsProperty -> ConfigurationDetailsProperty -> ConfigurationDetailsProperty # | |||||
| Property "HAClusterPrometheusExporter" ConfigurationDetailsProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ConfigurationDetailsProperty Associated Types
Methods set :: PropertyType "HAClusterPrometheusExporter" ConfigurationDetailsProperty -> ConfigurationDetailsProperty -> ConfigurationDetailsProperty # | |||||
| Property "HANAPrometheusExporter" ConfigurationDetailsProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ConfigurationDetailsProperty Associated Types
Methods set :: PropertyType "HANAPrometheusExporter" ConfigurationDetailsProperty -> ConfigurationDetailsProperty -> ConfigurationDetailsProperty # | |||||
| Property "JMXPrometheusExporter" ConfigurationDetailsProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ConfigurationDetailsProperty Associated Types
Methods set :: PropertyType "JMXPrometheusExporter" ConfigurationDetailsProperty -> ConfigurationDetailsProperty -> ConfigurationDetailsProperty # | |||||
| Property "Logs" ConfigurationDetailsProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ConfigurationDetailsProperty Associated Types
Methods set :: PropertyType "Logs" ConfigurationDetailsProperty -> ConfigurationDetailsProperty -> ConfigurationDetailsProperty # | |||||
| Property "NetWeaverPrometheusExporter" ConfigurationDetailsProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ConfigurationDetailsProperty Associated Types
Methods set :: PropertyType "NetWeaverPrometheusExporter" ConfigurationDetailsProperty -> ConfigurationDetailsProperty -> ConfigurationDetailsProperty # | |||||
| Property "Processes" ConfigurationDetailsProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ConfigurationDetailsProperty Associated Types
Methods set :: PropertyType "Processes" ConfigurationDetailsProperty -> ConfigurationDetailsProperty -> ConfigurationDetailsProperty # | |||||
| Property "SQLServerPrometheusExporter" ConfigurationDetailsProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ConfigurationDetailsProperty Associated Types
Methods set :: PropertyType "SQLServerPrometheusExporter" ConfigurationDetailsProperty -> ConfigurationDetailsProperty -> ConfigurationDetailsProperty # | |||||
| Property "WindowsEvents" ConfigurationDetailsProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ConfigurationDetailsProperty Associated Types
Methods set :: PropertyType "WindowsEvents" ConfigurationDetailsProperty -> ConfigurationDetailsProperty -> ConfigurationDetailsProperty # | |||||
| type PropertyType "AlarmMetrics" ConfigurationDetailsProperty Source # | |||||
| type PropertyType "Alarms" ConfigurationDetailsProperty Source # | |||||
| type PropertyType "HAClusterPrometheusExporter" ConfigurationDetailsProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ConfigurationDetailsProperty type PropertyType "HAClusterPrometheusExporter" ConfigurationDetailsProperty = HAClusterPrometheusExporterProperty | |||||
| type PropertyType "HANAPrometheusExporter" ConfigurationDetailsProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ConfigurationDetailsProperty type PropertyType "HANAPrometheusExporter" ConfigurationDetailsProperty = HANAPrometheusExporterProperty | |||||
| type PropertyType "JMXPrometheusExporter" ConfigurationDetailsProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ConfigurationDetailsProperty type PropertyType "JMXPrometheusExporter" ConfigurationDetailsProperty = JMXPrometheusExporterProperty | |||||
| type PropertyType "Logs" ConfigurationDetailsProperty Source # | |||||
| type PropertyType "NetWeaverPrometheusExporter" ConfigurationDetailsProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ConfigurationDetailsProperty type PropertyType "NetWeaverPrometheusExporter" ConfigurationDetailsProperty = NetWeaverPrometheusExporterProperty | |||||
| type PropertyType "Processes" ConfigurationDetailsProperty Source # | |||||
| type PropertyType "SQLServerPrometheusExporter" ConfigurationDetailsProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ConfigurationDetailsProperty type PropertyType "SQLServerPrometheusExporter" ConfigurationDetailsProperty = SQLServerPrometheusExporterProperty | |||||
| type PropertyType "WindowsEvents" ConfigurationDetailsProperty Source # | |||||
data SubComponentTypeConfigurationProperty Source #
Constructors
| SubComponentTypeConfigurationProperty | |
Instances
| ToJSON SubComponentTypeConfigurationProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.SubComponentTypeConfigurationProperty Methods toJSON :: SubComponentTypeConfigurationProperty -> Value # toEncoding :: SubComponentTypeConfigurationProperty -> Encoding # toJSONList :: [SubComponentTypeConfigurationProperty] -> Value # toEncodingList :: [SubComponentTypeConfigurationProperty] -> Encoding # omitField :: SubComponentTypeConfigurationProperty -> Bool # | |||||
| Show SubComponentTypeConfigurationProperty Source # | |||||
| Eq SubComponentTypeConfigurationProperty Source # | |||||
| ToResourceProperties SubComponentTypeConfigurationProperty Source # | |||||
| Property "SubComponentConfigurationDetails" SubComponentTypeConfigurationProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.SubComponentTypeConfigurationProperty Associated Types
Methods set :: PropertyType "SubComponentConfigurationDetails" SubComponentTypeConfigurationProperty -> SubComponentTypeConfigurationProperty -> SubComponentTypeConfigurationProperty # | |||||
| Property "SubComponentType" SubComponentTypeConfigurationProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.SubComponentTypeConfigurationProperty Associated Types
Methods set :: PropertyType "SubComponentType" SubComponentTypeConfigurationProperty -> SubComponentTypeConfigurationProperty -> SubComponentTypeConfigurationProperty # | |||||
| type PropertyType "SubComponentConfigurationDetails" SubComponentTypeConfigurationProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.SubComponentTypeConfigurationProperty type PropertyType "SubComponentConfigurationDetails" SubComponentTypeConfigurationProperty = SubComponentConfigurationDetailsProperty | |||||
| type PropertyType "SubComponentType" SubComponentTypeConfigurationProperty Source # | |||||
data HAClusterPrometheusExporterProperty Source #
Constructors
| HAClusterPrometheusExporterProperty | |
Fields
| |
Instances
| ToJSON HAClusterPrometheusExporterProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.HAClusterPrometheusExporterProperty | |||||
| Show HAClusterPrometheusExporterProperty Source # | |||||
| Eq HAClusterPrometheusExporterProperty Source # | |||||
| ToResourceProperties HAClusterPrometheusExporterProperty Source # | |||||
| Property "PrometheusPort" HAClusterPrometheusExporterProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.HAClusterPrometheusExporterProperty Associated Types
Methods set :: PropertyType "PrometheusPort" HAClusterPrometheusExporterProperty -> HAClusterPrometheusExporterProperty -> HAClusterPrometheusExporterProperty # | |||||
| type PropertyType "PrometheusPort" HAClusterPrometheusExporterProperty Source # | |||||
data HANAPrometheusExporterProperty Source #
Constructors
| HANAPrometheusExporterProperty | |
Fields
| |
Instances
| ToJSON HANAPrometheusExporterProperty Source # | |||||
| Show HANAPrometheusExporterProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.HANAPrometheusExporterProperty Methods showsPrec :: Int -> HANAPrometheusExporterProperty -> ShowS # show :: HANAPrometheusExporterProperty -> String # showList :: [HANAPrometheusExporterProperty] -> ShowS # | |||||
| Eq HANAPrometheusExporterProperty Source # | |||||
| ToResourceProperties HANAPrometheusExporterProperty Source # | |||||
| Property "AgreeToInstallHANADBClient" HANAPrometheusExporterProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.HANAPrometheusExporterProperty Associated Types
Methods set :: PropertyType "AgreeToInstallHANADBClient" HANAPrometheusExporterProperty -> HANAPrometheusExporterProperty -> HANAPrometheusExporterProperty # | |||||
| Property "HANAPort" HANAPrometheusExporterProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.HANAPrometheusExporterProperty Associated Types
Methods set :: PropertyType "HANAPort" HANAPrometheusExporterProperty -> HANAPrometheusExporterProperty -> HANAPrometheusExporterProperty # | |||||
| Property "HANASID" HANAPrometheusExporterProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.HANAPrometheusExporterProperty Associated Types
Methods set :: PropertyType "HANASID" HANAPrometheusExporterProperty -> HANAPrometheusExporterProperty -> HANAPrometheusExporterProperty # | |||||
| Property "HANASecretName" HANAPrometheusExporterProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.HANAPrometheusExporterProperty Associated Types
Methods set :: PropertyType "HANASecretName" HANAPrometheusExporterProperty -> HANAPrometheusExporterProperty -> HANAPrometheusExporterProperty # | |||||
| Property "PrometheusPort" HANAPrometheusExporterProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.HANAPrometheusExporterProperty Associated Types
Methods set :: PropertyType "PrometheusPort" HANAPrometheusExporterProperty -> HANAPrometheusExporterProperty -> HANAPrometheusExporterProperty # | |||||
| type PropertyType "AgreeToInstallHANADBClient" HANAPrometheusExporterProperty Source # | |||||
| type PropertyType "HANAPort" HANAPrometheusExporterProperty Source # | |||||
| type PropertyType "HANASID" HANAPrometheusExporterProperty Source # | |||||
| type PropertyType "HANASecretName" HANAPrometheusExporterProperty Source # | |||||
| type PropertyType "PrometheusPort" HANAPrometheusExporterProperty Source # | |||||
data JMXPrometheusExporterProperty Source #
Constructors
| JMXPrometheusExporterProperty | |
Instances
| ToJSON JMXPrometheusExporterProperty Source # | |||||
| Show JMXPrometheusExporterProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.JMXPrometheusExporterProperty Methods showsPrec :: Int -> JMXPrometheusExporterProperty -> ShowS # show :: JMXPrometheusExporterProperty -> String # showList :: [JMXPrometheusExporterProperty] -> ShowS # | |||||
| Eq JMXPrometheusExporterProperty Source # | |||||
| ToResourceProperties JMXPrometheusExporterProperty Source # | |||||
| Property "HostPort" JMXPrometheusExporterProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.JMXPrometheusExporterProperty Associated Types
Methods set :: PropertyType "HostPort" JMXPrometheusExporterProperty -> JMXPrometheusExporterProperty -> JMXPrometheusExporterProperty # | |||||
| Property "JMXURL" JMXPrometheusExporterProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.JMXPrometheusExporterProperty Associated Types
Methods set :: PropertyType "JMXURL" JMXPrometheusExporterProperty -> JMXPrometheusExporterProperty -> JMXPrometheusExporterProperty # | |||||
| Property "PrometheusPort" JMXPrometheusExporterProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.JMXPrometheusExporterProperty Associated Types
Methods set :: PropertyType "PrometheusPort" JMXPrometheusExporterProperty -> JMXPrometheusExporterProperty -> JMXPrometheusExporterProperty # | |||||
| type PropertyType "HostPort" JMXPrometheusExporterProperty Source # | |||||
| type PropertyType "JMXURL" JMXPrometheusExporterProperty Source # | |||||
| type PropertyType "PrometheusPort" JMXPrometheusExporterProperty Source # | |||||
data LogProperty Source #
Constructors
| LogProperty | |
Instances
| ToJSON LogProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.LogProperty Methods toJSON :: LogProperty -> Value # toEncoding :: LogProperty -> Encoding # toJSONList :: [LogProperty] -> Value # toEncodingList :: [LogProperty] -> Encoding # omitField :: LogProperty -> Bool # | |||||
| Show LogProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.LogProperty Methods showsPrec :: Int -> LogProperty -> ShowS # show :: LogProperty -> String # showList :: [LogProperty] -> ShowS # | |||||
| Eq LogProperty Source # | |||||
| ToResourceProperties LogProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.LogProperty Methods | |||||
| Property "Encoding" LogProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.LogProperty Associated Types
Methods set :: PropertyType "Encoding" LogProperty -> LogProperty -> LogProperty # | |||||
| Property "LogGroupName" LogProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.LogProperty Associated Types
Methods set :: PropertyType "LogGroupName" LogProperty -> LogProperty -> LogProperty # | |||||
| Property "LogPath" LogProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.LogProperty Associated Types
Methods set :: PropertyType "LogPath" LogProperty -> LogProperty -> LogProperty # | |||||
| Property "LogType" LogProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.LogProperty Associated Types
Methods set :: PropertyType "LogType" LogProperty -> LogProperty -> LogProperty # | |||||
| Property "PatternSet" LogProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.LogProperty Associated Types
Methods set :: PropertyType "PatternSet" LogProperty -> LogProperty -> LogProperty # | |||||
| type PropertyType "Encoding" LogProperty Source # | |||||
| type PropertyType "LogGroupName" LogProperty Source # | |||||
| type PropertyType "LogPath" LogProperty Source # | |||||
| type PropertyType "LogType" LogProperty Source # | |||||
| type PropertyType "PatternSet" LogProperty Source # | |||||
data NetWeaverPrometheusExporterProperty Source #
Constructors
| NetWeaverPrometheusExporterProperty | |
Fields
| |
Instances
| ToJSON NetWeaverPrometheusExporterProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.NetWeaverPrometheusExporterProperty | |||||
| Show NetWeaverPrometheusExporterProperty Source # | |||||
| Eq NetWeaverPrometheusExporterProperty Source # | |||||
| ToResourceProperties NetWeaverPrometheusExporterProperty Source # | |||||
| Property "InstanceNumbers" NetWeaverPrometheusExporterProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.NetWeaverPrometheusExporterProperty Associated Types
Methods set :: PropertyType "InstanceNumbers" NetWeaverPrometheusExporterProperty -> NetWeaverPrometheusExporterProperty -> NetWeaverPrometheusExporterProperty # | |||||
| Property "PrometheusPort" NetWeaverPrometheusExporterProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.NetWeaverPrometheusExporterProperty Associated Types
Methods set :: PropertyType "PrometheusPort" NetWeaverPrometheusExporterProperty -> NetWeaverPrometheusExporterProperty -> NetWeaverPrometheusExporterProperty # | |||||
| Property "SAPSID" NetWeaverPrometheusExporterProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.NetWeaverPrometheusExporterProperty Associated Types
| |||||
| type PropertyType "InstanceNumbers" NetWeaverPrometheusExporterProperty Source # | |||||
| type PropertyType "PrometheusPort" NetWeaverPrometheusExporterProperty Source # | |||||
| type PropertyType "SAPSID" NetWeaverPrometheusExporterProperty Source # | |||||
data ProcessProperty Source #
Constructors
| ProcessProperty | |
Fields
| |
Instances
| ToJSON ProcessProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ProcessProperty Methods toJSON :: ProcessProperty -> Value # toEncoding :: ProcessProperty -> Encoding # toJSONList :: [ProcessProperty] -> Value # toEncodingList :: [ProcessProperty] -> Encoding # omitField :: ProcessProperty -> Bool # | |||||
| Show ProcessProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ProcessProperty Methods showsPrec :: Int -> ProcessProperty -> ShowS # show :: ProcessProperty -> String # showList :: [ProcessProperty] -> ShowS # | |||||
| Eq ProcessProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ProcessProperty Methods (==) :: ProcessProperty -> ProcessProperty -> Bool # (/=) :: ProcessProperty -> ProcessProperty -> Bool # | |||||
| ToResourceProperties ProcessProperty Source # | |||||
| Property "AlarmMetrics" ProcessProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ProcessProperty Associated Types
Methods set :: PropertyType "AlarmMetrics" ProcessProperty -> ProcessProperty -> ProcessProperty # | |||||
| Property "ProcessName" ProcessProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ProcessProperty Associated Types
Methods set :: PropertyType "ProcessName" ProcessProperty -> ProcessProperty -> ProcessProperty # | |||||
| type PropertyType "AlarmMetrics" ProcessProperty Source # | |||||
| type PropertyType "ProcessName" ProcessProperty Source # | |||||
data SQLServerPrometheusExporterProperty Source #
Constructors
| SQLServerPrometheusExporterProperty | |
Fields
| |
Instances
| ToJSON SQLServerPrometheusExporterProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.SQLServerPrometheusExporterProperty | |||||
| Show SQLServerPrometheusExporterProperty Source # | |||||
| Eq SQLServerPrometheusExporterProperty Source # | |||||
| ToResourceProperties SQLServerPrometheusExporterProperty Source # | |||||
| Property "PrometheusPort" SQLServerPrometheusExporterProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.SQLServerPrometheusExporterProperty Associated Types
Methods set :: PropertyType "PrometheusPort" SQLServerPrometheusExporterProperty -> SQLServerPrometheusExporterProperty -> SQLServerPrometheusExporterProperty # | |||||
| Property "SQLSecretName" SQLServerPrometheusExporterProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.SQLServerPrometheusExporterProperty Associated Types
Methods set :: PropertyType "SQLSecretName" SQLServerPrometheusExporterProperty -> SQLServerPrometheusExporterProperty -> SQLServerPrometheusExporterProperty # | |||||
| type PropertyType "PrometheusPort" SQLServerPrometheusExporterProperty Source # | |||||
| type PropertyType "SQLSecretName" SQLServerPrometheusExporterProperty Source # | |||||
data WindowsEventProperty Source #
Constructors
| WindowsEventProperty | |
Fields
| |
Instances
| ToJSON WindowsEventProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.WindowsEventProperty Methods toJSON :: WindowsEventProperty -> Value # toEncoding :: WindowsEventProperty -> Encoding # toJSONList :: [WindowsEventProperty] -> Value # toEncodingList :: [WindowsEventProperty] -> Encoding # omitField :: WindowsEventProperty -> Bool # | |||||
| Show WindowsEventProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.WindowsEventProperty Methods showsPrec :: Int -> WindowsEventProperty -> ShowS # show :: WindowsEventProperty -> String # showList :: [WindowsEventProperty] -> ShowS # | |||||
| Eq WindowsEventProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.WindowsEventProperty Methods (==) :: WindowsEventProperty -> WindowsEventProperty -> Bool # (/=) :: WindowsEventProperty -> WindowsEventProperty -> Bool # | |||||
| ToResourceProperties WindowsEventProperty Source # | |||||
| Property "EventLevels" WindowsEventProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.WindowsEventProperty Associated Types
Methods set :: PropertyType "EventLevels" WindowsEventProperty -> WindowsEventProperty -> WindowsEventProperty # | |||||
| Property "EventName" WindowsEventProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.WindowsEventProperty Associated Types
Methods set :: PropertyType "EventName" WindowsEventProperty -> WindowsEventProperty -> WindowsEventProperty # | |||||
| Property "LogGroupName" WindowsEventProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.WindowsEventProperty Associated Types
Methods set :: PropertyType "LogGroupName" WindowsEventProperty -> WindowsEventProperty -> WindowsEventProperty # | |||||
| Property "PatternSet" WindowsEventProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.WindowsEventProperty Associated Types
Methods set :: PropertyType "PatternSet" WindowsEventProperty -> WindowsEventProperty -> WindowsEventProperty # | |||||
| type PropertyType "EventLevels" WindowsEventProperty Source # | |||||
| type PropertyType "EventName" WindowsEventProperty Source # | |||||
| type PropertyType "LogGroupName" WindowsEventProperty Source # | |||||
| type PropertyType "PatternSet" WindowsEventProperty Source # | |||||
data SubComponentConfigurationDetailsProperty Source #
Constructors
| SubComponentConfigurationDetailsProperty | |
Fields
| |
Instances
| ToJSON SubComponentConfigurationDetailsProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.SubComponentConfigurationDetailsProperty Methods toJSON :: SubComponentConfigurationDetailsProperty -> Value # toEncoding :: SubComponentConfigurationDetailsProperty -> Encoding # toJSONList :: [SubComponentConfigurationDetailsProperty] -> Value # toEncodingList :: [SubComponentConfigurationDetailsProperty] -> Encoding # omitField :: SubComponentConfigurationDetailsProperty -> Bool # | |||||
| Show SubComponentConfigurationDetailsProperty Source # | |||||
| Eq SubComponentConfigurationDetailsProperty Source # | |||||
| ToResourceProperties SubComponentConfigurationDetailsProperty Source # | |||||
| Property "AlarmMetrics" SubComponentConfigurationDetailsProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.SubComponentConfigurationDetailsProperty Associated Types
Methods set :: PropertyType "AlarmMetrics" SubComponentConfigurationDetailsProperty -> SubComponentConfigurationDetailsProperty -> SubComponentConfigurationDetailsProperty # | |||||
| Property "Logs" SubComponentConfigurationDetailsProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.SubComponentConfigurationDetailsProperty Associated Types
| |||||
| Property "Processes" SubComponentConfigurationDetailsProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.SubComponentConfigurationDetailsProperty Associated Types
| |||||
| Property "WindowsEvents" SubComponentConfigurationDetailsProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.SubComponentConfigurationDetailsProperty Associated Types
Methods set :: PropertyType "WindowsEvents" SubComponentConfigurationDetailsProperty -> SubComponentConfigurationDetailsProperty -> SubComponentConfigurationDetailsProperty # | |||||
| type PropertyType "AlarmMetrics" SubComponentConfigurationDetailsProperty Source # | |||||
| type PropertyType "Logs" SubComponentConfigurationDetailsProperty Source # | |||||
| type PropertyType "Processes" SubComponentConfigurationDetailsProperty Source # | |||||
| type PropertyType "WindowsEvents" SubComponentConfigurationDetailsProperty Source # | |||||
mkAlarmProperty :: Value Text -> AlarmProperty Source #
mkHANAPrometheusExporterProperty :: Value Bool -> Value Text -> Value Text -> Value Text -> HANAPrometheusExporterProperty Source #
mkLogProperty :: Value Text -> LogProperty Source #
mkNetWeaverPrometheusExporterProperty :: ValueList Text -> Value Text -> NetWeaverPrometheusExporterProperty Source #
mkProcessProperty :: [AlarmMetricProperty] -> Value Text -> ProcessProperty Source #
mkSQLServerPrometheusExporterProperty :: Value Text -> Value Text -> SQLServerPrometheusExporterProperty Source #
mkSubComponentTypeConfigurationProperty :: SubComponentConfigurationDetailsProperty -> Value Text -> SubComponentTypeConfigurationProperty Source #
mkWindowsEventProperty :: ValueList Text -> Value Text -> Value Text -> WindowsEventProperty Source #
data ComponentMonitoringSettingProperty Source #
Constructors
| ComponentMonitoringSettingProperty | |
Fields | |
Instances
| ToJSON ComponentMonitoringSettingProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ComponentMonitoringSettingProperty | |||||
| Show ComponentMonitoringSettingProperty Source # | |||||
| Eq ComponentMonitoringSettingProperty Source # | |||||
| ToResourceProperties ComponentMonitoringSettingProperty Source # | |||||
| Property "ComponentARN" ComponentMonitoringSettingProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ComponentMonitoringSettingProperty Associated Types
Methods set :: PropertyType "ComponentARN" ComponentMonitoringSettingProperty -> ComponentMonitoringSettingProperty -> ComponentMonitoringSettingProperty # | |||||
| Property "ComponentConfigurationMode" ComponentMonitoringSettingProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ComponentMonitoringSettingProperty Associated Types
Methods set :: PropertyType "ComponentConfigurationMode" ComponentMonitoringSettingProperty -> ComponentMonitoringSettingProperty -> ComponentMonitoringSettingProperty # | |||||
| Property "ComponentName" ComponentMonitoringSettingProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ComponentMonitoringSettingProperty Associated Types
Methods set :: PropertyType "ComponentName" ComponentMonitoringSettingProperty -> ComponentMonitoringSettingProperty -> ComponentMonitoringSettingProperty # | |||||
| Property "CustomComponentConfiguration" ComponentMonitoringSettingProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ComponentMonitoringSettingProperty Associated Types
Methods set :: PropertyType "CustomComponentConfiguration" ComponentMonitoringSettingProperty -> ComponentMonitoringSettingProperty -> ComponentMonitoringSettingProperty # | |||||
| Property "DefaultOverwriteComponentConfiguration" ComponentMonitoringSettingProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ComponentMonitoringSettingProperty Associated Types
Methods set :: PropertyType "DefaultOverwriteComponentConfiguration" ComponentMonitoringSettingProperty -> ComponentMonitoringSettingProperty -> ComponentMonitoringSettingProperty # | |||||
| Property "Tier" ComponentMonitoringSettingProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ComponentMonitoringSettingProperty Associated Types
| |||||
| type PropertyType "ComponentARN" ComponentMonitoringSettingProperty Source # | |||||
| type PropertyType "ComponentConfigurationMode" ComponentMonitoringSettingProperty Source # | |||||
| type PropertyType "ComponentName" ComponentMonitoringSettingProperty Source # | |||||
| type PropertyType "CustomComponentConfiguration" ComponentMonitoringSettingProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ComponentMonitoringSettingProperty type PropertyType "CustomComponentConfiguration" ComponentMonitoringSettingProperty = ComponentConfigurationProperty | |||||
| type PropertyType "DefaultOverwriteComponentConfiguration" ComponentMonitoringSettingProperty Source # | |||||
Defined in Stratosphere.ApplicationInsights.Application.ComponentMonitoringSettingProperty type PropertyType "DefaultOverwriteComponentConfiguration" ComponentMonitoringSettingProperty = ComponentConfigurationProperty | |||||
| type PropertyType "Tier" ComponentMonitoringSettingProperty Source # | |||||