@@ -2782,6 +2782,7 @@ components:
27822782 peer_tags:
27832783 description: Tags to query for a specific downstream entity (peer.service, peer.db_instance, peer.s3, peer.s3.bucket, etc.).
27842784 items:
2785+ description: "A tag identifying a specific downstream entity (for example: peer.service, peer.db_instance)."
27852786 example: "peer.service:my-service"
27862787 type: string
27872788 type: array
@@ -6647,6 +6648,7 @@ components:
66476648 sources:
66486649 additionalProperties:
66496650 items:
6651+ description: A fallback source attribute name.
66506652 type: string
66516653 type: array
66526654 description: Fallback sources used to populate value of field.
@@ -6695,6 +6697,7 @@ components:
66956697 description: Optional list of profiles to modify the schema.
66966698 example: ["security_control", "host"]
66976699 items:
6700+ description: A profile name that modifies the schema behavior.
66986701 type: string
66996702 type: array
67006703 schema_type:
@@ -7808,6 +7811,7 @@ components:
78087811 description: Columns to group results by.
78097812 example: ["col1", "col2"]
78107813 items:
7814+ description: A column name to group results by.
78117815 type: string
78127816 type: array
78137817 model_type_override:
@@ -7827,6 +7831,7 @@ components:
78277831 description: Optional grouping fields for aggregation.
78287832 example: ["entity_id"]
78297833 items:
7834+ description: A field name to group results by.
78307835 type: string
78317836 type: array
78327837 measure:
@@ -11161,8 +11166,10 @@ components:
1116111166 description: Product Analytics audience account subquery.
1116211167 properties:
1116311168 name:
11169+ description: The name of the account subquery.
1116411170 type: string
1116511171 query:
11172+ description: The query string for the account subquery.
1116611173 type: string
1116711174 type: object
1116811175 ProductAnalyticsAudienceFilters:
@@ -11173,6 +11180,7 @@ components:
1117311180 $ref: "#/components/schemas/ProductAnalyticsAudienceAccountSubquery"
1117411181 type: array
1117511182 filter_condition:
11183+ description: An optional filter condition applied to the audience subquery.
1117611184 type: string
1117711185 segments:
1117811186 items:
@@ -11184,26 +11192,33 @@ components:
1118411192 type: array
1118511193 type: object
1118611194 ProductAnalyticsAudienceOccurrenceFilter:
11195+ description: Filter applied to occurrence counts when building a Product Analytics audience.
1118711196 properties:
1118811197 operator:
11198+ description: "The comparison operator used for the occurrence filter (for example: `gt`, `lt`, `eq`)."
1118911199 type: string
1119011200 value:
11201+ description: The threshold value to compare occurrence counts against.
1119111202 type: string
1119211203 type: object
1119311204 ProductAnalyticsAudienceSegmentSubquery:
1119411205 description: Product Analytics audience segment subquery.
1119511206 properties:
1119611207 name:
11208+ description: The name of the segment subquery.
1119711209 type: string
1119811210 segment_id:
11211+ description: The unique identifier of the segment.
1119911212 type: string
1120011213 type: object
1120111214 ProductAnalyticsAudienceUserSubquery:
1120211215 description: Product Analytics audience user subquery.
1120311216 properties:
1120411217 name:
11218+ description: The name of the user subquery.
1120511219 type: string
1120611220 query:
11221+ description: The query string for the user subquery.
1120711222 type: string
1120811223 type: object
1120911224 QuerySortOrder:
@@ -11772,6 +11787,7 @@ components:
1177211787 - $ref: "#/components/schemas/SLOCountDefinitionWithBadEventsFormula"
1177311788 SLOCountDefinitionWithBadEventsFormula:
1177411789 additionalProperties: false
11790+ description: SLO count definition using a bad events formula alongside a good events formula.
1177511791 properties:
1177611792 bad_events_formula:
1177711793 $ref: "#/components/schemas/SLOFormula"
@@ -11798,6 +11814,7 @@ components:
1179811814 type: object
1179911815 SLOCountDefinitionWithTotalEventsFormula:
1180011816 additionalProperties: false
11817+ description: SLO count definition using a total events formula alongside a good events formula.
1180111818 properties:
1180211819 good_events_formula:
1180311820 $ref: "#/components/schemas/SLOFormula"
@@ -13004,6 +13021,7 @@ components:
1300413021 description: Fields to group by.
1300513022 example: ["source", "destination"]
1300613023 items:
13024+ description: A field name to group by.
1300713025 type: string
1300813026 type: array
1300913027 limit:
@@ -13626,6 +13644,7 @@ components:
1362613644 Always included in service level objective responses (but may be empty).
1362713645 example: ["env:prod", "app:core"]
1362813646 items:
13647+ description: A tag associated with the service level objective.
1362913648 type: string
1363013649 type: array
1363113650 created_at:
@@ -13649,6 +13668,7 @@ components:
1364913668 env_tags:
1365013669 description: Tags with the `env` tag key.
1365113670 items:
13671+ description: A tag with the `env` tag key.
1365213672 type: string
1365313673 type: array
1365413674 groups:
@@ -13693,6 +13713,7 @@ components:
1369313713 service_tags:
1369413714 description: Tags with the `service` tag key.
1369513715 items:
13716+ description: A tag with the `service` tag key.
1369613717 type: string
1369713718 type: array
1369813719 slo_type:
@@ -13702,6 +13723,7 @@ components:
1370213723 team_tags:
1370313724 description: Tags with the `team` tag key.
1370413725 items:
13726+ description: A tag with the `team` tag key.
1370513727 type: string
1370613728 type: array
1370713729 thresholds:
@@ -14712,6 +14734,7 @@ components:
1471214734 description: The tag values.
1471314735 example: ["env"]
1471414736 items:
14737+ description: A tag value string.
1471514738 minLength: 1
1471614739 type: string
1471714740 type: array
@@ -17989,6 +18012,7 @@ components:
1798918012 blockedRequestPatterns:
1799018013 description: Array of URL patterns to block.
1799118014 items:
18015+ description: A URL pattern to block during the Synthetic test.
1799218016 type: string
1799318017 type: array
1799418018 checkCertificateRevocation:
0 commit comments