dynatrace.CalculatedMobileMetric
Explore with Pulumi AI
Create CalculatedMobileMetric Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CalculatedMobileMetric(name: string, args: CalculatedMobileMetricArgs, opts?: CustomResourceOptions);
@overload
def CalculatedMobileMetric(resource_name: str,
args: CalculatedMobileMetricArgs,
opts: Optional[ResourceOptions] = None)
@overload
def CalculatedMobileMetric(resource_name: str,
opts: Optional[ResourceOptions] = None,
app_identifier: Optional[str] = None,
enabled: Optional[bool] = None,
metric_key: Optional[str] = None,
metric_type: Optional[str] = None,
description: Optional[str] = None,
dimensions: Optional[Sequence[CalculatedMobileMetricDimensionArgs]] = None,
name: Optional[str] = None,
user_action_filter: Optional[CalculatedMobileMetricUserActionFilterArgs] = None)
func NewCalculatedMobileMetric(ctx *Context, name string, args CalculatedMobileMetricArgs, opts ...ResourceOption) (*CalculatedMobileMetric, error)
public CalculatedMobileMetric(string name, CalculatedMobileMetricArgs args, CustomResourceOptions? opts = null)
public CalculatedMobileMetric(String name, CalculatedMobileMetricArgs args)
public CalculatedMobileMetric(String name, CalculatedMobileMetricArgs args, CustomResourceOptions options)
type: dynatrace:CalculatedMobileMetric
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 CalculatedMobileMetricArgs
- 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 CalculatedMobileMetricArgs
- 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 CalculatedMobileMetricArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CalculatedMobileMetricArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CalculatedMobileMetricArgs
- 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 calculatedMobileMetricResource = new Dynatrace.CalculatedMobileMetric("calculatedMobileMetricResource", new()
{
AppIdentifier = "string",
Enabled = false,
MetricKey = "string",
MetricType = "string",
Description = "string",
Dimensions = new[]
{
new Dynatrace.Inputs.CalculatedMobileMetricDimensionArgs
{
Dimensions = new[]
{
new Dynatrace.Inputs.CalculatedMobileMetricDimensionDimensionArgs
{
Dimension = "string",
TopX = 0,
},
},
},
},
Name = "string",
UserActionFilter = new Dynatrace.Inputs.CalculatedMobileMetricUserActionFilterArgs
{
ActionDurationFromMilliseconds = 0,
ActionDurationToMilliseconds = 0,
Apdex = "string",
AppVersion = "string",
Carrier = "string",
City = "string",
ConnectionType = "string",
Continent = "string",
Country = "string",
Device = "string",
HasHttpError = false,
HasReportedError = false,
Isp = "string",
Manufacturer = "string",
NetworkTechnology = "string",
Orientation = "string",
OsFamily = "string",
OsVersion = "string",
Region = "string",
Resolution = "string",
UserActionName = "string",
},
});
example, err := dynatrace.NewCalculatedMobileMetric(ctx, "calculatedMobileMetricResource", &dynatrace.CalculatedMobileMetricArgs{
AppIdentifier: pulumi.String("string"),
Enabled: pulumi.Bool(false),
MetricKey: pulumi.String("string"),
MetricType: pulumi.String("string"),
Description: pulumi.String("string"),
Dimensions: dynatrace.CalculatedMobileMetricDimensionArray{
&dynatrace.CalculatedMobileMetricDimensionArgs{
Dimensions: dynatrace.CalculatedMobileMetricDimensionDimensionArray{
&dynatrace.CalculatedMobileMetricDimensionDimensionArgs{
Dimension: pulumi.String("string"),
TopX: pulumi.Int(0),
},
},
},
},
Name: pulumi.String("string"),
UserActionFilter: &dynatrace.CalculatedMobileMetricUserActionFilterArgs{
ActionDurationFromMilliseconds: pulumi.Int(0),
ActionDurationToMilliseconds: pulumi.Int(0),
Apdex: pulumi.String("string"),
AppVersion: pulumi.String("string"),
Carrier: pulumi.String("string"),
City: pulumi.String("string"),
ConnectionType: pulumi.String("string"),
Continent: pulumi.String("string"),
Country: pulumi.String("string"),
Device: pulumi.String("string"),
HasHttpError: pulumi.Bool(false),
HasReportedError: pulumi.Bool(false),
Isp: pulumi.String("string"),
Manufacturer: pulumi.String("string"),
NetworkTechnology: pulumi.String("string"),
Orientation: pulumi.String("string"),
OsFamily: pulumi.String("string"),
OsVersion: pulumi.String("string"),
Region: pulumi.String("string"),
Resolution: pulumi.String("string"),
UserActionName: pulumi.String("string"),
},
})
var calculatedMobileMetricResource = new CalculatedMobileMetric("calculatedMobileMetricResource", CalculatedMobileMetricArgs.builder()
.appIdentifier("string")
.enabled(false)
.metricKey("string")
.metricType("string")
.description("string")
.dimensions(CalculatedMobileMetricDimensionArgs.builder()
.dimensions(CalculatedMobileMetricDimensionDimensionArgs.builder()
.dimension("string")
.topX(0)
.build())
.build())
.name("string")
.userActionFilter(CalculatedMobileMetricUserActionFilterArgs.builder()
.actionDurationFromMilliseconds(0)
.actionDurationToMilliseconds(0)
.apdex("string")
.appVersion("string")
.carrier("string")
.city("string")
.connectionType("string")
.continent("string")
.country("string")
.device("string")
.hasHttpError(false)
.hasReportedError(false)
.isp("string")
.manufacturer("string")
.networkTechnology("string")
.orientation("string")
.osFamily("string")
.osVersion("string")
.region("string")
.resolution("string")
.userActionName("string")
.build())
.build());
calculated_mobile_metric_resource = dynatrace.CalculatedMobileMetric("calculatedMobileMetricResource",
app_identifier="string",
enabled=False,
metric_key="string",
metric_type="string",
description="string",
dimensions=[{
"dimensions": [{
"dimension": "string",
"top_x": 0,
}],
}],
name="string",
user_action_filter={
"action_duration_from_milliseconds": 0,
"action_duration_to_milliseconds": 0,
"apdex": "string",
"app_version": "string",
"carrier": "string",
"city": "string",
"connection_type": "string",
"continent": "string",
"country": "string",
"device": "string",
"has_http_error": False,
"has_reported_error": False,
"isp": "string",
"manufacturer": "string",
"network_technology": "string",
"orientation": "string",
"os_family": "string",
"os_version": "string",
"region": "string",
"resolution": "string",
"user_action_name": "string",
})
const calculatedMobileMetricResource = new dynatrace.CalculatedMobileMetric("calculatedMobileMetricResource", {
appIdentifier: "string",
enabled: false,
metricKey: "string",
metricType: "string",
description: "string",
dimensions: [{
dimensions: [{
dimension: "string",
topX: 0,
}],
}],
name: "string",
userActionFilter: {
actionDurationFromMilliseconds: 0,
actionDurationToMilliseconds: 0,
apdex: "string",
appVersion: "string",
carrier: "string",
city: "string",
connectionType: "string",
continent: "string",
country: "string",
device: "string",
hasHttpError: false,
hasReportedError: false,
isp: "string",
manufacturer: "string",
networkTechnology: "string",
orientation: "string",
osFamily: "string",
osVersion: "string",
region: "string",
resolution: "string",
userActionName: "string",
},
});
type: dynatrace:CalculatedMobileMetric
properties:
appIdentifier: string
description: string
dimensions:
- dimensions:
- dimension: string
topX: 0
enabled: false
metricKey: string
metricType: string
name: string
userActionFilter:
actionDurationFromMilliseconds: 0
actionDurationToMilliseconds: 0
apdex: string
appVersion: string
carrier: string
city: string
connectionType: string
continent: string
country: string
device: string
hasHttpError: false
hasReportedError: false
isp: string
manufacturer: string
networkTechnology: string
orientation: string
osFamily: string
osVersion: string
region: string
resolution: string
userActionName: string
CalculatedMobileMetric 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 CalculatedMobileMetric 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
Key string - The unique key of the calculated mobile/custom app metric.
- Metric
Type string - The type of the metric. Possible values: [ REPORTEDERRORCOUNT, USERACTIONDURATION, WEBREQUESTCOUNT, WEBREQUESTERROR_COUNT ]
- Description string
- Descriptor of a calculated mobile/custom app metric.
- Dimensions
List<Pulumiverse.
Dynatrace. Inputs. Calculated Mobile Metric Dimension> - Parameters of a definition of a calculated mobile/custom app metric.
- Name string
- The displayed name of the metric.
- User
Action Pulumiverse.Filter Dynatrace. Inputs. Calculated Mobile Metric User Action Filter - Parameters of a definition of a calculated mobile/custom app 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
Key string - The unique key of the calculated mobile/custom app metric.
- Metric
Type string - The type of the metric. Possible values: [ REPORTEDERRORCOUNT, USERACTIONDURATION, WEBREQUESTCOUNT, WEBREQUESTERROR_COUNT ]
- Description string
- Descriptor of a calculated mobile/custom app metric.
- Dimensions
[]Calculated
Mobile Metric Dimension Args - Parameters of a definition of a calculated mobile/custom app metric.
- Name string
- The displayed name of the metric.
- User
Action CalculatedFilter Mobile Metric User Action Filter Args - Parameters of a definition of a calculated mobile/custom app 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
Key String - The unique key of the calculated mobile/custom app metric.
- metric
Type String - The type of the metric. Possible values: [ REPORTEDERRORCOUNT, USERACTIONDURATION, WEBREQUESTCOUNT, WEBREQUESTERROR_COUNT ]
- description String
- Descriptor of a calculated mobile/custom app metric.
- dimensions
List<Calculated
Mobile Metric Dimension> - Parameters of a definition of a calculated mobile/custom app metric.
- name String
- The displayed name of the metric.
- user
Action CalculatedFilter Mobile Metric User Action Filter - Parameters of a definition of a calculated mobile/custom app 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
Key string - The unique key of the calculated mobile/custom app metric.
- metric
Type string - The type of the metric. Possible values: [ REPORTEDERRORCOUNT, USERACTIONDURATION, WEBREQUESTCOUNT, WEBREQUESTERROR_COUNT ]
- description string
- Descriptor of a calculated mobile/custom app metric.
- dimensions
Calculated
Mobile Metric Dimension[] - Parameters of a definition of a calculated mobile/custom app metric.
- name string
- The displayed name of the metric.
- user
Action CalculatedFilter Mobile Metric User Action Filter - Parameters of a definition of a calculated mobile/custom app 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_
key str - The unique key of the calculated mobile/custom app metric.
- metric_
type str - The type of the metric. Possible values: [ REPORTEDERRORCOUNT, USERACTIONDURATION, WEBREQUESTCOUNT, WEBREQUESTERROR_COUNT ]
- description str
- Descriptor of a calculated mobile/custom app metric.
- dimensions
Sequence[Calculated
Mobile Metric Dimension Args] - Parameters of a definition of a calculated mobile/custom app metric.
- name str
- The displayed name of the metric.
- user_
action_ Calculatedfilter Mobile Metric User Action Filter Args - Parameters of a definition of a calculated mobile/custom app 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
Key String - The unique key of the calculated mobile/custom app metric.
- metric
Type String - The type of the metric. Possible values: [ REPORTEDERRORCOUNT, USERACTIONDURATION, WEBREQUESTCOUNT, WEBREQUESTERROR_COUNT ]
- description String
- Descriptor of a calculated mobile/custom app metric.
- dimensions List<Property Map>
- Parameters of a definition of a calculated mobile/custom app metric.
- name String
- The displayed name of the metric.
- user
Action Property MapFilter - Parameters of a definition of a calculated mobile/custom app metric.
Outputs
All input properties are implicitly available as output properties. Additionally, the CalculatedMobileMetric 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 CalculatedMobileMetric Resource
Get an existing CalculatedMobileMetric 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?: CalculatedMobileMetricState, opts?: CustomResourceOptions): CalculatedMobileMetric
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
app_identifier: Optional[str] = None,
description: Optional[str] = None,
dimensions: Optional[Sequence[CalculatedMobileMetricDimensionArgs]] = None,
enabled: Optional[bool] = None,
metric_key: Optional[str] = None,
metric_type: Optional[str] = None,
name: Optional[str] = None,
user_action_filter: Optional[CalculatedMobileMetricUserActionFilterArgs] = None) -> CalculatedMobileMetric
func GetCalculatedMobileMetric(ctx *Context, name string, id IDInput, state *CalculatedMobileMetricState, opts ...ResourceOption) (*CalculatedMobileMetric, error)
public static CalculatedMobileMetric Get(string name, Input<string> id, CalculatedMobileMetricState? state, CustomResourceOptions? opts = null)
public static CalculatedMobileMetric get(String name, Output<String> id, CalculatedMobileMetricState 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 mobile/custom app metric.
- Dimensions
List<Pulumiverse.
Dynatrace. Inputs. Calculated Mobile Metric Dimension> - Parameters of a definition of a calculated mobile/custom app metric.
- Enabled bool
- The metric is enabled (
true
) or disabled (false
) - Metric
Key string - The unique key of the calculated mobile/custom app metric.
- Metric
Type string - The type of the metric. Possible values: [ REPORTEDERRORCOUNT, USERACTIONDURATION, WEBREQUESTCOUNT, WEBREQUESTERROR_COUNT ]
- Name string
- The displayed name of the metric.
- User
Action Pulumiverse.Filter Dynatrace. Inputs. Calculated Mobile Metric User Action Filter - Parameters of a definition of a calculated mobile/custom app metric.
- App
Identifier string - The Dynatrace entity ID of the application to which the metric belongs.
- Description string
- Descriptor of a calculated mobile/custom app metric.
- Dimensions
[]Calculated
Mobile Metric Dimension Args - Parameters of a definition of a calculated mobile/custom app metric.
- Enabled bool
- The metric is enabled (
true
) or disabled (false
) - Metric
Key string - The unique key of the calculated mobile/custom app metric.
- Metric
Type string - The type of the metric. Possible values: [ REPORTEDERRORCOUNT, USERACTIONDURATION, WEBREQUESTCOUNT, WEBREQUESTERROR_COUNT ]
- Name string
- The displayed name of the metric.
- User
Action CalculatedFilter Mobile Metric User Action Filter Args - Parameters of a definition of a calculated mobile/custom app metric.
- app
Identifier String - The Dynatrace entity ID of the application to which the metric belongs.
- description String
- Descriptor of a calculated mobile/custom app metric.
- dimensions
List<Calculated
Mobile Metric Dimension> - Parameters of a definition of a calculated mobile/custom app metric.
- enabled Boolean
- The metric is enabled (
true
) or disabled (false
) - metric
Key String - The unique key of the calculated mobile/custom app metric.
- metric
Type String - The type of the metric. Possible values: [ REPORTEDERRORCOUNT, USERACTIONDURATION, WEBREQUESTCOUNT, WEBREQUESTERROR_COUNT ]
- name String
- The displayed name of the metric.
- user
Action CalculatedFilter Mobile Metric User Action Filter - Parameters of a definition of a calculated mobile/custom app metric.
- app
Identifier string - The Dynatrace entity ID of the application to which the metric belongs.
- description string
- Descriptor of a calculated mobile/custom app metric.
- dimensions
Calculated
Mobile Metric Dimension[] - Parameters of a definition of a calculated mobile/custom app metric.
- enabled boolean
- The metric is enabled (
true
) or disabled (false
) - metric
Key string - The unique key of the calculated mobile/custom app metric.
- metric
Type string - The type of the metric. Possible values: [ REPORTEDERRORCOUNT, USERACTIONDURATION, WEBREQUESTCOUNT, WEBREQUESTERROR_COUNT ]
- name string
- The displayed name of the metric.
- user
Action CalculatedFilter Mobile Metric User Action Filter - Parameters of a definition of a calculated mobile/custom app metric.
- app_
identifier str - The Dynatrace entity ID of the application to which the metric belongs.
- description str
- Descriptor of a calculated mobile/custom app metric.
- dimensions
Sequence[Calculated
Mobile Metric Dimension Args] - Parameters of a definition of a calculated mobile/custom app metric.
- enabled bool
- The metric is enabled (
true
) or disabled (false
) - metric_
key str - The unique key of the calculated mobile/custom app metric.
- metric_
type str - The type of the metric. Possible values: [ REPORTEDERRORCOUNT, USERACTIONDURATION, WEBREQUESTCOUNT, WEBREQUESTERROR_COUNT ]
- name str
- The displayed name of the metric.
- user_
action_ Calculatedfilter Mobile Metric User Action Filter Args - Parameters of a definition of a calculated mobile/custom app metric.
- app
Identifier String - The Dynatrace entity ID of the application to which the metric belongs.
- description String
- Descriptor of a calculated mobile/custom app metric.
- dimensions List<Property Map>
- Parameters of a definition of a calculated mobile/custom app metric.
- enabled Boolean
- The metric is enabled (
true
) or disabled (false
) - metric
Key String - The unique key of the calculated mobile/custom app metric.
- metric
Type String - The type of the metric. Possible values: [ REPORTEDERRORCOUNT, USERACTIONDURATION, WEBREQUESTCOUNT, WEBREQUESTERROR_COUNT ]
- name String
- The displayed name of the metric.
- user
Action Property MapFilter - Parameters of a definition of a calculated mobile/custom app metric.
Supporting Types
CalculatedMobileMetricDimension, CalculatedMobileMetricDimensionArgs
- Dimensions
List<Pulumiverse.
Dynatrace. Inputs. Calculated Mobile Metric Dimension Dimension> - A dimensions for the metric usage
- Dimensions
[]Calculated
Mobile Metric Dimension Dimension - A dimensions for the metric usage
- dimensions
List<Calculated
Mobile Metric Dimension Dimension> - A dimensions for the metric usage
- dimensions
Calculated
Mobile Metric Dimension Dimension[] - A dimensions for the metric usage
- dimensions
Sequence[Calculated
Mobile Metric Dimension Dimension] - A dimensions for the metric usage
- dimensions List<Property Map>
- A dimensions for the metric usage
CalculatedMobileMetricDimensionDimension, CalculatedMobileMetricDimensionDimensionArgs
CalculatedMobileMetricUserActionFilter, CalculatedMobileMetricUserActionFilterArgs
- 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 ]
- App
Version string - Only actions coming from this app version are included in the metric calculation.
- Carrier string
- Only actions coming from this carrier type 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.
- Connection
Type string - Only actions coming from this connection type are included in the metric calculation. Possible values: [ LAN, MOBILE, OFFLINE, UNKNOWN, WIFI ]
- 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.
- Device string
- Only actions coming from this app version are included in the metric calculation.
- Has
Http boolError - The request error status of the actions to be included in the metric calculation:
true
orfalse
- Has
Reported boolError - The error status of the actions to be included in the metric calculation:
true
orfalse
- Isp string
- Only actions coming from this internet service provider are included in the metric calculation.
- Manufacturer string
- Only actions coming from devices of this manufacturer are included in the metric calculation.
- Network
Technology string - Filter by network technology
- Orientation string
- Only actions coming from devices with this display orientation are included in the metric calculation. Possible values: [ LANDSCAPE, PORTRAIT, UNKNOWN ]
- 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.
- Region string
- Only actions of users from this region are included in the metric calculation. Specify geolocation ID here.
- Resolution string
- Only actions coming from devices with this display resolution are included in the metric calculation. Possible values: [ CGA, DCI2K, DCI4K, DVGA, FHD, FWVGA, FWXGA, GHDPlus, HD, HQVGA, HQVGA2, HSXGA, HUXGA, HVGA, HXGA, NTSC, PAL, QHD, QQVGA, QSXGA, QUXGA, QVGA, QWXGA, QXGA, SVGA, SXGA, SXGAMinus, SXGAPlus, UGA, UHD16K, UHD4K, UHD8K, UHDPlus, UNKNOWN, UWQHD, UXGA, VGA, WHSXGA, WHUXGA, WHXGA, WQSXGA, WQUXGA, WQVGA, WQVGA2, WQVGA3, WQXGA, WQXGA2, WSVGA, WSVGA2, WSXGA, WSXGAPlus, WUXGA, WVGA, WVGA2, WXGA, WXGA2, WXGA3, WXGAPlus, XGA, XGAPLUS, _1280x854, nHD, qHD ]
- User
Action stringName - Only actions with this name are included in the metric calculation.
- 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 ]
- App
Version string - Only actions coming from this app version are included in the metric calculation.
- Carrier string
- Only actions coming from this carrier type 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.
- Connection
Type string - Only actions coming from this connection type are included in the metric calculation. Possible values: [ LAN, MOBILE, OFFLINE, UNKNOWN, WIFI ]
- 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.
- Device string
- Only actions coming from this app version are included in the metric calculation.
- Has
Http boolError - The request error status of the actions to be included in the metric calculation:
true
orfalse
- Has
Reported boolError - The error status of the actions to be included in the metric calculation:
true
orfalse
- Isp string
- Only actions coming from this internet service provider are included in the metric calculation.
- Manufacturer string
- Only actions coming from devices of this manufacturer are included in the metric calculation.
- Network
Technology string - Filter by network technology
- Orientation string
- Only actions coming from devices with this display orientation are included in the metric calculation. Possible values: [ LANDSCAPE, PORTRAIT, UNKNOWN ]
- 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.
- Region string
- Only actions of users from this region are included in the metric calculation. Specify geolocation ID here.
- Resolution string
- Only actions coming from devices with this display resolution are included in the metric calculation. Possible values: [ CGA, DCI2K, DCI4K, DVGA, FHD, FWVGA, FWXGA, GHDPlus, HD, HQVGA, HQVGA2, HSXGA, HUXGA, HVGA, HXGA, NTSC, PAL, QHD, QQVGA, QSXGA, QUXGA, QVGA, QWXGA, QXGA, SVGA, SXGA, SXGAMinus, SXGAPlus, UGA, UHD16K, UHD4K, UHD8K, UHDPlus, UNKNOWN, UWQHD, UXGA, VGA, WHSXGA, WHUXGA, WHXGA, WQSXGA, WQUXGA, WQVGA, WQVGA2, WQVGA3, WQXGA, WQXGA2, WSVGA, WSVGA2, WSXGA, WSXGAPlus, WUXGA, WVGA, WVGA2, WXGA, WXGA2, WXGA3, WXGAPlus, XGA, XGAPLUS, _1280x854, nHD, qHD ]
- User
Action stringName - Only actions with this name are included in the metric calculation.
- 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 ]
- app
Version String - Only actions coming from this app version are included in the metric calculation.
- carrier String
- Only actions coming from this carrier type 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.
- connection
Type String - Only actions coming from this connection type are included in the metric calculation. Possible values: [ LAN, MOBILE, OFFLINE, UNKNOWN, WIFI ]
- 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.
- device String
- Only actions coming from this app version are included in the metric calculation.
- has
Http BooleanError - The request error status of the actions to be included in the metric calculation:
true
orfalse
- has
Reported BooleanError - The error status of the actions to be included in the metric calculation:
true
orfalse
- isp String
- Only actions coming from this internet service provider are included in the metric calculation.
- manufacturer String
- Only actions coming from devices of this manufacturer are included in the metric calculation.
- network
Technology String - Filter by network technology
- orientation String
- Only actions coming from devices with this display orientation are included in the metric calculation. Possible values: [ LANDSCAPE, PORTRAIT, UNKNOWN ]
- 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.
- region String
- Only actions of users from this region are included in the metric calculation. Specify geolocation ID here.
- resolution String
- Only actions coming from devices with this display resolution are included in the metric calculation. Possible values: [ CGA, DCI2K, DCI4K, DVGA, FHD, FWVGA, FWXGA, GHDPlus, HD, HQVGA, HQVGA2, HSXGA, HUXGA, HVGA, HXGA, NTSC, PAL, QHD, QQVGA, QSXGA, QUXGA, QVGA, QWXGA, QXGA, SVGA, SXGA, SXGAMinus, SXGAPlus, UGA, UHD16K, UHD4K, UHD8K, UHDPlus, UNKNOWN, UWQHD, UXGA, VGA, WHSXGA, WHUXGA, WHXGA, WQSXGA, WQUXGA, WQVGA, WQVGA2, WQVGA3, WQXGA, WQXGA2, WSVGA, WSVGA2, WSXGA, WSXGAPlus, WUXGA, WVGA, WVGA2, WXGA, WXGA2, WXGA3, WXGAPlus, XGA, XGAPLUS, _1280x854, nHD, qHD ]
- user
Action StringName - Only actions with this name are included in the metric calculation.
- 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 ]
- app
Version string - Only actions coming from this app version are included in the metric calculation.
- carrier string
- Only actions coming from this carrier type 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.
- connection
Type string - Only actions coming from this connection type are included in the metric calculation. Possible values: [ LAN, MOBILE, OFFLINE, UNKNOWN, WIFI ]
- 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.
- device string
- Only actions coming from this app version are included in the metric calculation.
- has
Http booleanError - The request error status of the actions to be included in the metric calculation:
true
orfalse
- has
Reported booleanError - The error status of the actions to be included in the metric calculation:
true
orfalse
- isp string
- Only actions coming from this internet service provider are included in the metric calculation.
- manufacturer string
- Only actions coming from devices of this manufacturer are included in the metric calculation.
- network
Technology string - Filter by network technology
- orientation string
- Only actions coming from devices with this display orientation are included in the metric calculation. Possible values: [ LANDSCAPE, PORTRAIT, UNKNOWN ]
- 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.
- region string
- Only actions of users from this region are included in the metric calculation. Specify geolocation ID here.
- resolution string
- Only actions coming from devices with this display resolution are included in the metric calculation. Possible values: [ CGA, DCI2K, DCI4K, DVGA, FHD, FWVGA, FWXGA, GHDPlus, HD, HQVGA, HQVGA2, HSXGA, HUXGA, HVGA, HXGA, NTSC, PAL, QHD, QQVGA, QSXGA, QUXGA, QVGA, QWXGA, QXGA, SVGA, SXGA, SXGAMinus, SXGAPlus, UGA, UHD16K, UHD4K, UHD8K, UHDPlus, UNKNOWN, UWQHD, UXGA, VGA, WHSXGA, WHUXGA, WHXGA, WQSXGA, WQUXGA, WQVGA, WQVGA2, WQVGA3, WQXGA, WQXGA2, WSVGA, WSVGA2, WSXGA, WSXGAPlus, WUXGA, WVGA, WVGA2, WXGA, WXGA2, WXGA3, WXGAPlus, XGA, XGAPLUS, _1280x854, nHD, qHD ]
- user
Action stringName - Only actions with this name are included in the metric calculation.
- 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 ]
- app_
version str - Only actions coming from this app version are included in the metric calculation.
- carrier str
- Only actions coming from this carrier type 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.
- connection_
type str - Only actions coming from this connection type are included in the metric calculation. Possible values: [ LAN, MOBILE, OFFLINE, UNKNOWN, WIFI ]
- 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.
- device str
- Only actions coming from this app version are included in the metric calculation.
- has_
http_ boolerror - The request error status of the actions to be included in the metric calculation:
true
orfalse
- has_
reported_ boolerror - The error status of the actions to be included in the metric calculation:
true
orfalse
- isp str
- Only actions coming from this internet service provider are included in the metric calculation.
- manufacturer str
- Only actions coming from devices of this manufacturer are included in the metric calculation.
- network_
technology str - Filter by network technology
- orientation str
- Only actions coming from devices with this display orientation are included in the metric calculation. Possible values: [ LANDSCAPE, PORTRAIT, UNKNOWN ]
- 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.
- region str
- Only actions of users from this region are included in the metric calculation. Specify geolocation ID here.
- resolution str
- Only actions coming from devices with this display resolution are included in the metric calculation. Possible values: [ CGA, DCI2K, DCI4K, DVGA, FHD, FWVGA, FWXGA, GHDPlus, HD, HQVGA, HQVGA2, HSXGA, HUXGA, HVGA, HXGA, NTSC, PAL, QHD, QQVGA, QSXGA, QUXGA, QVGA, QWXGA, QXGA, SVGA, SXGA, SXGAMinus, SXGAPlus, UGA, UHD16K, UHD4K, UHD8K, UHDPlus, UNKNOWN, UWQHD, UXGA, VGA, WHSXGA, WHUXGA, WHXGA, WQSXGA, WQUXGA, WQVGA, WQVGA2, WQVGA3, WQXGA, WQXGA2, WSVGA, WSVGA2, WSXGA, WSXGAPlus, WUXGA, WVGA, WVGA2, WXGA, WXGA2, WXGA3, WXGAPlus, XGA, XGAPLUS, _1280x854, nHD, qHD ]
- user_
action_ strname - Only actions with this name are included in the metric calculation.
- 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 ]
- app
Version String - Only actions coming from this app version are included in the metric calculation.
- carrier String
- Only actions coming from this carrier type 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.
- connection
Type String - Only actions coming from this connection type are included in the metric calculation. Possible values: [ LAN, MOBILE, OFFLINE, UNKNOWN, WIFI ]
- 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.
- device String
- Only actions coming from this app version are included in the metric calculation.
- has
Http BooleanError - The request error status of the actions to be included in the metric calculation:
true
orfalse
- has
Reported BooleanError - The error status of the actions to be included in the metric calculation:
true
orfalse
- isp String
- Only actions coming from this internet service provider are included in the metric calculation.
- manufacturer String
- Only actions coming from devices of this manufacturer are included in the metric calculation.
- network
Technology String - Filter by network technology
- orientation String
- Only actions coming from devices with this display orientation are included in the metric calculation. Possible values: [ LANDSCAPE, PORTRAIT, UNKNOWN ]
- 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.
- region String
- Only actions of users from this region are included in the metric calculation. Specify geolocation ID here.
- resolution String
- Only actions coming from devices with this display resolution are included in the metric calculation. Possible values: [ CGA, DCI2K, DCI4K, DVGA, FHD, FWVGA, FWXGA, GHDPlus, HD, HQVGA, HQVGA2, HSXGA, HUXGA, HVGA, HXGA, NTSC, PAL, QHD, QQVGA, QSXGA, QUXGA, QVGA, QWXGA, QXGA, SVGA, SXGA, SXGAMinus, SXGAPlus, UGA, UHD16K, UHD4K, UHD8K, UHDPlus, UNKNOWN, UWQHD, UXGA, VGA, WHSXGA, WHUXGA, WHXGA, WQSXGA, WQUXGA, WQVGA, WQVGA2, WQVGA3, WQXGA, WQXGA2, WSVGA, WSVGA2, WSXGA, WSXGAPlus, WUXGA, WVGA, WVGA2, WXGA, WXGA2, WXGA3, WXGAPlus, XGA, XGAPLUS, _1280x854, nHD, qHD ]
- user
Action StringName - Only actions with this name 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.