newrelic.plugins.ApplicationSettings
Explore with Pulumi AI
Import
Applications can be imported using notation application_guid
, e.g.
$ pulumi import newrelic:plugins/applicationSettings:ApplicationSettings main Mzk1NzUyNHQVRJNTxBUE18QVBQTElDc4ODU1MzYx
Create ApplicationSettings Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ApplicationSettings(name: string, args?: ApplicationSettingsArgs, opts?: CustomResourceOptions);
@overload
def ApplicationSettings(resource_name: str,
args: Optional[ApplicationSettingsArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ApplicationSettings(resource_name: str,
opts: Optional[ResourceOptions] = None,
app_apdex_threshold: Optional[float] = None,
enable_real_user_monitoring: Optional[bool] = None,
enable_slow_sql: Optional[bool] = None,
enable_thread_profiler: Optional[bool] = None,
end_user_apdex_threshold: Optional[float] = None,
error_collectors: Optional[Sequence[ApplicationSettingsErrorCollectorArgs]] = None,
guid: Optional[str] = None,
name: Optional[str] = None,
tracer_type: Optional[str] = None,
transaction_tracers: Optional[Sequence[ApplicationSettingsTransactionTracerArgs]] = None,
use_server_side_config: Optional[bool] = None)
func NewApplicationSettings(ctx *Context, name string, args *ApplicationSettingsArgs, opts ...ResourceOption) (*ApplicationSettings, error)
public ApplicationSettings(string name, ApplicationSettingsArgs? args = null, CustomResourceOptions? opts = null)
public ApplicationSettings(String name, ApplicationSettingsArgs args)
public ApplicationSettings(String name, ApplicationSettingsArgs args, CustomResourceOptions options)
type: newrelic:plugins:ApplicationSettings
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ApplicationSettingsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ApplicationSettingsArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ApplicationSettingsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ApplicationSettingsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ApplicationSettingsArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var applicationSettingsResource = new NewRelic.Plugins.ApplicationSettings("applicationSettingsResource", new()
{
AppApdexThreshold = 0,
EnableRealUserMonitoring = false,
EnableSlowSql = false,
EnableThreadProfiler = false,
EndUserApdexThreshold = 0,
ErrorCollectors = new[]
{
new NewRelic.Plugins.Inputs.ApplicationSettingsErrorCollectorArgs
{
ExpectedErrorClasses = new[]
{
"string",
},
ExpectedErrorCodes = new[]
{
"string",
},
IgnoredErrorClasses = new[]
{
"string",
},
IgnoredErrorCodes = new[]
{
"string",
},
},
},
Guid = "string",
Name = "string",
TracerType = "string",
TransactionTracers = new[]
{
new NewRelic.Plugins.Inputs.ApplicationSettingsTransactionTracerArgs
{
ExplainQueryPlans = new[]
{
new NewRelic.Plugins.Inputs.ApplicationSettingsTransactionTracerExplainQueryPlanArgs
{
QueryPlanThresholdType = "string",
QueryPlanThresholdValue = 0,
},
},
Sql = new NewRelic.Plugins.Inputs.ApplicationSettingsTransactionTracerSqlArgs
{
RecordSql = "string",
},
StackTraceThresholdValue = 0,
TransactionThresholdType = "string",
TransactionThresholdValue = 0,
},
},
UseServerSideConfig = false,
});
example, err := plugins.NewApplicationSettings(ctx, "applicationSettingsResource", &plugins.ApplicationSettingsArgs{
AppApdexThreshold: pulumi.Float64(0),
EnableRealUserMonitoring: pulumi.Bool(false),
EnableSlowSql: pulumi.Bool(false),
EnableThreadProfiler: pulumi.Bool(false),
EndUserApdexThreshold: pulumi.Float64(0),
ErrorCollectors: plugins.ApplicationSettingsErrorCollectorArray{
&plugins.ApplicationSettingsErrorCollectorArgs{
ExpectedErrorClasses: pulumi.StringArray{
pulumi.String("string"),
},
ExpectedErrorCodes: pulumi.StringArray{
pulumi.String("string"),
},
IgnoredErrorClasses: pulumi.StringArray{
pulumi.String("string"),
},
IgnoredErrorCodes: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Guid: pulumi.String("string"),
Name: pulumi.String("string"),
TracerType: pulumi.String("string"),
TransactionTracers: plugins.ApplicationSettingsTransactionTracerArray{
&plugins.ApplicationSettingsTransactionTracerArgs{
ExplainQueryPlans: plugins.ApplicationSettingsTransactionTracerExplainQueryPlanArray{
&plugins.ApplicationSettingsTransactionTracerExplainQueryPlanArgs{
QueryPlanThresholdType: pulumi.String("string"),
QueryPlanThresholdValue: pulumi.Float64(0),
},
},
Sql: &plugins.ApplicationSettingsTransactionTracerSqlArgs{
RecordSql: pulumi.String("string"),
},
StackTraceThresholdValue: pulumi.Float64(0),
TransactionThresholdType: pulumi.String("string"),
TransactionThresholdValue: pulumi.Float64(0),
},
},
UseServerSideConfig: pulumi.Bool(false),
})
var applicationSettingsResource = new ApplicationSettings("applicationSettingsResource", ApplicationSettingsArgs.builder()
.appApdexThreshold(0)
.enableRealUserMonitoring(false)
.enableSlowSql(false)
.enableThreadProfiler(false)
.endUserApdexThreshold(0)
.errorCollectors(ApplicationSettingsErrorCollectorArgs.builder()
.expectedErrorClasses("string")
.expectedErrorCodes("string")
.ignoredErrorClasses("string")
.ignoredErrorCodes("string")
.build())
.guid("string")
.name("string")
.tracerType("string")
.transactionTracers(ApplicationSettingsTransactionTracerArgs.builder()
.explainQueryPlans(ApplicationSettingsTransactionTracerExplainQueryPlanArgs.builder()
.queryPlanThresholdType("string")
.queryPlanThresholdValue(0)
.build())
.sql(ApplicationSettingsTransactionTracerSqlArgs.builder()
.recordSql("string")
.build())
.stackTraceThresholdValue(0)
.transactionThresholdType("string")
.transactionThresholdValue(0)
.build())
.useServerSideConfig(false)
.build());
application_settings_resource = newrelic.plugins.ApplicationSettings("applicationSettingsResource",
app_apdex_threshold=0,
enable_real_user_monitoring=False,
enable_slow_sql=False,
enable_thread_profiler=False,
end_user_apdex_threshold=0,
error_collectors=[{
"expected_error_classes": ["string"],
"expected_error_codes": ["string"],
"ignored_error_classes": ["string"],
"ignored_error_codes": ["string"],
}],
guid="string",
name="string",
tracer_type="string",
transaction_tracers=[{
"explain_query_plans": [{
"query_plan_threshold_type": "string",
"query_plan_threshold_value": 0,
}],
"sql": {
"record_sql": "string",
},
"stack_trace_threshold_value": 0,
"transaction_threshold_type": "string",
"transaction_threshold_value": 0,
}],
use_server_side_config=False)
const applicationSettingsResource = new newrelic.plugins.ApplicationSettings("applicationSettingsResource", {
appApdexThreshold: 0,
enableRealUserMonitoring: false,
enableSlowSql: false,
enableThreadProfiler: false,
endUserApdexThreshold: 0,
errorCollectors: [{
expectedErrorClasses: ["string"],
expectedErrorCodes: ["string"],
ignoredErrorClasses: ["string"],
ignoredErrorCodes: ["string"],
}],
guid: "string",
name: "string",
tracerType: "string",
transactionTracers: [{
explainQueryPlans: [{
queryPlanThresholdType: "string",
queryPlanThresholdValue: 0,
}],
sql: {
recordSql: "string",
},
stackTraceThresholdValue: 0,
transactionThresholdType: "string",
transactionThresholdValue: 0,
}],
useServerSideConfig: false,
});
type: newrelic:plugins:ApplicationSettings
properties:
appApdexThreshold: 0
enableRealUserMonitoring: false
enableSlowSql: false
enableThreadProfiler: false
endUserApdexThreshold: 0
errorCollectors:
- expectedErrorClasses:
- string
expectedErrorCodes:
- string
ignoredErrorClasses:
- string
ignoredErrorCodes:
- string
guid: string
name: string
tracerType: string
transactionTracers:
- explainQueryPlans:
- queryPlanThresholdType: string
queryPlanThresholdValue: 0
sql:
recordSql: string
stackTraceThresholdValue: 0
transactionThresholdType: string
transactionThresholdValue: 0
useServerSideConfig: false
ApplicationSettings Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ApplicationSettings resource accepts the following input properties:
- App
Apdex doubleThreshold - The acceptable response time limit (Apdex threshold) for the application.
- Enable
Real boolUser Monitoring - Dummy field to support backward compatibility of previous version.should be removed with next major version.
- Enable
Slow boolSql - Enable or disable the collection of slowest database queries in your traces.
- Enable
Thread boolProfiler - Enable or disable the collection of thread profiling data.
- End
User doubleApdex Threshold - Dummy field to support backward compatibility of previous version.should be removed with next major version.
- Error
Collectors List<Pulumi.New Relic. Plugins. Inputs. Application Settings Error Collector> - Configuration block for error collection. Including this block enables the error collector. The following arguments are supported:
- Guid string
The GUID of the application in New Relic APM.
NOTE: While the attribute
guid
is not mandatory at a schema level, it is recommended to useguid
overname
, as support for usingname
with this resource shall eventually be discontinued. Please see the note undername
for more details.- Name string
- The name of the application in New Relic.
- Tracer
Type string - Configures the type of tracer used. Valid values are
CROSS_APPLICATION_TRACER
,DISTRIBUTED_TRACING
,NONE
,OPT_OUT
. - Transaction
Tracers List<Pulumi.New Relic. Plugins. Inputs. Application Settings Transaction Tracer> - Configuration block for transaction tracer. Providing this block enables transaction tracing. The following arguments are supported:
- Use
Server boolSide Config - Enable or disable server side monitoring for the New Relic application.
- App
Apdex float64Threshold - The acceptable response time limit (Apdex threshold) for the application.
- Enable
Real boolUser Monitoring - Dummy field to support backward compatibility of previous version.should be removed with next major version.
- Enable
Slow boolSql - Enable or disable the collection of slowest database queries in your traces.
- Enable
Thread boolProfiler - Enable or disable the collection of thread profiling data.
- End
User float64Apdex Threshold - Dummy field to support backward compatibility of previous version.should be removed with next major version.
- Error
Collectors []ApplicationSettings Error Collector Args - Configuration block for error collection. Including this block enables the error collector. The following arguments are supported:
- Guid string
The GUID of the application in New Relic APM.
NOTE: While the attribute
guid
is not mandatory at a schema level, it is recommended to useguid
overname
, as support for usingname
with this resource shall eventually be discontinued. Please see the note undername
for more details.- Name string
- The name of the application in New Relic.
- Tracer
Type string - Configures the type of tracer used. Valid values are
CROSS_APPLICATION_TRACER
,DISTRIBUTED_TRACING
,NONE
,OPT_OUT
. - Transaction
Tracers []ApplicationSettings Transaction Tracer Args - Configuration block for transaction tracer. Providing this block enables transaction tracing. The following arguments are supported:
- Use
Server boolSide Config - Enable or disable server side monitoring for the New Relic application.
- app
Apdex DoubleThreshold - The acceptable response time limit (Apdex threshold) for the application.
- enable
Real BooleanUser Monitoring - Dummy field to support backward compatibility of previous version.should be removed with next major version.
- enable
Slow BooleanSql - Enable or disable the collection of slowest database queries in your traces.
- enable
Thread BooleanProfiler - Enable or disable the collection of thread profiling data.
- end
User DoubleApdex Threshold - Dummy field to support backward compatibility of previous version.should be removed with next major version.
- error
Collectors List<ApplicationSettings Error Collector> - Configuration block for error collection. Including this block enables the error collector. The following arguments are supported:
- guid String
The GUID of the application in New Relic APM.
NOTE: While the attribute
guid
is not mandatory at a schema level, it is recommended to useguid
overname
, as support for usingname
with this resource shall eventually be discontinued. Please see the note undername
for more details.- name String
- The name of the application in New Relic.
- tracer
Type String - Configures the type of tracer used. Valid values are
CROSS_APPLICATION_TRACER
,DISTRIBUTED_TRACING
,NONE
,OPT_OUT
. - transaction
Tracers List<ApplicationSettings Transaction Tracer> - Configuration block for transaction tracer. Providing this block enables transaction tracing. The following arguments are supported:
- use
Server BooleanSide Config - Enable or disable server side monitoring for the New Relic application.
- app
Apdex numberThreshold - The acceptable response time limit (Apdex threshold) for the application.
- enable
Real booleanUser Monitoring - Dummy field to support backward compatibility of previous version.should be removed with next major version.
- enable
Slow booleanSql - Enable or disable the collection of slowest database queries in your traces.
- enable
Thread booleanProfiler - Enable or disable the collection of thread profiling data.
- end
User numberApdex Threshold - Dummy field to support backward compatibility of previous version.should be removed with next major version.
- error
Collectors ApplicationSettings Error Collector[] - Configuration block for error collection. Including this block enables the error collector. The following arguments are supported:
- guid string
The GUID of the application in New Relic APM.
NOTE: While the attribute
guid
is not mandatory at a schema level, it is recommended to useguid
overname
, as support for usingname
with this resource shall eventually be discontinued. Please see the note undername
for more details.- name string
- The name of the application in New Relic.
- tracer
Type string - Configures the type of tracer used. Valid values are
CROSS_APPLICATION_TRACER
,DISTRIBUTED_TRACING
,NONE
,OPT_OUT
. - transaction
Tracers ApplicationSettings Transaction Tracer[] - Configuration block for transaction tracer. Providing this block enables transaction tracing. The following arguments are supported:
- use
Server booleanSide Config - Enable or disable server side monitoring for the New Relic application.
- app_
apdex_ floatthreshold - The acceptable response time limit (Apdex threshold) for the application.
- enable_
real_ booluser_ monitoring - Dummy field to support backward compatibility of previous version.should be removed with next major version.
- enable_
slow_ boolsql - Enable or disable the collection of slowest database queries in your traces.
- enable_
thread_ boolprofiler - Enable or disable the collection of thread profiling data.
- end_
user_ floatapdex_ threshold - Dummy field to support backward compatibility of previous version.should be removed with next major version.
- error_
collectors Sequence[ApplicationSettings Error Collector Args] - Configuration block for error collection. Including this block enables the error collector. The following arguments are supported:
- guid str
The GUID of the application in New Relic APM.
NOTE: While the attribute
guid
is not mandatory at a schema level, it is recommended to useguid
overname
, as support for usingname
with this resource shall eventually be discontinued. Please see the note undername
for more details.- name str
- The name of the application in New Relic.
- tracer_
type str - Configures the type of tracer used. Valid values are
CROSS_APPLICATION_TRACER
,DISTRIBUTED_TRACING
,NONE
,OPT_OUT
. - transaction_
tracers Sequence[ApplicationSettings Transaction Tracer Args] - Configuration block for transaction tracer. Providing this block enables transaction tracing. The following arguments are supported:
- use_
server_ boolside_ config - Enable or disable server side monitoring for the New Relic application.
- app
Apdex NumberThreshold - The acceptable response time limit (Apdex threshold) for the application.
- enable
Real BooleanUser Monitoring - Dummy field to support backward compatibility of previous version.should be removed with next major version.
- enable
Slow BooleanSql - Enable or disable the collection of slowest database queries in your traces.
- enable
Thread BooleanProfiler - Enable or disable the collection of thread profiling data.
- end
User NumberApdex Threshold - Dummy field to support backward compatibility of previous version.should be removed with next major version.
- error
Collectors List<Property Map> - Configuration block for error collection. Including this block enables the error collector. The following arguments are supported:
- guid String
The GUID of the application in New Relic APM.
NOTE: While the attribute
guid
is not mandatory at a schema level, it is recommended to useguid
overname
, as support for usingname
with this resource shall eventually be discontinued. Please see the note undername
for more details.- name String
- The name of the application in New Relic.
- tracer
Type String - Configures the type of tracer used. Valid values are
CROSS_APPLICATION_TRACER
,DISTRIBUTED_TRACING
,NONE
,OPT_OUT
. - transaction
Tracers List<Property Map> - Configuration block for transaction tracer. Providing this block enables transaction tracing. The following arguments are supported:
- use
Server BooleanSide Config - Enable or disable server side monitoring for the New Relic application.
Outputs
All input properties are implicitly available as output properties. Additionally, the ApplicationSettings resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Imported bool
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Imported bool
- id String
- The provider-assigned unique ID for this managed resource.
- is
Imported Boolean
- id string
- The provider-assigned unique ID for this managed resource.
- is
Imported boolean
- id str
- The provider-assigned unique ID for this managed resource.
- is_
imported bool
- id String
- The provider-assigned unique ID for this managed resource.
- is
Imported Boolean
Look up Existing ApplicationSettings Resource
Get an existing ApplicationSettings resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ApplicationSettingsState, opts?: CustomResourceOptions): ApplicationSettings
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
app_apdex_threshold: Optional[float] = None,
enable_real_user_monitoring: Optional[bool] = None,
enable_slow_sql: Optional[bool] = None,
enable_thread_profiler: Optional[bool] = None,
end_user_apdex_threshold: Optional[float] = None,
error_collectors: Optional[Sequence[ApplicationSettingsErrorCollectorArgs]] = None,
guid: Optional[str] = None,
is_imported: Optional[bool] = None,
name: Optional[str] = None,
tracer_type: Optional[str] = None,
transaction_tracers: Optional[Sequence[ApplicationSettingsTransactionTracerArgs]] = None,
use_server_side_config: Optional[bool] = None) -> ApplicationSettings
func GetApplicationSettings(ctx *Context, name string, id IDInput, state *ApplicationSettingsState, opts ...ResourceOption) (*ApplicationSettings, error)
public static ApplicationSettings Get(string name, Input<string> id, ApplicationSettingsState? state, CustomResourceOptions? opts = null)
public static ApplicationSettings get(String name, Output<String> id, ApplicationSettingsState state, CustomResourceOptions options)
resources: _: type: newrelic:plugins:ApplicationSettings get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- App
Apdex doubleThreshold - The acceptable response time limit (Apdex threshold) for the application.
- Enable
Real boolUser Monitoring - Dummy field to support backward compatibility of previous version.should be removed with next major version.
- Enable
Slow boolSql - Enable or disable the collection of slowest database queries in your traces.
- Enable
Thread boolProfiler - Enable or disable the collection of thread profiling data.
- End
User doubleApdex Threshold - Dummy field to support backward compatibility of previous version.should be removed with next major version.
- Error
Collectors List<Pulumi.New Relic. Plugins. Inputs. Application Settings Error Collector> - Configuration block for error collection. Including this block enables the error collector. The following arguments are supported:
- Guid string
The GUID of the application in New Relic APM.
NOTE: While the attribute
guid
is not mandatory at a schema level, it is recommended to useguid
overname
, as support for usingname
with this resource shall eventually be discontinued. Please see the note undername
for more details.- Is
Imported bool - Name string
- The name of the application in New Relic.
- Tracer
Type string - Configures the type of tracer used. Valid values are
CROSS_APPLICATION_TRACER
,DISTRIBUTED_TRACING
,NONE
,OPT_OUT
. - Transaction
Tracers List<Pulumi.New Relic. Plugins. Inputs. Application Settings Transaction Tracer> - Configuration block for transaction tracer. Providing this block enables transaction tracing. The following arguments are supported:
- Use
Server boolSide Config - Enable or disable server side monitoring for the New Relic application.
- App
Apdex float64Threshold - The acceptable response time limit (Apdex threshold) for the application.
- Enable
Real boolUser Monitoring - Dummy field to support backward compatibility of previous version.should be removed with next major version.
- Enable
Slow boolSql - Enable or disable the collection of slowest database queries in your traces.
- Enable
Thread boolProfiler - Enable or disable the collection of thread profiling data.
- End
User float64Apdex Threshold - Dummy field to support backward compatibility of previous version.should be removed with next major version.
- Error
Collectors []ApplicationSettings Error Collector Args - Configuration block for error collection. Including this block enables the error collector. The following arguments are supported:
- Guid string
The GUID of the application in New Relic APM.
NOTE: While the attribute
guid
is not mandatory at a schema level, it is recommended to useguid
overname
, as support for usingname
with this resource shall eventually be discontinued. Please see the note undername
for more details.- Is
Imported bool - Name string
- The name of the application in New Relic.
- Tracer
Type string - Configures the type of tracer used. Valid values are
CROSS_APPLICATION_TRACER
,DISTRIBUTED_TRACING
,NONE
,OPT_OUT
. - Transaction
Tracers []ApplicationSettings Transaction Tracer Args - Configuration block for transaction tracer. Providing this block enables transaction tracing. The following arguments are supported:
- Use
Server boolSide Config - Enable or disable server side monitoring for the New Relic application.
- app
Apdex DoubleThreshold - The acceptable response time limit (Apdex threshold) for the application.
- enable
Real BooleanUser Monitoring - Dummy field to support backward compatibility of previous version.should be removed with next major version.
- enable
Slow BooleanSql - Enable or disable the collection of slowest database queries in your traces.
- enable
Thread BooleanProfiler - Enable or disable the collection of thread profiling data.
- end
User DoubleApdex Threshold - Dummy field to support backward compatibility of previous version.should be removed with next major version.
- error
Collectors List<ApplicationSettings Error Collector> - Configuration block for error collection. Including this block enables the error collector. The following arguments are supported:
- guid String
The GUID of the application in New Relic APM.
NOTE: While the attribute
guid
is not mandatory at a schema level, it is recommended to useguid
overname
, as support for usingname
with this resource shall eventually be discontinued. Please see the note undername
for more details.- is
Imported Boolean - name String
- The name of the application in New Relic.
- tracer
Type String - Configures the type of tracer used. Valid values are
CROSS_APPLICATION_TRACER
,DISTRIBUTED_TRACING
,NONE
,OPT_OUT
. - transaction
Tracers List<ApplicationSettings Transaction Tracer> - Configuration block for transaction tracer. Providing this block enables transaction tracing. The following arguments are supported:
- use
Server BooleanSide Config - Enable or disable server side monitoring for the New Relic application.
- app
Apdex numberThreshold - The acceptable response time limit (Apdex threshold) for the application.
- enable
Real booleanUser Monitoring - Dummy field to support backward compatibility of previous version.should be removed with next major version.
- enable
Slow booleanSql - Enable or disable the collection of slowest database queries in your traces.
- enable
Thread booleanProfiler - Enable or disable the collection of thread profiling data.
- end
User numberApdex Threshold - Dummy field to support backward compatibility of previous version.should be removed with next major version.
- error
Collectors ApplicationSettings Error Collector[] - Configuration block for error collection. Including this block enables the error collector. The following arguments are supported:
- guid string
The GUID of the application in New Relic APM.
NOTE: While the attribute
guid
is not mandatory at a schema level, it is recommended to useguid
overname
, as support for usingname
with this resource shall eventually be discontinued. Please see the note undername
for more details.- is
Imported boolean - name string
- The name of the application in New Relic.
- tracer
Type string - Configures the type of tracer used. Valid values are
CROSS_APPLICATION_TRACER
,DISTRIBUTED_TRACING
,NONE
,OPT_OUT
. - transaction
Tracers ApplicationSettings Transaction Tracer[] - Configuration block for transaction tracer. Providing this block enables transaction tracing. The following arguments are supported:
- use
Server booleanSide Config - Enable or disable server side monitoring for the New Relic application.
- app_
apdex_ floatthreshold - The acceptable response time limit (Apdex threshold) for the application.
- enable_
real_ booluser_ monitoring - Dummy field to support backward compatibility of previous version.should be removed with next major version.
- enable_
slow_ boolsql - Enable or disable the collection of slowest database queries in your traces.
- enable_
thread_ boolprofiler - Enable or disable the collection of thread profiling data.
- end_
user_ floatapdex_ threshold - Dummy field to support backward compatibility of previous version.should be removed with next major version.
- error_
collectors Sequence[ApplicationSettings Error Collector Args] - Configuration block for error collection. Including this block enables the error collector. The following arguments are supported:
- guid str
The GUID of the application in New Relic APM.
NOTE: While the attribute
guid
is not mandatory at a schema level, it is recommended to useguid
overname
, as support for usingname
with this resource shall eventually be discontinued. Please see the note undername
for more details.- is_
imported bool - name str
- The name of the application in New Relic.
- tracer_
type str - Configures the type of tracer used. Valid values are
CROSS_APPLICATION_TRACER
,DISTRIBUTED_TRACING
,NONE
,OPT_OUT
. - transaction_
tracers Sequence[ApplicationSettings Transaction Tracer Args] - Configuration block for transaction tracer. Providing this block enables transaction tracing. The following arguments are supported:
- use_
server_ boolside_ config - Enable or disable server side monitoring for the New Relic application.
- app
Apdex NumberThreshold - The acceptable response time limit (Apdex threshold) for the application.
- enable
Real BooleanUser Monitoring - Dummy field to support backward compatibility of previous version.should be removed with next major version.
- enable
Slow BooleanSql - Enable or disable the collection of slowest database queries in your traces.
- enable
Thread BooleanProfiler - Enable or disable the collection of thread profiling data.
- end
User NumberApdex Threshold - Dummy field to support backward compatibility of previous version.should be removed with next major version.
- error
Collectors List<Property Map> - Configuration block for error collection. Including this block enables the error collector. The following arguments are supported:
- guid String
The GUID of the application in New Relic APM.
NOTE: While the attribute
guid
is not mandatory at a schema level, it is recommended to useguid
overname
, as support for usingname
with this resource shall eventually be discontinued. Please see the note undername
for more details.- is
Imported Boolean - name String
- The name of the application in New Relic.
- tracer
Type String - Configures the type of tracer used. Valid values are
CROSS_APPLICATION_TRACER
,DISTRIBUTED_TRACING
,NONE
,OPT_OUT
. - transaction
Tracers List<Property Map> - Configuration block for transaction tracer. Providing this block enables transaction tracing. The following arguments are supported:
- use
Server BooleanSide Config - Enable or disable server side monitoring for the New Relic application.
Supporting Types
ApplicationSettingsErrorCollector, ApplicationSettingsErrorCollectorArgs
- Expected
Error List<string>Classes - A list of expected error classes.
- Expected
Error List<string>Codes - A list of expected error codes(any status code between 100-900).
- Ignored
Error List<string>Classes - A list of ignored error classes.
- Ignored
Error List<string>Codes - A list of ignored error codes(any status code between 100-900).
- Expected
Error []stringClasses - A list of expected error classes.
- Expected
Error []stringCodes - A list of expected error codes(any status code between 100-900).
- Ignored
Error []stringClasses - A list of ignored error classes.
- Ignored
Error []stringCodes - A list of ignored error codes(any status code between 100-900).
- expected
Error List<String>Classes - A list of expected error classes.
- expected
Error List<String>Codes - A list of expected error codes(any status code between 100-900).
- ignored
Error List<String>Classes - A list of ignored error classes.
- ignored
Error List<String>Codes - A list of ignored error codes(any status code between 100-900).
- expected
Error string[]Classes - A list of expected error classes.
- expected
Error string[]Codes - A list of expected error codes(any status code between 100-900).
- ignored
Error string[]Classes - A list of ignored error classes.
- ignored
Error string[]Codes - A list of ignored error codes(any status code between 100-900).
- expected_
error_ Sequence[str]classes - A list of expected error classes.
- expected_
error_ Sequence[str]codes - A list of expected error codes(any status code between 100-900).
- ignored_
error_ Sequence[str]classes - A list of ignored error classes.
- ignored_
error_ Sequence[str]codes - A list of ignored error codes(any status code between 100-900).
- expected
Error List<String>Classes - A list of expected error classes.
- expected
Error List<String>Codes - A list of expected error codes(any status code between 100-900).
- ignored
Error List<String>Classes - A list of ignored error classes.
- ignored
Error List<String>Codes - A list of ignored error codes(any status code between 100-900).
ApplicationSettingsTransactionTracer, ApplicationSettingsTransactionTracerArgs
- Explain
Query List<Pulumi.Plans New Relic. Plugins. Inputs. Application Settings Transaction Tracer Explain Query Plan> - Configuration block for query plans. Including this block enables the capture of query plans. The following arguments are supported:
- Sql
Pulumi.
New Relic. Plugins. Inputs. Application Settings Transaction Tracer Sql - Configuration block for SQL logging. Including this block enables SQL logging. The following arguments are supported:
- Stack
Trace doubleThreshold Value - The response time threshold for collecting stack traces.
- Transaction
Threshold stringType - The type of threshold for transactions. Valid values are
VALUE
,APDEX_F
(4 times your apdex target) - Transaction
Threshold doubleValue - The threshold value for transactions(in seconds).
- Explain
Query []ApplicationPlans Settings Transaction Tracer Explain Query Plan - Configuration block for query plans. Including this block enables the capture of query plans. The following arguments are supported:
- Sql
Application
Settings Transaction Tracer Sql - Configuration block for SQL logging. Including this block enables SQL logging. The following arguments are supported:
- Stack
Trace float64Threshold Value - The response time threshold for collecting stack traces.
- Transaction
Threshold stringType - The type of threshold for transactions. Valid values are
VALUE
,APDEX_F
(4 times your apdex target) - Transaction
Threshold float64Value - The threshold value for transactions(in seconds).
- explain
Query List<ApplicationPlans Settings Transaction Tracer Explain Query Plan> - Configuration block for query plans. Including this block enables the capture of query plans. The following arguments are supported:
- sql
Application
Settings Transaction Tracer Sql - Configuration block for SQL logging. Including this block enables SQL logging. The following arguments are supported:
- stack
Trace DoubleThreshold Value - The response time threshold for collecting stack traces.
- transaction
Threshold StringType - The type of threshold for transactions. Valid values are
VALUE
,APDEX_F
(4 times your apdex target) - transaction
Threshold DoubleValue - The threshold value for transactions(in seconds).
- explain
Query ApplicationPlans Settings Transaction Tracer Explain Query Plan[] - Configuration block for query plans. Including this block enables the capture of query plans. The following arguments are supported:
- sql
Application
Settings Transaction Tracer Sql - Configuration block for SQL logging. Including this block enables SQL logging. The following arguments are supported:
- stack
Trace numberThreshold Value - The response time threshold for collecting stack traces.
- transaction
Threshold stringType - The type of threshold for transactions. Valid values are
VALUE
,APDEX_F
(4 times your apdex target) - transaction
Threshold numberValue - The threshold value for transactions(in seconds).
- explain_
query_ Sequence[Applicationplans Settings Transaction Tracer Explain Query Plan] - Configuration block for query plans. Including this block enables the capture of query plans. The following arguments are supported:
- sql
Application
Settings Transaction Tracer Sql - Configuration block for SQL logging. Including this block enables SQL logging. The following arguments are supported:
- stack_
trace_ floatthreshold_ value - The response time threshold for collecting stack traces.
- transaction_
threshold_ strtype - The type of threshold for transactions. Valid values are
VALUE
,APDEX_F
(4 times your apdex target) - transaction_
threshold_ floatvalue - The threshold value for transactions(in seconds).
- explain
Query List<Property Map>Plans - Configuration block for query plans. Including this block enables the capture of query plans. The following arguments are supported:
- sql Property Map
- Configuration block for SQL logging. Including this block enables SQL logging. The following arguments are supported:
- stack
Trace NumberThreshold Value - The response time threshold for collecting stack traces.
- transaction
Threshold StringType - The type of threshold for transactions. Valid values are
VALUE
,APDEX_F
(4 times your apdex target) - transaction
Threshold NumberValue - The threshold value for transactions(in seconds).
ApplicationSettingsTransactionTracerExplainQueryPlan, ApplicationSettingsTransactionTracerExplainQueryPlanArgs
- Query
Plan stringThreshold Type - The type of threshold for query plans. Valid values are
VALUE
,APDEX_F
(4 times your apdex target) - Query
Plan doubleThreshold Value - The response time threshold for capturing query plans(in seconds).
- Query
Plan stringThreshold Type - The type of threshold for query plans. Valid values are
VALUE
,APDEX_F
(4 times your apdex target) - Query
Plan float64Threshold Value - The response time threshold for capturing query plans(in seconds).
- query
Plan StringThreshold Type - The type of threshold for query plans. Valid values are
VALUE
,APDEX_F
(4 times your apdex target) - query
Plan DoubleThreshold Value - The response time threshold for capturing query plans(in seconds).
- query
Plan stringThreshold Type - The type of threshold for query plans. Valid values are
VALUE
,APDEX_F
(4 times your apdex target) - query
Plan numberThreshold Value - The response time threshold for capturing query plans(in seconds).
- query_
plan_ strthreshold_ type - The type of threshold for query plans. Valid values are
VALUE
,APDEX_F
(4 times your apdex target) - query_
plan_ floatthreshold_ value - The response time threshold for capturing query plans(in seconds).
- query
Plan StringThreshold Type - The type of threshold for query plans. Valid values are
VALUE
,APDEX_F
(4 times your apdex target) - query
Plan NumberThreshold Value - The response time threshold for capturing query plans(in seconds).
ApplicationSettingsTransactionTracerSql, ApplicationSettingsTransactionTracerSqlArgs
- Record
Sql string - The level of SQL recording. Valid values ar
OBFUSCATED
,OFF
,RAW
(Mandatory attribute whensql
block is provided).
- Record
Sql string - The level of SQL recording. Valid values ar
OBFUSCATED
,OFF
,RAW
(Mandatory attribute whensql
block is provided).
- record
Sql String - The level of SQL recording. Valid values ar
OBFUSCATED
,OFF
,RAW
(Mandatory attribute whensql
block is provided).
- record
Sql string - The level of SQL recording. Valid values ar
OBFUSCATED
,OFF
,RAW
(Mandatory attribute whensql
block is provided).
- record_
sql str - The level of SQL recording. Valid values ar
OBFUSCATED
,OFF
,RAW
(Mandatory attribute whensql
block is provided).
- record
Sql String - The level of SQL recording. Valid values ar
OBFUSCATED
,OFF
,RAW
(Mandatory attribute whensql
block is provided).
Package Details
- Repository
- New Relic pulumi/pulumi-newrelic
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
newrelic
Terraform Provider.