Dynatrace v0.16.0 published on Tuesday, Sep 10, 2024 by Pulumiverse
dynatrace.CalculatedWebMetric
Explore with Pulumi AI
Create CalculatedWebMetric Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CalculatedWebMetric(name: string, args: CalculatedWebMetricArgs, opts?: CustomResourceOptions);
@overload
def CalculatedWebMetric(resource_name: str,
args: CalculatedWebMetricArgs,
opts: Optional[ResourceOptions] = None)
@overload
def CalculatedWebMetric(resource_name: str,
opts: Optional[ResourceOptions] = None,
app_identifier: Optional[str] = None,
enabled: Optional[bool] = None,
metric_definition: Optional[CalculatedWebMetricMetricDefinitionArgs] = None,
metric_key: Optional[str] = None,
description: Optional[str] = None,
dimensions: Optional[Sequence[CalculatedWebMetricDimensionArgs]] = None,
name: Optional[str] = None,
user_action_filter: Optional[CalculatedWebMetricUserActionFilterArgs] = None)
func NewCalculatedWebMetric(ctx *Context, name string, args CalculatedWebMetricArgs, opts ...ResourceOption) (*CalculatedWebMetric, error)
public CalculatedWebMetric(string name, CalculatedWebMetricArgs args, CustomResourceOptions? opts = null)
public CalculatedWebMetric(String name, CalculatedWebMetricArgs args)
public CalculatedWebMetric(String name, CalculatedWebMetricArgs args, CustomResourceOptions options)
type: dynatrace:CalculatedWebMetric
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 CalculatedWebMetricArgs
- 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 CalculatedWebMetricArgs
- 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 CalculatedWebMetricArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CalculatedWebMetricArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CalculatedWebMetricArgs
- 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 calculatedWebMetricResource = new Dynatrace.CalculatedWebMetric("calculatedWebMetricResource", new()
{
AppIdentifier = "string",
Enabled = false,
MetricDefinition = new Dynatrace.Inputs.CalculatedWebMetricMetricDefinitionArgs
{
Metric = "string",
PropertyKey = "string",
},
MetricKey = "string",
Description = "string",
Dimensions = new[]
{
new Dynatrace.Inputs.CalculatedWebMetricDimensionArgs
{
Dimensions = new[]
{
new Dynatrace.Inputs.CalculatedWebMetricDimensionDimensionArgs
{
Dimension = "string",
TopX = 0,
PropertyKey = "string",
},
},
},
},
Name = "string",
UserActionFilter = new Dynatrace.Inputs.CalculatedWebMetricUserActionFilterArgs
{
ActionDurationFromMilliseconds = 0,
ActionDurationToMilliseconds = 0,
Apdex = "string",
BrowserFamily = "string",
BrowserType = "string",
BrowserVersion = "string",
City = "string",
Continent = "string",
Country = "string",
CustomAction = false,
CustomErrorName = "string",
CustomErrorType = "string",
Domain = "string",
HasAnyError = false,
HasCustomErrors = false,
HasHttpErrors = false,
HasJavascriptErrors = false,
HttpErrorCode = 0,
HttpErrorCodeTo = 0,
HttpPath = "string",
Ip = "string",
IpV6Traffic = false,
LoadAction = false,
OsFamily = "string",
OsVersion = "string",
RealUser = false,
Region = "string",
Robot = false,
Synthetic = false,
TargetViewGroup = "string",
TargetViewGroupNameMatchType = "string",
TargetViewName = "string",
TargetViewNameMatchType = "string",
UserActionName = "string",
UserActionProperties = new[]
{
new Dynatrace.Inputs.CalculatedWebMetricUserActionFilterUserActionPropertyArgs
{
Properties = new[]
{
new Dynatrace.Inputs.CalculatedWebMetricUserActionFilterUserActionPropertyPropertyArgs
{
From = 0,
Key = "string",
MatchType = "string",
To = 0,
Value = "string",
},
},
},
},
XhrAction = false,
XhrRouteChangeAction = false,
},
});
example, err := dynatrace.NewCalculatedWebMetric(ctx, "calculatedWebMetricResource", &dynatrace.CalculatedWebMetricArgs{
AppIdentifier: pulumi.String("string"),
Enabled: pulumi.Bool(false),
MetricDefinition: &dynatrace.CalculatedWebMetricMetricDefinitionArgs{
Metric: pulumi.String("string"),
PropertyKey: pulumi.String("string"),
},
MetricKey: pulumi.String("string"),
Description: pulumi.String("string"),
Dimensions: dynatrace.CalculatedWebMetricDimensionArray{
&dynatrace.CalculatedWebMetricDimensionArgs{
Dimensions: dynatrace.CalculatedWebMetricDimensionDimensionArray{
&dynatrace.CalculatedWebMetricDimensionDimensionArgs{
Dimension: pulumi.String("string"),
TopX: pulumi.Int(0),
PropertyKey: pulumi.String("string"),
},
},
},
},
Name: pulumi.String("string"),
UserActionFilter: &dynatrace.CalculatedWebMetricUserActionFilterArgs{
ActionDurationFromMilliseconds: pulumi.Int(0),
ActionDurationToMilliseconds: pulumi.Int(0),
Apdex: pulumi.String("string"),
BrowserFamily: pulumi.String("string"),
BrowserType: pulumi.String("string"),
BrowserVersion: pulumi.String("string"),
City: pulumi.String("string"),
Continent: pulumi.String("string"),
Country: pulumi.String("string"),
CustomAction: pulumi.Bool(false),
CustomErrorName: pulumi.String("string"),
CustomErrorType: pulumi.String("string"),
Domain: pulumi.String("string"),
HasAnyError: pulumi.Bool(false),
HasCustomErrors: pulumi.Bool(false),
HasHttpErrors: pulumi.Bool(false),
HasJavascriptErrors: pulumi.Bool(false),
HttpErrorCode: pulumi.Int(0),
HttpErrorCodeTo: pulumi.Int(0),
HttpPath: pulumi.String("string"),
Ip: pulumi.String("string"),
IpV6Traffic: pulumi.Bool(false),
LoadAction: pulumi.Bool(false),
OsFamily: pulumi.String("string"),
OsVersion: pulumi.String("string"),
RealUser: pulumi.Bool(false),
Region: pulumi.String("string"),
Robot: pulumi.Bool(false),
Synthetic: pulumi.Bool(false),
TargetViewGroup: pulumi.String("string"),
TargetViewGroupNameMatchType: pulumi.String("string"),
TargetViewName: pulumi.String("string"),
TargetViewNameMatchType: pulumi.String("string"),
UserActionName: pulumi.String("string"),
UserActionProperties: dynatrace.CalculatedWebMetricUserActionFilterUserActionPropertyArray{
&dynatrace.CalculatedWebMetricUserActionFilterUserActionPropertyArgs{
Properties: dynatrace.CalculatedWebMetricUserActionFilterUserActionPropertyPropertyArray{
&dynatrace.CalculatedWebMetricUserActionFilterUserActionPropertyPropertyArgs{
From: pulumi.Float64(0),
Key: pulumi.String("string"),
MatchType: pulumi.String("string"),
To: pulumi.Float64(0),
Value: pulumi.String("string"),
},
},
},
},
XhrAction: pulumi.Bool(false),
XhrRouteChangeAction: pulumi.Bool(false),
},
})
var calculatedWebMetricResource = new CalculatedWebMetric("calculatedWebMetricResource", CalculatedWebMetricArgs.builder()
.appIdentifier("string")
.enabled(false)
.metricDefinition(CalculatedWebMetricMetricDefinitionArgs.builder()
.metric("string")
.propertyKey("string")
.build())
.metricKey("string")
.description("string")
.dimensions(CalculatedWebMetricDimensionArgs.builder()
.dimensions(CalculatedWebMetricDimensionDimensionArgs.builder()
.dimension("string")
.topX(0)
.propertyKey("string")
.build())
.build())
.name("string")
.userActionFilter(CalculatedWebMetricUserActionFilterArgs.builder()
.actionDurationFromMilliseconds(0)
.actionDurationToMilliseconds(0)
.apdex("string")
.browserFamily("string")
.browserType("string")
.browserVersion("string")
.city("string")
.continent("string")
.country("string")
.customAction(false)
.customErrorName("string")
.customErrorType("string")
.domain("string")
.hasAnyError(false)
.hasCustomErrors(false)
.hasHttpErrors(false)
.hasJavascriptErrors(false)
.httpErrorCode(0)
.httpErrorCodeTo(0)
.httpPath("string")
.ip("string")
.ipV6Traffic(false)
.loadAction(false)
.osFamily("string")
.osVersion("string")
.realUser(false)
.region("string")
.robot(false)
.synthetic(false)
.targetViewGroup("string")
.targetViewGroupNameMatchType("string")
.targetViewName("string")
.targetViewNameMatchType("string")
.userActionName("string")
.userActionProperties(CalculatedWebMetricUserActionFilterUserActionPropertyArgs.builder()
.properties(CalculatedWebMetricUserActionFilterUserActionPropertyPropertyArgs.builder()
.from(0)
.key("string")
.matchType("string")
.to(0)
.value("string")
.build())
.build())
.xhrAction(false)
.xhrRouteChangeAction(false)
.build())
.build());
calculated_web_metric_resource = dynatrace.CalculatedWebMetric("calculatedWebMetricResource",
app_identifier="string",
enabled=False,
metric_definition=dynatrace.CalculatedWebMetricMetricDefinitionArgs(
metric="string",
property_key="string",
),
metric_key="string",
description="string",
dimensions=[dynatrace.CalculatedWebMetricDimensionArgs(
dimensions=[dynatrace.CalculatedWebMetricDimensionDimensionArgs(
dimension="string",
top_x=0,
property_key="string",
)],
)],
name="string",
user_action_filter=dynatrace.CalculatedWebMetricUserActionFilterArgs(
action_duration_from_milliseconds=0,
action_duration_to_milliseconds=0,
apdex="string",
browser_family="string",
browser_type="string",
browser_version="string",
city="string",
continent="string",
country="string",
custom_action=False,
custom_error_name="string",
custom_error_type="string",
domain="string",
has_any_error=False,
has_custom_errors=False,
has_http_errors=False,
has_javascript_errors=False,
http_error_code=0,
http_error_code_to=0,
http_path="string",
ip="string",
ip_v6_traffic=False,
load_action=False,
os_family="string",
os_version="string",
real_user=False,
region="string",
robot=False,
synthetic=False,
target_view_group="string",
target_view_group_name_match_type="string",
target_view_name="string",
target_view_name_match_type="string",
user_action_name="string",
user_action_properties=[dynatrace.CalculatedWebMetricUserActionFilterUserActionPropertyArgs(
properties=[dynatrace.CalculatedWebMetricUserActionFilterUserActionPropertyPropertyArgs(
from_=0,
key="string",
match_type="string",
to=0,
value="string",
)],
)],
xhr_action=False,
xhr_route_change_action=False,
))
const calculatedWebMetricResource = new dynatrace.CalculatedWebMetric("calculatedWebMetricResource", {
appIdentifier: "string",
enabled: false,
metricDefinition: {
metric: "string",
propertyKey: "string",
},
metricKey: "string",
description: "string",
dimensions: [{
dimensions: [{
dimension: "string",
topX: 0,
propertyKey: "string",
}],
}],
name: "string",
userActionFilter: {
actionDurationFromMilliseconds: 0,
actionDurationToMilliseconds: 0,
apdex: "string",
browserFamily: "string",
browserType: "string",
browserVersion: "string",
city: "string",
continent: "string",
country: "string",
customAction: false,
customErrorName: "string",
customErrorType: "string",
domain: "string",
hasAnyError: false,
hasCustomErrors: false,
hasHttpErrors: false,
hasJavascriptErrors: false,
httpErrorCode: 0,
httpErrorCodeTo: 0,
httpPath: "string",
ip: "string",
ipV6Traffic: false,
loadAction: false,
osFamily: "string",
osVersion: "string",
realUser: false,
region: "string",
robot: false,
synthetic: false,
targetViewGroup: "string",
targetViewGroupNameMatchType: "string",
targetViewName: "string",
targetViewNameMatchType: "string",
userActionName: "string",
userActionProperties: [{
properties: [{
from: 0,
key: "string",
matchType: "string",
to: 0,
value: "string",
}],
}],
xhrAction: false,
xhrRouteChangeAction: false,
},
});
type: dynatrace:CalculatedWebMetric
properties:
appIdentifier: string
description: string
dimensions:
- dimensions:
- dimension: string
propertyKey: string
topX: 0
enabled: false
metricDefinition:
metric: string
propertyKey: string
metricKey: string
name: string
userActionFilter:
actionDurationFromMilliseconds: 0
actionDurationToMilliseconds: 0
apdex: string
browserFamily: string
browserType: string
browserVersion: string
city: string
continent: string
country: string
customAction: false
customErrorName: string
customErrorType: string
domain: string
hasAnyError: false
hasCustomErrors: false
hasHttpErrors: false
hasJavascriptErrors: false
httpErrorCode: 0
httpErrorCodeTo: 0
httpPath: string
ip: string
ipV6Traffic: false
loadAction: false
osFamily: string
osVersion: string
realUser: false
region: string
robot: false
synthetic: false
targetViewGroup: string
targetViewGroupNameMatchType: string
targetViewName: string
targetViewNameMatchType: string
userActionName: string
userActionProperties:
- properties:
- from: 0
key: string
matchType: string
to: 0
value: string
xhrAction: false
xhrRouteChangeAction: false
CalculatedWebMetric Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The CalculatedWebMetric resource accepts the following input properties:
- App
Identifier string - The Dynatrace entity ID of the application to which the metric belongs.
- Enabled bool
- The metric is enabled (
true
) or disabled (false
) - Metric
Definition Pulumiverse.Dynatrace. Inputs. Calculated Web Metric Metric Definition - The definition of a calculated web metric.
- Metric
Key string - The unique key of the calculated web metric.
- Description string
- Descriptor of a calculated web metric.
- Dimensions
List<Pulumiverse.
Dynatrace. Inputs. Calculated Web Metric Dimension> - Parameters of a definition of a calculated web metric.
- Name string
- The displayed name of the metric.
- User
Action Pulumiverse.Filter Dynatrace. Inputs. Calculated Web Metric User Action Filter - Parameters of a definition of a calculated web metric.
- App
Identifier string - The Dynatrace entity ID of the application to which the metric belongs.
- Enabled bool
- The metric is enabled (
true
) or disabled (false
) - Metric
Definition CalculatedWeb Metric Metric Definition Args - The definition of a calculated web metric.
- Metric
Key string - The unique key of the calculated web metric.
- Description string
- Descriptor of a calculated web metric.
- Dimensions
[]Calculated
Web Metric Dimension Args - Parameters of a definition of a calculated web metric.
- Name string
- The displayed name of the metric.
- User
Action CalculatedFilter Web Metric User Action Filter Args - Parameters of a definition of a calculated web metric.
- app
Identifier String - The Dynatrace entity ID of the application to which the metric belongs.
- enabled Boolean
- The metric is enabled (
true
) or disabled (false
) - metric
Definition CalculatedWeb Metric Metric Definition - The definition of a calculated web metric.
- metric
Key String - The unique key of the calculated web metric.
- description String
- Descriptor of a calculated web metric.
- dimensions
List<Calculated
Web Metric Dimension> - Parameters of a definition of a calculated web metric.
- name String
- The displayed name of the metric.
- user
Action CalculatedFilter Web Metric User Action Filter - Parameters of a definition of a calculated web metric.
- app
Identifier string - The Dynatrace entity ID of the application to which the metric belongs.
- enabled boolean
- The metric is enabled (
true
) or disabled (false
) - metric
Definition CalculatedWeb Metric Metric Definition - The definition of a calculated web metric.
- metric
Key string - The unique key of the calculated web metric.
- description string
- Descriptor of a calculated web metric.
- dimensions
Calculated
Web Metric Dimension[] - Parameters of a definition of a calculated web metric.
- name string
- The displayed name of the metric.
- user
Action CalculatedFilter Web Metric User Action Filter - Parameters of a definition of a calculated web metric.
- app_
identifier str - The Dynatrace entity ID of the application to which the metric belongs.
- enabled bool
- The metric is enabled (
true
) or disabled (false
) - metric_
definition CalculatedWeb Metric Metric Definition Args - The definition of a calculated web metric.
- metric_
key str - The unique key of the calculated web metric.
- description str
- Descriptor of a calculated web metric.
- dimensions
Sequence[Calculated
Web Metric Dimension Args] - Parameters of a definition of a calculated web metric.
- name str
- The displayed name of the metric.
- user_
action_ Calculatedfilter Web Metric User Action Filter Args - Parameters of a definition of a calculated web metric.
- app
Identifier String - The Dynatrace entity ID of the application to which the metric belongs.
- enabled Boolean
- The metric is enabled (
true
) or disabled (false
) - metric
Definition Property Map - The definition of a calculated web metric.
- metric
Key String - The unique key of the calculated web metric.
- description String
- Descriptor of a calculated web metric.
- dimensions List<Property Map>
- Parameters of a definition of a calculated web metric.
- name String
- The displayed name of the metric.
- user
Action Property MapFilter - Parameters of a definition of a calculated web metric.
Outputs
All input properties are implicitly available as output properties. Additionally, the CalculatedWebMetric resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing CalculatedWebMetric Resource
Get an existing CalculatedWebMetric 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?: CalculatedWebMetricState, opts?: CustomResourceOptions): CalculatedWebMetric
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
app_identifier: Optional[str] = None,
description: Optional[str] = None,
dimensions: Optional[Sequence[CalculatedWebMetricDimensionArgs]] = None,
enabled: Optional[bool] = None,
metric_definition: Optional[CalculatedWebMetricMetricDefinitionArgs] = None,
metric_key: Optional[str] = None,
name: Optional[str] = None,
user_action_filter: Optional[CalculatedWebMetricUserActionFilterArgs] = None) -> CalculatedWebMetric
func GetCalculatedWebMetric(ctx *Context, name string, id IDInput, state *CalculatedWebMetricState, opts ...ResourceOption) (*CalculatedWebMetric, error)
public static CalculatedWebMetric Get(string name, Input<string> id, CalculatedWebMetricState? state, CustomResourceOptions? opts = null)
public static CalculatedWebMetric get(String name, Output<String> id, CalculatedWebMetricState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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
Identifier string - The Dynatrace entity ID of the application to which the metric belongs.
- Description string
- Descriptor of a calculated web metric.
- Dimensions
List<Pulumiverse.
Dynatrace. Inputs. Calculated Web Metric Dimension> - Parameters of a definition of a calculated web metric.
- Enabled bool
- The metric is enabled (
true
) or disabled (false
) - Metric
Definition Pulumiverse.Dynatrace. Inputs. Calculated Web Metric Metric Definition - The definition of a calculated web metric.
- Metric
Key string - The unique key of the calculated web metric.
- Name string
- The displayed name of the metric.
- User
Action Pulumiverse.Filter Dynatrace. Inputs. Calculated Web Metric User Action Filter - Parameters of a definition of a calculated web metric.
- App
Identifier string - The Dynatrace entity ID of the application to which the metric belongs.
- Description string
- Descriptor of a calculated web metric.
- Dimensions
[]Calculated
Web Metric Dimension Args - Parameters of a definition of a calculated web metric.
- Enabled bool
- The metric is enabled (
true
) or disabled (false
) - Metric
Definition CalculatedWeb Metric Metric Definition Args - The definition of a calculated web metric.
- Metric
Key string - The unique key of the calculated web metric.
- Name string
- The displayed name of the metric.
- User
Action CalculatedFilter Web Metric User Action Filter Args - Parameters of a definition of a calculated web metric.
- app
Identifier String - The Dynatrace entity ID of the application to which the metric belongs.
- description String
- Descriptor of a calculated web metric.
- dimensions
List<Calculated
Web Metric Dimension> - Parameters of a definition of a calculated web metric.
- enabled Boolean
- The metric is enabled (
true
) or disabled (false
) - metric
Definition CalculatedWeb Metric Metric Definition - The definition of a calculated web metric.
- metric
Key String - The unique key of the calculated web metric.
- name String
- The displayed name of the metric.
- user
Action CalculatedFilter Web Metric User Action Filter - Parameters of a definition of a calculated web metric.
- app
Identifier string - The Dynatrace entity ID of the application to which the metric belongs.
- description string
- Descriptor of a calculated web metric.
- dimensions
Calculated
Web Metric Dimension[] - Parameters of a definition of a calculated web metric.
- enabled boolean
- The metric is enabled (
true
) or disabled (false
) - metric
Definition CalculatedWeb Metric Metric Definition - The definition of a calculated web metric.
- metric
Key string - The unique key of the calculated web metric.
- name string
- The displayed name of the metric.
- user
Action CalculatedFilter Web Metric User Action Filter - Parameters of a definition of a calculated web metric.
- app_
identifier str - The Dynatrace entity ID of the application to which the metric belongs.
- description str
- Descriptor of a calculated web metric.
- dimensions
Sequence[Calculated
Web Metric Dimension Args] - Parameters of a definition of a calculated web metric.
- enabled bool
- The metric is enabled (
true
) or disabled (false
) - metric_
definition CalculatedWeb Metric Metric Definition Args - The definition of a calculated web metric.
- metric_
key str - The unique key of the calculated web metric.
- name str
- The displayed name of the metric.
- user_
action_ Calculatedfilter Web Metric User Action Filter Args - Parameters of a definition of a calculated web metric.
- app
Identifier String - The Dynatrace entity ID of the application to which the metric belongs.
- description String
- Descriptor of a calculated web metric.
- dimensions List<Property Map>
- Parameters of a definition of a calculated web metric.
- enabled Boolean
- The metric is enabled (
true
) or disabled (false
) - metric
Definition Property Map - The definition of a calculated web metric.
- metric
Key String - The unique key of the calculated web metric.
- name String
- The displayed name of the metric.
- user
Action Property MapFilter - Parameters of a definition of a calculated web metric.
Supporting Types
CalculatedWebMetricDimension, CalculatedWebMetricDimensionArgs
- Dimensions
List<Pulumiverse.
Dynatrace. Inputs. Calculated Web Metric Dimension Dimension> - A dimensions for the metric usage
- Dimensions
[]Calculated
Web Metric Dimension Dimension - A dimensions for the metric usage
- dimensions
List<Calculated
Web Metric Dimension Dimension> - A dimensions for the metric usage
- dimensions
Calculated
Web Metric Dimension Dimension[] - A dimensions for the metric usage
- dimensions
Sequence[Calculated
Web Metric Dimension Dimension] - A dimensions for the metric usage
- dimensions List<Property Map>
- A dimensions for the metric usage
CalculatedWebMetricDimensionDimension, CalculatedWebMetricDimensionDimensionArgs
- Dimension string
- The dimension of the metric. Possible values are
ApdexType
,Browser
,ErrorContext
,ErrorOrigin
,ErrorType
,GeoLocation
,StringProperty
,UserActionType
- Top
X int - The number of top values to be calculated
- Property
Key string - The key of the user action property. Only applicable for the StringProperty dimension.
- Dimension string
- The dimension of the metric. Possible values are
ApdexType
,Browser
,ErrorContext
,ErrorOrigin
,ErrorType
,GeoLocation
,StringProperty
,UserActionType
- Top
X int - The number of top values to be calculated
- Property
Key string - The key of the user action property. Only applicable for the StringProperty dimension.
- dimension String
- The dimension of the metric. Possible values are
ApdexType
,Browser
,ErrorContext
,ErrorOrigin
,ErrorType
,GeoLocation
,StringProperty
,UserActionType
- top
X Integer - The number of top values to be calculated
- property
Key String - The key of the user action property. Only applicable for the StringProperty dimension.
- dimension string
- The dimension of the metric. Possible values are
ApdexType
,Browser
,ErrorContext
,ErrorOrigin
,ErrorType
,GeoLocation
,StringProperty
,UserActionType
- top
X number - The number of top values to be calculated
- property
Key string - The key of the user action property. Only applicable for the StringProperty dimension.
- dimension str
- The dimension of the metric. Possible values are
ApdexType
,Browser
,ErrorContext
,ErrorOrigin
,ErrorType
,GeoLocation
,StringProperty
,UserActionType
- top_
x int - The number of top values to be calculated
- property_
key str - The key of the user action property. Only applicable for the StringProperty dimension.
- dimension String
- The dimension of the metric. Possible values are
ApdexType
,Browser
,ErrorContext
,ErrorOrigin
,ErrorType
,GeoLocation
,StringProperty
,UserActionType
- top
X Number - The number of top values to be calculated
- property
Key String - The key of the user action property. Only applicable for the StringProperty dimension.
CalculatedWebMetricMetricDefinition, CalculatedWebMetricMetricDefinitionArgs
- Metric string
- The metric to be captured. Possible values are
Apdex
,ApplicationCache
,Callback
,CumulativeLayoutShift
,DNSLookup
,DOMComplete
,DOMContentLoaded
,DOMInteractive
,DoubleProperty
,ErrorCount
,FirstContentfulPaint
,FirstInputDelay
,FirstInputStart
,FirstPaint
,HTMLDownloaded
,LargestContentfulPaint
,LoadEventEnd
,LoadEventStart
,LongProperty
,LongTasksTime
,NavigationStart
,OnDOMContentLoaded
,OnLoad
,Processing
,RedirectTime
,Request
,RequestStart
,Response
,SecureConnect
,SpeedIndex
,TCPConnect
,TimeToFirstByte
,UserActionDuration
,VisuallyComplete
- Property
Key string - The key of the user action property. Only applicable for DoubleProperty and LongProperty metrics.
- Metric string
- The metric to be captured. Possible values are
Apdex
,ApplicationCache
,Callback
,CumulativeLayoutShift
,DNSLookup
,DOMComplete
,DOMContentLoaded
,DOMInteractive
,DoubleProperty
,ErrorCount
,FirstContentfulPaint
,FirstInputDelay
,FirstInputStart
,FirstPaint
,HTMLDownloaded
,LargestContentfulPaint
,LoadEventEnd
,LoadEventStart
,LongProperty
,LongTasksTime
,NavigationStart
,OnDOMContentLoaded
,OnLoad
,Processing
,RedirectTime
,Request
,RequestStart
,Response
,SecureConnect
,SpeedIndex
,TCPConnect
,TimeToFirstByte
,UserActionDuration
,VisuallyComplete
- Property
Key string - The key of the user action property. Only applicable for DoubleProperty and LongProperty metrics.
- metric String
- The metric to be captured. Possible values are
Apdex
,ApplicationCache
,Callback
,CumulativeLayoutShift
,DNSLookup
,DOMComplete
,DOMContentLoaded
,DOMInteractive
,DoubleProperty
,ErrorCount
,FirstContentfulPaint
,FirstInputDelay
,FirstInputStart
,FirstPaint
,HTMLDownloaded
,LargestContentfulPaint
,LoadEventEnd
,LoadEventStart
,LongProperty
,LongTasksTime
,NavigationStart
,OnDOMContentLoaded
,OnLoad
,Processing
,RedirectTime
,Request
,RequestStart
,Response
,SecureConnect
,SpeedIndex
,TCPConnect
,TimeToFirstByte
,UserActionDuration
,VisuallyComplete
- property
Key String - The key of the user action property. Only applicable for DoubleProperty and LongProperty metrics.
- metric string
- The metric to be captured. Possible values are
Apdex
,ApplicationCache
,Callback
,CumulativeLayoutShift
,DNSLookup
,DOMComplete
,DOMContentLoaded
,DOMInteractive
,DoubleProperty
,ErrorCount
,FirstContentfulPaint
,FirstInputDelay
,FirstInputStart
,FirstPaint
,HTMLDownloaded
,LargestContentfulPaint
,LoadEventEnd
,LoadEventStart
,LongProperty
,LongTasksTime
,NavigationStart
,OnDOMContentLoaded
,OnLoad
,Processing
,RedirectTime
,Request
,RequestStart
,Response
,SecureConnect
,SpeedIndex
,TCPConnect
,TimeToFirstByte
,UserActionDuration
,VisuallyComplete
- property
Key string - The key of the user action property. Only applicable for DoubleProperty and LongProperty metrics.
- metric str
- The metric to be captured. Possible values are
Apdex
,ApplicationCache
,Callback
,CumulativeLayoutShift
,DNSLookup
,DOMComplete
,DOMContentLoaded
,DOMInteractive
,DoubleProperty
,ErrorCount
,FirstContentfulPaint
,FirstInputDelay
,FirstInputStart
,FirstPaint
,HTMLDownloaded
,LargestContentfulPaint
,LoadEventEnd
,LoadEventStart
,LongProperty
,LongTasksTime
,NavigationStart
,OnDOMContentLoaded
,OnLoad
,Processing
,RedirectTime
,Request
,RequestStart
,Response
,SecureConnect
,SpeedIndex
,TCPConnect
,TimeToFirstByte
,UserActionDuration
,VisuallyComplete
- property_
key str - The key of the user action property. Only applicable for DoubleProperty and LongProperty metrics.
- metric String
- The metric to be captured. Possible values are
Apdex
,ApplicationCache
,Callback
,CumulativeLayoutShift
,DNSLookup
,DOMComplete
,DOMContentLoaded
,DOMInteractive
,DoubleProperty
,ErrorCount
,FirstContentfulPaint
,FirstInputDelay
,FirstInputStart
,FirstPaint
,HTMLDownloaded
,LargestContentfulPaint
,LoadEventEnd
,LoadEventStart
,LongProperty
,LongTasksTime
,NavigationStart
,OnDOMContentLoaded
,OnLoad
,Processing
,RedirectTime
,Request
,RequestStart
,Response
,SecureConnect
,SpeedIndex
,TCPConnect
,TimeToFirstByte
,UserActionDuration
,VisuallyComplete
- property
Key String - The key of the user action property. Only applicable for DoubleProperty and LongProperty metrics.
CalculatedWebMetricUserActionFilter, CalculatedWebMetricUserActionFilterArgs
- Action
Duration intFrom Milliseconds - Only actions with a duration more than or equal to this value (in milliseconds) are included in the metric calculation.
- Action
Duration intTo Milliseconds - Only actions with a duration less than or equal to this value (in milliseconds) are included in the metric calculation.
- Apdex string
- Only actions with the specified Apdex score are included in the metric calculation. Possible values: [ Frustrated, Satisfied, Tolerating, Unknown ]
- Browser
Family string - Only user actions coming from the specified browser family are included in the metric calculation.
- Browser
Type string - Only user actions coming from the specified browser type are included in the metric calculation.
- Browser
Version string - Only user actions coming from the specified browser version are included in the metric calculation.
- City string
- Only actions of users from this city are included in the metric calculation. Specify geolocation ID here.
- Continent string
- Only actions of users from this continent are included in the metric calculation. Specify geolocation ID here.
- Country string
- Only actions of users from this country are included in the metric calculation. Specify geolocation ID here.
- Custom
Action bool - The status of custom actions in the metric calculation:
true
orfalse
- Custom
Error stringName - The custom error name of the actions to be included in the metric calculation.
- Custom
Error stringType - The custom error type of the actions to be included in the metric calculation.
- Domain string
- Only user actions coming from the specified domain are included in the metric calculation.
- Has
Any boolError - The error status of the actions to be included in the metric calculation:
true
orfalse
- Has
Custom boolErrors - The custom error status of the actions to be included in the metric calculation:
true
orfalse
- Has
Http boolErrors - The request error status of the actions to be included in the metric calculation:
true
orfalse
- Has
Javascript boolErrors - The JavaScript error status of the actions to be included in the metric calculation:
true
orfalse
- Http
Error intCode - The HTTP error status code of the actions to be included in the metric calculation.
- Http
Error intCode To - Can be used in combination with httpErrorCode to define a range of error codes that will be included in the metric calculation.
- Http
Path string - The request path that has been determined to be the origin of an HTTP error of the actions to be included in the metric calculation.
- Ip string
- Only actions coming from this IP address are included in the metric calculation.
- Ip
V6Traffic bool - The IPv6 status of the actions to be included in the metric calculation:
true
orfalse
- Load
Action bool - The status of load actions in the metric calculation:
true
orfalse
- Os
Family string - Only actions coming from this OS family are included in the metric calculation.
- Os
Version string - Only actions coming from this OS version are included in the metric calculation.
- Real
User bool - The status of actions coming from real users in the metric calculation:
true
orfalse
- Region string
- Only actions of users from this region are included in the metric calculation. Specify geolocation ID here.
- Robot bool
- The status of actions coming from robots in the metric calculation:
true
orfalse
- Synthetic bool
- The status of actions coming from synthetic monitors in the metric calculation:
true
orfalse
- Target
View stringGroup - Only actions on the specified group of views are included in the metric calculation.
- Target
View stringGroup Name Match Type - Specifies the match type of the view group filter, e.g. using Contains or Equals. Defaults to Equals.
- Target
View stringName - Only actions on the specified view are included in the metric calculation.
- Target
View stringName Match Type - Specifies the match type of the view name filter, e.g. using Contains or Equals. Defaults to Equals.
- User
Action stringName - Only actions with this name are included in the metric calculation.
- User
Action List<Pulumiverse.Properties Dynatrace. Inputs. Calculated Web Metric User Action Filter User Action Property> - The definition of a calculated web metric.
- Xhr
Action bool - The status of xhr actions in the metric calculation:
true
orfalse
- Xhr
Route boolChange Action - The status of route actions in the metric calculation:
true
orfalse
- Action
Duration intFrom Milliseconds - Only actions with a duration more than or equal to this value (in milliseconds) are included in the metric calculation.
- Action
Duration intTo Milliseconds - Only actions with a duration less than or equal to this value (in milliseconds) are included in the metric calculation.
- Apdex string
- Only actions with the specified Apdex score are included in the metric calculation. Possible values: [ Frustrated, Satisfied, Tolerating, Unknown ]
- Browser
Family string - Only user actions coming from the specified browser family are included in the metric calculation.
- Browser
Type string - Only user actions coming from the specified browser type are included in the metric calculation.
- Browser
Version string - Only user actions coming from the specified browser version are included in the metric calculation.
- City string
- Only actions of users from this city are included in the metric calculation. Specify geolocation ID here.
- Continent string
- Only actions of users from this continent are included in the metric calculation. Specify geolocation ID here.
- Country string
- Only actions of users from this country are included in the metric calculation. Specify geolocation ID here.
- Custom
Action bool - The status of custom actions in the metric calculation:
true
orfalse
- Custom
Error stringName - The custom error name of the actions to be included in the metric calculation.
- Custom
Error stringType - The custom error type of the actions to be included in the metric calculation.
- Domain string
- Only user actions coming from the specified domain are included in the metric calculation.
- Has
Any boolError - The error status of the actions to be included in the metric calculation:
true
orfalse
- Has
Custom boolErrors - The custom error status of the actions to be included in the metric calculation:
true
orfalse
- Has
Http boolErrors - The request error status of the actions to be included in the metric calculation:
true
orfalse
- Has
Javascript boolErrors - The JavaScript error status of the actions to be included in the metric calculation:
true
orfalse
- Http
Error intCode - The HTTP error status code of the actions to be included in the metric calculation.
- Http
Error intCode To - Can be used in combination with httpErrorCode to define a range of error codes that will be included in the metric calculation.
- Http
Path string - The request path that has been determined to be the origin of an HTTP error of the actions to be included in the metric calculation.
- Ip string
- Only actions coming from this IP address are included in the metric calculation.
- Ip
V6Traffic bool - The IPv6 status of the actions to be included in the metric calculation:
true
orfalse
- Load
Action bool - The status of load actions in the metric calculation:
true
orfalse
- Os
Family string - Only actions coming from this OS family are included in the metric calculation.
- Os
Version string - Only actions coming from this OS version are included in the metric calculation.
- Real
User bool - The status of actions coming from real users in the metric calculation:
true
orfalse
- Region string
- Only actions of users from this region are included in the metric calculation. Specify geolocation ID here.
- Robot bool
- The status of actions coming from robots in the metric calculation:
true
orfalse
- Synthetic bool
- The status of actions coming from synthetic monitors in the metric calculation:
true
orfalse
- Target
View stringGroup - Only actions on the specified group of views are included in the metric calculation.
- Target
View stringGroup Name Match Type - Specifies the match type of the view group filter, e.g. using Contains or Equals. Defaults to Equals.
- Target
View stringName - Only actions on the specified view are included in the metric calculation.
- Target
View stringName Match Type - Specifies the match type of the view name filter, e.g. using Contains or Equals. Defaults to Equals.
- User
Action stringName - Only actions with this name are included in the metric calculation.
- User
Action []CalculatedProperties Web Metric User Action Filter User Action Property - The definition of a calculated web metric.
- Xhr
Action bool - The status of xhr actions in the metric calculation:
true
orfalse
- Xhr
Route boolChange Action - The status of route actions in the metric calculation:
true
orfalse
- action
Duration IntegerFrom Milliseconds - Only actions with a duration more than or equal to this value (in milliseconds) are included in the metric calculation.
- action
Duration IntegerTo Milliseconds - Only actions with a duration less than or equal to this value (in milliseconds) are included in the metric calculation.
- apdex String
- Only actions with the specified Apdex score are included in the metric calculation. Possible values: [ Frustrated, Satisfied, Tolerating, Unknown ]
- browser
Family String - Only user actions coming from the specified browser family are included in the metric calculation.
- browser
Type String - Only user actions coming from the specified browser type are included in the metric calculation.
- browser
Version String - Only user actions coming from the specified browser version are included in the metric calculation.
- city String
- Only actions of users from this city are included in the metric calculation. Specify geolocation ID here.
- continent String
- Only actions of users from this continent are included in the metric calculation. Specify geolocation ID here.
- country String
- Only actions of users from this country are included in the metric calculation. Specify geolocation ID here.
- custom
Action Boolean - The status of custom actions in the metric calculation:
true
orfalse
- custom
Error StringName - The custom error name of the actions to be included in the metric calculation.
- custom
Error StringType - The custom error type of the actions to be included in the metric calculation.
- domain String
- Only user actions coming from the specified domain are included in the metric calculation.
- has
Any BooleanError - The error status of the actions to be included in the metric calculation:
true
orfalse
- has
Custom BooleanErrors - The custom error status of the actions to be included in the metric calculation:
true
orfalse
- has
Http BooleanErrors - The request error status of the actions to be included in the metric calculation:
true
orfalse
- has
Javascript BooleanErrors - The JavaScript error status of the actions to be included in the metric calculation:
true
orfalse
- http
Error IntegerCode - The HTTP error status code of the actions to be included in the metric calculation.
- http
Error IntegerCode To - Can be used in combination with httpErrorCode to define a range of error codes that will be included in the metric calculation.
- http
Path String - The request path that has been determined to be the origin of an HTTP error of the actions to be included in the metric calculation.
- ip String
- Only actions coming from this IP address are included in the metric calculation.
- ip
V6Traffic Boolean - The IPv6 status of the actions to be included in the metric calculation:
true
orfalse
- load
Action Boolean - The status of load actions in the metric calculation:
true
orfalse
- os
Family String - Only actions coming from this OS family are included in the metric calculation.
- os
Version String - Only actions coming from this OS version are included in the metric calculation.
- real
User Boolean - The status of actions coming from real users in the metric calculation:
true
orfalse
- region String
- Only actions of users from this region are included in the metric calculation. Specify geolocation ID here.
- robot Boolean
- The status of actions coming from robots in the metric calculation:
true
orfalse
- synthetic Boolean
- The status of actions coming from synthetic monitors in the metric calculation:
true
orfalse
- target
View StringGroup - Only actions on the specified group of views are included in the metric calculation.
- target
View StringGroup Name Match Type - Specifies the match type of the view group filter, e.g. using Contains or Equals. Defaults to Equals.
- target
View StringName - Only actions on the specified view are included in the metric calculation.
- target
View StringName Match Type - Specifies the match type of the view name filter, e.g. using Contains or Equals. Defaults to Equals.
- user
Action StringName - Only actions with this name are included in the metric calculation.
- user
Action List<CalculatedProperties Web Metric User Action Filter User Action Property> - The definition of a calculated web metric.
- xhr
Action Boolean - The status of xhr actions in the metric calculation:
true
orfalse
- xhr
Route BooleanChange Action - The status of route actions in the metric calculation:
true
orfalse
- action
Duration numberFrom Milliseconds - Only actions with a duration more than or equal to this value (in milliseconds) are included in the metric calculation.
- action
Duration numberTo Milliseconds - Only actions with a duration less than or equal to this value (in milliseconds) are included in the metric calculation.
- apdex string
- Only actions with the specified Apdex score are included in the metric calculation. Possible values: [ Frustrated, Satisfied, Tolerating, Unknown ]
- browser
Family string - Only user actions coming from the specified browser family are included in the metric calculation.
- browser
Type string - Only user actions coming from the specified browser type are included in the metric calculation.
- browser
Version string - Only user actions coming from the specified browser version are included in the metric calculation.
- city string
- Only actions of users from this city are included in the metric calculation. Specify geolocation ID here.
- continent string
- Only actions of users from this continent are included in the metric calculation. Specify geolocation ID here.
- country string
- Only actions of users from this country are included in the metric calculation. Specify geolocation ID here.
- custom
Action boolean - The status of custom actions in the metric calculation:
true
orfalse
- custom
Error stringName - The custom error name of the actions to be included in the metric calculation.
- custom
Error stringType - The custom error type of the actions to be included in the metric calculation.
- domain string
- Only user actions coming from the specified domain are included in the metric calculation.
- has
Any booleanError - The error status of the actions to be included in the metric calculation:
true
orfalse
- has
Custom booleanErrors - The custom error status of the actions to be included in the metric calculation:
true
orfalse
- has
Http booleanErrors - The request error status of the actions to be included in the metric calculation:
true
orfalse
- has
Javascript booleanErrors - The JavaScript error status of the actions to be included in the metric calculation:
true
orfalse
- http
Error numberCode - The HTTP error status code of the actions to be included in the metric calculation.
- http
Error numberCode To - Can be used in combination with httpErrorCode to define a range of error codes that will be included in the metric calculation.
- http
Path string - The request path that has been determined to be the origin of an HTTP error of the actions to be included in the metric calculation.
- ip string
- Only actions coming from this IP address are included in the metric calculation.
- ip
V6Traffic boolean - The IPv6 status of the actions to be included in the metric calculation:
true
orfalse
- load
Action boolean - The status of load actions in the metric calculation:
true
orfalse
- os
Family string - Only actions coming from this OS family are included in the metric calculation.
- os
Version string - Only actions coming from this OS version are included in the metric calculation.
- real
User boolean - The status of actions coming from real users in the metric calculation:
true
orfalse
- region string
- Only actions of users from this region are included in the metric calculation. Specify geolocation ID here.
- robot boolean
- The status of actions coming from robots in the metric calculation:
true
orfalse
- synthetic boolean
- The status of actions coming from synthetic monitors in the metric calculation:
true
orfalse
- target
View stringGroup - Only actions on the specified group of views are included in the metric calculation.
- target
View stringGroup Name Match Type - Specifies the match type of the view group filter, e.g. using Contains or Equals. Defaults to Equals.
- target
View stringName - Only actions on the specified view are included in the metric calculation.
- target
View stringName Match Type - Specifies the match type of the view name filter, e.g. using Contains or Equals. Defaults to Equals.
- user
Action stringName - Only actions with this name are included in the metric calculation.
- user
Action CalculatedProperties Web Metric User Action Filter User Action Property[] - The definition of a calculated web metric.
- xhr
Action boolean - The status of xhr actions in the metric calculation:
true
orfalse
- xhr
Route booleanChange Action - The status of route actions in the metric calculation:
true
orfalse
- action_
duration_ intfrom_ milliseconds - Only actions with a duration more than or equal to this value (in milliseconds) are included in the metric calculation.
- action_
duration_ intto_ milliseconds - Only actions with a duration less than or equal to this value (in milliseconds) are included in the metric calculation.
- apdex str
- Only actions with the specified Apdex score are included in the metric calculation. Possible values: [ Frustrated, Satisfied, Tolerating, Unknown ]
- browser_
family str - Only user actions coming from the specified browser family are included in the metric calculation.
- browser_
type str - Only user actions coming from the specified browser type are included in the metric calculation.
- browser_
version str - Only user actions coming from the specified browser version are included in the metric calculation.
- city str
- Only actions of users from this city are included in the metric calculation. Specify geolocation ID here.
- continent str
- Only actions of users from this continent are included in the metric calculation. Specify geolocation ID here.
- country str
- Only actions of users from this country are included in the metric calculation. Specify geolocation ID here.
- custom_
action bool - The status of custom actions in the metric calculation:
true
orfalse
- custom_
error_ strname - The custom error name of the actions to be included in the metric calculation.
- custom_
error_ strtype - The custom error type of the actions to be included in the metric calculation.
- domain str
- Only user actions coming from the specified domain are included in the metric calculation.
- has_
any_ boolerror - The error status of the actions to be included in the metric calculation:
true
orfalse
- has_
custom_ boolerrors - The custom error status of the actions to be included in the metric calculation:
true
orfalse
- has_
http_ boolerrors - The request error status of the actions to be included in the metric calculation:
true
orfalse
- has_
javascript_ boolerrors - The JavaScript error status of the actions to be included in the metric calculation:
true
orfalse
- http_
error_ intcode - The HTTP error status code of the actions to be included in the metric calculation.
- http_
error_ intcode_ to - Can be used in combination with httpErrorCode to define a range of error codes that will be included in the metric calculation.
- http_
path str - The request path that has been determined to be the origin of an HTTP error of the actions to be included in the metric calculation.
- ip str
- Only actions coming from this IP address are included in the metric calculation.
- ip_
v6_ booltraffic - The IPv6 status of the actions to be included in the metric calculation:
true
orfalse
- load_
action bool - The status of load actions in the metric calculation:
true
orfalse
- os_
family str - Only actions coming from this OS family are included in the metric calculation.
- os_
version str - Only actions coming from this OS version are included in the metric calculation.
- real_
user bool - The status of actions coming from real users in the metric calculation:
true
orfalse
- region str
- Only actions of users from this region are included in the metric calculation. Specify geolocation ID here.
- robot bool
- The status of actions coming from robots in the metric calculation:
true
orfalse
- synthetic bool
- The status of actions coming from synthetic monitors in the metric calculation:
true
orfalse
- target_
view_ strgroup - Only actions on the specified group of views are included in the metric calculation.
- target_
view_ strgroup_ name_ match_ type - Specifies the match type of the view group filter, e.g. using Contains or Equals. Defaults to Equals.
- target_
view_ strname - Only actions on the specified view are included in the metric calculation.
- target_
view_ strname_ match_ type - Specifies the match type of the view name filter, e.g. using Contains or Equals. Defaults to Equals.
- user_
action_ strname - Only actions with this name are included in the metric calculation.
- user_
action_ Sequence[Calculatedproperties Web Metric User Action Filter User Action Property] - The definition of a calculated web metric.
- xhr_
action bool - The status of xhr actions in the metric calculation:
true
orfalse
- xhr_
route_ boolchange_ action - The status of route actions in the metric calculation:
true
orfalse
- action
Duration NumberFrom Milliseconds - Only actions with a duration more than or equal to this value (in milliseconds) are included in the metric calculation.
- action
Duration NumberTo Milliseconds - Only actions with a duration less than or equal to this value (in milliseconds) are included in the metric calculation.
- apdex String
- Only actions with the specified Apdex score are included in the metric calculation. Possible values: [ Frustrated, Satisfied, Tolerating, Unknown ]
- browser
Family String - Only user actions coming from the specified browser family are included in the metric calculation.
- browser
Type String - Only user actions coming from the specified browser type are included in the metric calculation.
- browser
Version String - Only user actions coming from the specified browser version are included in the metric calculation.
- city String
- Only actions of users from this city are included in the metric calculation. Specify geolocation ID here.
- continent String
- Only actions of users from this continent are included in the metric calculation. Specify geolocation ID here.
- country String
- Only actions of users from this country are included in the metric calculation. Specify geolocation ID here.
- custom
Action Boolean - The status of custom actions in the metric calculation:
true
orfalse
- custom
Error StringName - The custom error name of the actions to be included in the metric calculation.
- custom
Error StringType - The custom error type of the actions to be included in the metric calculation.
- domain String
- Only user actions coming from the specified domain are included in the metric calculation.
- has
Any BooleanError - The error status of the actions to be included in the metric calculation:
true
orfalse
- has
Custom BooleanErrors - The custom error status of the actions to be included in the metric calculation:
true
orfalse
- has
Http BooleanErrors - The request error status of the actions to be included in the metric calculation:
true
orfalse
- has
Javascript BooleanErrors - The JavaScript error status of the actions to be included in the metric calculation:
true
orfalse
- http
Error NumberCode - The HTTP error status code of the actions to be included in the metric calculation.
- http
Error NumberCode To - Can be used in combination with httpErrorCode to define a range of error codes that will be included in the metric calculation.
- http
Path String - The request path that has been determined to be the origin of an HTTP error of the actions to be included in the metric calculation.
- ip String
- Only actions coming from this IP address are included in the metric calculation.
- ip
V6Traffic Boolean - The IPv6 status of the actions to be included in the metric calculation:
true
orfalse
- load
Action Boolean - The status of load actions in the metric calculation:
true
orfalse
- os
Family String - Only actions coming from this OS family are included in the metric calculation.
- os
Version String - Only actions coming from this OS version are included in the metric calculation.
- real
User Boolean - The status of actions coming from real users in the metric calculation:
true
orfalse
- region String
- Only actions of users from this region are included in the metric calculation. Specify geolocation ID here.
- robot Boolean
- The status of actions coming from robots in the metric calculation:
true
orfalse
- synthetic Boolean
- The status of actions coming from synthetic monitors in the metric calculation:
true
orfalse
- target
View StringGroup - Only actions on the specified group of views are included in the metric calculation.
- target
View StringGroup Name Match Type - Specifies the match type of the view group filter, e.g. using Contains or Equals. Defaults to Equals.
- target
View StringName - Only actions on the specified view are included in the metric calculation.
- target
View StringName Match Type - Specifies the match type of the view name filter, e.g. using Contains or Equals. Defaults to Equals.
- user
Action StringName - Only actions with this name are included in the metric calculation.
- user
Action List<Property Map>Properties - The definition of a calculated web metric.
- xhr
Action Boolean - The status of xhr actions in the metric calculation:
true
orfalse
- xhr
Route BooleanChange Action - The status of route actions in the metric calculation:
true
orfalse
CalculatedWebMetricUserActionFilterUserActionProperty, CalculatedWebMetricUserActionFilterUserActionPropertyArgs
- Properties
[]Calculated
Web Metric User Action Filter User Action Property Property - User Action Property
- properties
List<Calculated
Web Metric User Action Filter User Action Property Property> - User Action Property
- properties
Calculated
Web Metric User Action Filter User Action Property Property[] - User Action Property
- properties
Sequence[Calculated
Web Metric User Action Filter User Action Property Property] - User Action Property
- properties List<Property Map>
- User Action Property
CalculatedWebMetricUserActionFilterUserActionPropertyProperty, CalculatedWebMetricUserActionFilterUserActionPropertyPropertyArgs
- From double
- Only actions that have a value greater than or equal to this are included in the metric calculation.
- Key string
- The key of the action property we're checking.
- Match
Type string - Specifies the match type of a string filter, e.g. using Contains or Equals.
- To double
- Only actions that have a value less than or equal to this are included in the metric calculation.
- Value string
- Only actions that have this value in the specified property are included in the metric calculation.
- From float64
- Only actions that have a value greater than or equal to this are included in the metric calculation.
- Key string
- The key of the action property we're checking.
- Match
Type string - Specifies the match type of a string filter, e.g. using Contains or Equals.
- To float64
- Only actions that have a value less than or equal to this are included in the metric calculation.
- Value string
- Only actions that have this value in the specified property are included in the metric calculation.
- from Double
- Only actions that have a value greater than or equal to this are included in the metric calculation.
- key String
- The key of the action property we're checking.
- match
Type String - Specifies the match type of a string filter, e.g. using Contains or Equals.
- to Double
- Only actions that have a value less than or equal to this are included in the metric calculation.
- value String
- Only actions that have this value in the specified property are included in the metric calculation.
- from number
- Only actions that have a value greater than or equal to this are included in the metric calculation.
- key string
- The key of the action property we're checking.
- match
Type string - Specifies the match type of a string filter, e.g. using Contains or Equals.
- to number
- Only actions that have a value less than or equal to this are included in the metric calculation.
- value string
- Only actions that have this value in the specified property are included in the metric calculation.
- from_ float
- Only actions that have a value greater than or equal to this are included in the metric calculation.
- key str
- The key of the action property we're checking.
- match_
type str - Specifies the match type of a string filter, e.g. using Contains or Equals.
- to float
- Only actions that have a value less than or equal to this are included in the metric calculation.
- value str
- Only actions that have this value in the specified property are included in the metric calculation.
- from Number
- Only actions that have a value greater than or equal to this are included in the metric calculation.
- key String
- The key of the action property we're checking.
- match
Type String - Specifies the match type of a string filter, e.g. using Contains or Equals.
- to Number
- Only actions that have a value less than or equal to this are included in the metric calculation.
- value String
- Only actions that have this value in the specified property are included in the metric calculation.
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.