@@ -4624,8 +4624,6 @@ components:
46244624 - asm_serverless_traced_invocations_percentage
46254625 - bits_ai_investigations_usage
46264626 - browser_usage
4627- - ci_code_coverage_committers_percentage
4628- - ci_code_coverage_committers_usage
46294627 - ci_pipeline_indexed_spans_usage
46304628 - ci_test_indexed_spans_usage
46314629 - ci_visibility_itr_usage
@@ -4711,8 +4709,6 @@ components:
47114709 - ASM_SERVERLESS_TRACED_INVOCATIONS_PERCENTAGE
47124710 - BITS_AI_INVESTIGATIONS_USAGE
47134711 - BROWSER_USAGE
4714- - CI_CODE_COVERAGE_COMMITTERS_PERCENTAGE
4715- - CI_CODE_COVERAGE_COMMITTERS_USAGE
47164712 - CI_PIPELINE_INDEXED_SPANS_USAGE
47174713 - CI_TEST_INDEXED_SPANS_USAGE
47184714 - CI_VISIBILITY_ITR_USAGE
@@ -9581,14 +9577,6 @@ components:
95819577 description: The synthetic browser test usage by tag(s).
95829578 format: double
95839579 type: number
9584- ci_code_coverage_committers_percentage:
9585- description: The percentage of Code Coverage committers usage by tag(s).
9586- format: double
9587- type: number
9588- ci_code_coverage_committers_usage:
9589- description: The total Code Coverage committers usage by tag(s).
9590- format: double
9591- type: number
95929580 ci_pipeline_indexed_spans_percentage:
95939581 description: The percentage of CI Pipeline Indexed Spans usage by tag(s).
95949582 format: double
@@ -19536,6 +19524,23 @@ components:
1953619524 x-enum-varnames:
1953719525 - BARS
1953819526 - AREA
19527+ TimeseriesRequestStyle:
19528+ description: Define request widget style for timeseries widgets.
19529+ properties:
19530+ has_value_labels:
19531+ description: If true, the value is displayed as a label relative to the
19532+ data point.
19533+ type: boolean
19534+ line_type:
19535+ $ref: '#/components/schemas/WidgetLineType'
19536+ line_width:
19537+ $ref: '#/components/schemas/WidgetLineWidth'
19538+ order_by:
19539+ $ref: '#/components/schemas/WidgetStyleOrderBy'
19540+ palette:
19541+ description: Color palette to apply to the widget.
19542+ type: string
19543+ type: object
1953919544 TimeseriesWidgetDefinition:
1954019545 description: The timeseries visualization allows you to display the evolution
1954119546 of one or more metrics, log events, or Indexed Spans over time.
@@ -19711,7 +19716,7 @@ components:
1971119716 deprecated: true
1971219717 description: Deprecated - Use `queries` and `formulas` instead.
1971319718 style:
19714- $ref: '#/components/schemas/WidgetRequestStyle '
19719+ $ref: '#/components/schemas/TimeseriesRequestStyle '
1971519720 type: object
1971619721 ToplistWidgetDefinition:
1971719722 description: The top list visualization enables you to display a list of Tag
0 commit comments