@@ -712,7 +712,7 @@ components:
712
712
the dedicated [Request JSON schema documentation](https://docs.datadoghq.com/dashboards/graphing_json/request_json)\n
713
713
to learn how to build the `REQUEST_SCHEMA`."
714
714
example:
715
- - q/apm_query/log_query : <METRIC_1>{<SCOPE_1>}
715
+ - q: <METRIC_1>{<SCOPE_1>}
716
716
items:
717
717
$ref: '#/components/schemas/ChangeWidgetRequest'
718
718
maxItems: 1
@@ -2435,6 +2435,7 @@ components:
2435
2435
description: A formula and functions metrics query.
2436
2436
example:
2437
2437
data_source: metrics
2438
+ name: my_query
2438
2439
query: avg:system.cpu.user{*}
2439
2440
properties:
2440
2441
aggregator:
@@ -2613,7 +2614,6 @@ components:
2613
2614
requests:
2614
2615
description: Request payload used to query items.
2615
2616
example:
2616
- - request_type: funnel
2617
2617
- query:
2618
2618
data_source: rum
2619
2619
query_string: '@browser.name:Chrome'
@@ -2622,6 +2622,7 @@ components:
2622
2622
value: /logs
2623
2623
- facet: '@view.name'
2624
2624
value: /apm/home
2625
+ request_type: funnel
2625
2626
items:
2626
2627
$ref: '#/components/schemas/FunnelWidgetRequest'
2627
2628
maxItems: 1
@@ -2754,7 +2755,9 @@ components:
2754
2755
2755
2756
for information about building the `REQUEST_SCHEMA`.'
2756
2757
example:
2757
- - rum_query: <METRIC_1>{<SCOPE_1>}
2758
+ - rum_query:
2759
+ search:
2760
+ query: <METRIC_1>{<SCOPE_1>}
2758
2761
items:
2759
2762
$ref: '#/components/schemas/GeomapWidgetRequest'
2760
2763
maxItems: 1
@@ -2977,7 +2980,7 @@ components:
2977
2980
example: payment
2978
2981
type: string
2979
2982
required:
2980
- - name
2983
+ - message
2981
2984
type: object
2982
2985
HTTPMethod:
2983
2986
description: The HTTP method.
@@ -3878,13 +3881,13 @@ components:
3878
3881
requests:
3879
3882
description: Request payload used to query items.
3880
3883
example:
3881
- - response_format: event_list
3882
3884
- columns:
3883
3885
- field: timestamp
3884
3886
width: auto
3885
- - query:
3887
+ query:
3886
3888
data_source: issue_stream
3887
3889
query_string: '@data_source:APM'
3890
+ response_format: event_list
3888
3891
items:
3889
3892
$ref: '#/components/schemas/ListStreamWidgetRequest'
3890
3893
maxItems: 1
@@ -6061,7 +6064,7 @@ components:
6061
6064
stops reporting.
6062
6065
type: boolean
6063
6066
renotify_interval:
6064
- default: none
6067
+ default: null
6065
6068
description: "The number of minutes after the last notification before a
6066
6069
monitor re-notifies on the current status.\nIt only re-notifies if it\u2019s
6067
6070
not resolved."
@@ -6106,7 +6109,7 @@ components:
6106
6109
thresholds:
6107
6110
$ref: '#/components/schemas/MonitorThresholds'
6108
6111
timeout_h:
6109
- default: none
6112
+ default: null
6110
6113
description: The number of hours of the monitor not reporting data before
6111
6114
it automatically resolves from a triggered state. The minimum allowed
6112
6115
value is 0 hours. The maximum allowed value is 24 hours.
@@ -6945,6 +6948,7 @@ components:
6945
6948
type: boolean
6946
6949
type: object
6947
6950
NotebookCellCreateRequest:
6951
+ additionalProperties: false
6948
6952
description: The description of a notebook cell create request.
6949
6953
properties:
6950
6954
attributes:
@@ -7289,7 +7293,6 @@ components:
7289
7293
$ref: '#/components/schemas/NotebookMetadataType'
7290
7294
type: object
7291
7295
NotebookMetadataType:
7292
- default: null
7293
7296
description: Metadata type of the notebook.
7294
7297
enum:
7295
7298
- postmortem
@@ -8561,17 +8564,17 @@ components:
8561
8564
description: For `monitor` based SLOs, this includes the aggregated history
8562
8565
as arrays that include time series and uptime data where `0=monitor` is
8563
8566
in `OK` state and `1=monitor` is in `alert` state.
8567
+ example:
8568
+ - - 1579212382
8569
+ - 0
8564
8570
items:
8565
8571
description: Represents an array time series data.
8566
8572
example:
8567
- - - 1579212382
8568
- - 0
8573
+ - 1579212382
8574
+ - 0
8569
8575
items:
8570
8576
description: A time series data point which is a tuple of (timestamp,
8571
8577
value).
8572
- example:
8573
- - 1579212382
8574
- - 0
8575
8578
format: double
8576
8579
type: number
8577
8580
maxItems: 2
@@ -8597,7 +8600,7 @@ components:
8597
8600
deprecated: true
8598
8601
description: The amount of decimal places the SLI value is accurate to for
8599
8602
the given from `&&` to timestamp. Use `span_precision` instead.
8600
- example: 2
8603
+ example: 2.0
8601
8604
format: double
8602
8605
type: number
8603
8606
preview:
@@ -8615,7 +8618,7 @@ components:
8615
8618
span_precision:
8616
8619
description: The amount of decimal places the SLI value is accurate to for
8617
8620
the given from `&&` to timestamp.
8618
- example: 2
8621
+ example: 2.0
8619
8622
format: double
8620
8623
type: number
8621
8624
uptime:
@@ -8642,7 +8645,6 @@ components:
8642
8645
8643
8646
8644
8647
This is not included in responses for `monitor` based SLOs.'
8645
- example: []
8646
8648
items:
8647
8649
description: A grouping parameter.
8648
8650
type: string
@@ -8653,7 +8655,6 @@ components:
8653
8655
8654
8656
8655
8657
This is not included in the responses for `metric` based SLOs.'
8656
- example: []
8657
8658
items:
8658
8659
$ref: '#/components/schemas/SLOHistoryMonitor'
8659
8660
type: array
@@ -8663,7 +8664,6 @@ components:
8663
8664
8664
8665
8665
8666
This is not included in the responses for `metric` based SLOs.'
8666
- example: []
8667
8667
items:
8668
8668
$ref: '#/components/schemas/SLOHistoryMonitor'
8669
8669
type: array
@@ -8675,7 +8675,10 @@ components:
8675
8675
additionalProperties:
8676
8676
$ref: '#/components/schemas/SLOThreshold'
8677
8677
description: mapping of string timeframe to the SLO threshold.
8678
- example: {}
8678
+ example:
8679
+ my_service:
8680
+ target: 95
8681
+ timeframe: 7d
8679
8682
type: object
8680
8683
to_ts:
8681
8684
description: The `to` timestamp in epoch seconds.
@@ -8740,17 +8743,17 @@ components:
8740
8743
description: For `monitor` based SLOs, this includes the aggregated history
8741
8744
as arrays that include time series and uptime data where `0=monitor` is
8742
8745
in `OK` state and `1=monitor` is in `alert` state.
8746
+ example:
8747
+ - - 1579212382
8748
+ - 0
8743
8749
items:
8744
8750
description: Represents an array time series data.
8745
8751
example:
8746
- - - 1579212382
8747
- - 0
8752
+ - 1579212382
8753
+ - 0
8748
8754
items:
8749
8755
description: A time series data point which is a tuple of (timestamp,
8750
8756
value).
8751
- example:
8752
- - 1579212382
8753
- - 0
8754
8757
format: double
8755
8758
type: number
8756
8759
maxItems: 2
@@ -8798,7 +8801,7 @@ components:
8798
8801
span_precision:
8799
8802
description: The amount of decimal places the SLI value is accurate to for
8800
8803
the given from `&&` to timestamp.
8801
- example: 2
8804
+ example: 2.0
8802
8805
format: double
8803
8806
type: number
8804
8807
uptime:
@@ -10300,7 +10303,6 @@ components:
10300
10303
target:
10301
10304
description: Value used by the operator.
10302
10305
example: 123456
10303
- nullable: false
10304
10306
type:
10305
10307
$ref: '#/components/schemas/SyntheticsAssertionType'
10306
10308
required:
@@ -18542,10 +18544,9 @@ paths:
18542
18544
application/json:
18543
18545
schema:
18544
18546
example:
18545
- value:
18546
- - namespace1
18547
- - namespace2
18548
- - namespace3
18547
+ - namespace1
18548
+ - namespace2
18549
+ - namespace3
18549
18550
items:
18550
18551
type: string
18551
18552
type: array
@@ -22749,7 +22750,7 @@ paths:
22749
22750
- metric: system.load.1
22750
22751
points:
22751
22752
- - ${NOW}
22752
- - ' 1234.5'
22753
+ - 1234.5
22753
22754
x-variables:
22754
22755
NOW: $(date +%s)
22755
22756
schema:
@@ -27539,6 +27540,10 @@ paths:
27539
27540
value:
27540
27541
- message: hello
27541
27542
- message: world
27543
+ schema:
27544
+ $ref: '#/components/schemas/HTTPLog'
27545
+ application/json;simple:
27546
+ examples:
27542
27547
simple-json-message:
27543
27548
description: Log attributes can be passed as `key:value` pairs in
27544
27549
valid JSON messages.
@@ -27549,7 +27554,7 @@ paths:
27549
27554
hostname: fa1e1e739d95
27550
27555
message: hello world
27551
27556
schema:
27552
- $ref: '#/components/schemas/HTTPLog '
27557
+ $ref: '#/components/schemas/HTTPLogItem '
27553
27558
application/logplex-1:
27554
27559
examples:
27555
27560
multi-raw-message:
0 commit comments