@@ -19302,8 +19302,10 @@ components:
1930219302 include_percentiles:
1930319303 $ref: '#/components/schemas/RumMetricComputeIncludePercentiles'
1930419304 path:
19305- description: The path to the value the rum-based metric will aggregate on
19306- (only used if the aggregation type is a "distribution").
19305+ description: 'The path to the value the rum-based metric will aggregate
19306+ on.
19307+
19308+ Only present when `aggregation_type` is `distribution`.'
1930719309 example: '@duration'
1930819310 type: string
1930919311 required:
@@ -19323,7 +19325,7 @@ components:
1932319325 description: 'Toggle to include or exclude percentile aggregations for distribution
1932419326 metrics.
1932519327
19326- Only present when the `aggregation_type` is `distribution`.'
19328+ Only present when `aggregation_type` is `distribution`.'
1932719329 example: true
1932819330 type: boolean
1932919331 RumMetricCreateAttributes:
@@ -19394,8 +19396,7 @@ components:
1939419396 properties:
1939519397 query:
1939619398 default: '*'
19397- description: The search query - following the RUM search syntax. Must include
19398- an @type facet query.
19399+ description: The search query - following the RUM search syntax.
1939919400 example: '@service:web-ui: '
1940019401 type: string
1940119402 required:
@@ -19410,8 +19411,8 @@ components:
1941019411 example: '@browser.name'
1941119412 type: string
1941219413 tag_name:
19413- description: Eventual name of the tag that gets created. By default, the
19414- path attribute is used as the tag name.
19414+ description: Eventual name of the tag that gets created. By default, `path`
19415+ is used as the tag name.
1941519416 example: browser_name
1941619417 type: string
1941719418 required:
@@ -19452,8 +19453,10 @@ components:
1945219453 include_percentiles:
1945319454 $ref: '#/components/schemas/RumMetricComputeIncludePercentiles'
1945419455 path:
19455- description: The path to the value the rum-based metric will aggregate on
19456- (only used if the aggregation type is a "distribution").
19456+ description: 'The path to the value the rum-based metric will aggregate
19457+ on.
19458+
19459+ Only present when `aggregation_type` is `distribution`.'
1945719460 example: '@duration'
1945819461 type: string
1945919462 type: object
@@ -19485,14 +19488,14 @@ components:
1948519488 example: '@http.status_code'
1948619489 type: string
1948719490 tag_name:
19488- description: Eventual name of the tag that gets created. By default, the
19489- path attribute is used as the tag name.
19491+ description: Eventual name of the tag that gets created. By default, `path`
19492+ is used as the tag name.
1949019493 example: status_code
1949119494 type: string
1949219495 type: object
1949319496 RumMetricResponseUniqueness:
19494- description: The rule to count updatable events. Is only set if " event_type"
19495- is "sessions" or "views" .
19497+ description: The rule to count updatable events. Is only set if ` event_type`
19498+ is `session` or `view` .
1949619499 properties:
1949719500 when:
1949819501 $ref: '#/components/schemas/RumMetricUniquenessWhen'
@@ -19507,17 +19510,17 @@ components:
1950719510 x-enum-varnames:
1950819511 - RUM_METRICS
1950919512 RumMetricUniqueness:
19510- description: The rule to count updatable events. Is only set if " event_type"
19511- is " sessions" or " views" .
19513+ description: The rule to count updatable events. Is only set if ` event_type`
19514+ is ` sessions` or ` views` .
1951219515 properties:
1951319516 when:
1951419517 $ref: '#/components/schemas/RumMetricUniquenessWhen'
1951519518 required:
1951619519 - when
1951719520 type: object
1951819521 RumMetricUniquenessWhen:
19519- description: When to count updatable events. " match" when the event is first
19520- seen, or " end" when the event is complete.
19522+ description: When to count updatable events. ` match` when the event is first
19523+ seen, or ` end` when the event is complete.
1952119524 enum:
1952219525 - match
1952319526 - end
0 commit comments