NewRelicConfiguration
NewRelicConfiguration
Configurations specific to the NewRelic integration. Only applicable when the containing Credential has service=NEWRELIC
JSON Example
{
"apiKey": "string",
"appFilterRegex": "^hostingservice-(prod|dev)*$",
"hostFilterRegex": "host[1-9].xyz.com",
"newRelicMetricFilters": [
{
"appName": "string",
"metricFilterRegex": "string"
}
]
}
string
apiKey
Required
New Relic REST API Key.
string
appFilterRegex
Optional
A regular expression that a application name must match (case-insensitively) in order to collect metrics.
string
hostFilterRegex
Optional
A regular expression that a host name must match (case-insensitively) in order to collect metrics.