Skip to content

Update documentation for Flex Logs Starter #1742

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-08-05 16:34:58.369594",
"spec_repo_commit": "578f6c8c"
"regenerated": "2024-08-06 15:05:20.278967",
"spec_repo_commit": "0e8a9cfa"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-08-05 16:34:58.387579",
"spec_repo_commit": "578f6c8c"
"regenerated": "2024-08-06 15:05:20.297225",
"spec_repo_commit": "0e8a9cfa"
}
}
}
47 changes: 47 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18998,6 +18998,22 @@ components:
over all hours in the current date for the given org.
format: int64
type: integer
flex_logs_starter_avg:
description: Shows the average number of Flex Logs Starter Instances over
all hours in the current date for the given org.
format: int64
type: integer
flex_logs_starter_storage_index_avg:
description: Shows the average number of Flex Logs Starter Storage Index
Instances over all hours in the current date for the given org.
format: int64
type: integer
flex_logs_starter_storage_retention_adjustment_avg:
description: Shows the average number of Flex Logs Starter Storage Retention
Adjustment Instances over all hours in the current date for the given
org.
format: int64
type: integer
flex_stored_logs_avg:
description: Shows the average of all Flex Stored Logs over all hours in
the current date for the given org.
Expand Down Expand Up @@ -19712,6 +19728,22 @@ components:
over all hours in the current date for the given org.
format: int64
type: integer
flex_logs_starter_avg:
description: Shows the average number of Flex Logs Starter Instances over
all hours in the current date for the given org.
format: int64
type: integer
flex_logs_starter_storage_index_avg:
description: Shows the average number of Flex Logs Starter Storage Index
Instances over all hours in the current date for the given org.
format: int64
type: integer
flex_logs_starter_storage_retention_adjustment_avg:
description: Shows the average number of Flex Logs Starter Storage Retention
Adjustment Instances over all hours in the current date for the given
org.
format: int64
type: integer
flex_stored_logs_avg:
description: Shows the average of all Flex Stored Logs over all hours in
the current date for the given org.
Expand Down Expand Up @@ -20435,6 +20467,21 @@ components:
over all hours in the current months for all organizations.
format: int64
type: integer
flex_logs_starter_avg_sum:
description: Shows the average number of Flex Logs Starter Instances over
all hours in the current months for all organizations.
format: int64
type: integer
flex_logs_starter_storage_index_avg_sum:
description: Shows the average number of Flex Logs Starter Storage Index
Instances over all hours in the current months for all organizations.
format: int64
type: integer
flex_logs_starter_storage_retention_adjustment_avg_sum:
description: Shows the average number of Flex Logs Starter Storage Retention
Adjustment Instances over all hours in the current months for all organizations.
format: int64
type: integer
flex_stored_logs_avg_sum:
description: Shows the average of all Flex Stored Logs over all hours in
the current months for all organizations.
Expand Down
27 changes: 27 additions & 0 deletions packages/datadog-api-client-v1/models/UsageSummaryDate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,18 @@ export class UsageSummaryDate {
* Shows the average number of Flex Logs Compute Extra Small Instances over all hours in the current date for the given org.
*/
"flexLogsComputeXsmallAvg"?: number;
/**
* Shows the average number of Flex Logs Starter Instances over all hours in the current date for the given org.
*/
"flexLogsStarterAvg"?: number;
/**
* Shows the average number of Flex Logs Starter Storage Index Instances over all hours in the current date for the given org.
*/
"flexLogsStarterStorageIndexAvg"?: number;
/**
* Shows the average number of Flex Logs Starter Storage Retention Adjustment Instances over all hours in the current date for the given org.
*/
"flexLogsStarterStorageRetentionAdjustmentAvg"?: number;
/**
* Shows the average of all Flex Stored Logs over all hours in the current date for the given org.
*/
Expand Down Expand Up @@ -849,6 +861,21 @@ export class UsageSummaryDate {
type: "number",
format: "int64",
},
flexLogsStarterAvg: {
baseName: "flex_logs_starter_avg",
type: "number",
format: "int64",
},
flexLogsStarterStorageIndexAvg: {
baseName: "flex_logs_starter_storage_index_avg",
type: "number",
format: "int64",
},
flexLogsStarterStorageRetentionAdjustmentAvg: {
baseName: "flex_logs_starter_storage_retention_adjustment_avg",
type: "number",
format: "int64",
},
flexStoredLogsAvg: {
baseName: "flex_stored_logs_avg",
type: "number",
Expand Down
27 changes: 27 additions & 0 deletions packages/datadog-api-client-v1/models/UsageSummaryDateOrg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,18 @@ export class UsageSummaryDateOrg {
* Shows the average number of Flex Logs Compute Extra Small Instances over all hours in the current date for the given org.
*/
"flexLogsComputeXsmallAvg"?: number;
/**
* Shows the average number of Flex Logs Starter Instances over all hours in the current date for the given org.
*/
"flexLogsStarterAvg"?: number;
/**
* Shows the average number of Flex Logs Starter Storage Index Instances over all hours in the current date for the given org.
*/
"flexLogsStarterStorageIndexAvg"?: number;
/**
* Shows the average number of Flex Logs Starter Storage Retention Adjustment Instances over all hours in the current date for the given org.
*/
"flexLogsStarterStorageRetentionAdjustmentAvg"?: number;
/**
* Shows the average of all Flex Stored Logs over all hours in the current date for the given org.
*/
Expand Down Expand Up @@ -885,6 +897,21 @@ export class UsageSummaryDateOrg {
type: "number",
format: "int64",
},
flexLogsStarterAvg: {
baseName: "flex_logs_starter_avg",
type: "number",
format: "int64",
},
flexLogsStarterStorageIndexAvg: {
baseName: "flex_logs_starter_storage_index_avg",
type: "number",
format: "int64",
},
flexLogsStarterStorageRetentionAdjustmentAvg: {
baseName: "flex_logs_starter_storage_retention_adjustment_avg",
type: "number",
format: "int64",
},
flexStoredLogsAvg: {
baseName: "flex_stored_logs_avg",
type: "number",
Expand Down
27 changes: 27 additions & 0 deletions packages/datadog-api-client-v1/models/UsageSummaryResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,18 @@ export class UsageSummaryResponse {
* Shows the average number of Flex Logs Compute Extra Small Instances over all hours in the current months for all organizations.
*/
"flexLogsComputeXsmallAvgSum"?: number;
/**
* Shows the average number of Flex Logs Starter Instances over all hours in the current months for all organizations.
*/
"flexLogsStarterAvgSum"?: number;
/**
* Shows the average number of Flex Logs Starter Storage Index Instances over all hours in the current months for all organizations.
*/
"flexLogsStarterStorageIndexAvgSum"?: number;
/**
* Shows the average number of Flex Logs Starter Storage Retention Adjustment Instances over all hours in the current months for all organizations.
*/
"flexLogsStarterStorageRetentionAdjustmentAvgSum"?: number;
/**
* Shows the average of all Flex Stored Logs over all hours in the current months for all organizations.
*/
Expand Down Expand Up @@ -909,6 +921,21 @@ export class UsageSummaryResponse {
type: "number",
format: "int64",
},
flexLogsStarterAvgSum: {
baseName: "flex_logs_starter_avg_sum",
type: "number",
format: "int64",
},
flexLogsStarterStorageIndexAvgSum: {
baseName: "flex_logs_starter_storage_index_avg_sum",
type: "number",
format: "int64",
},
flexLogsStarterStorageRetentionAdjustmentAvgSum: {
baseName: "flex_logs_starter_storage_retention_adjustment_avg_sum",
type: "number",
format: "int64",
},
flexStoredLogsAvgSum: {
baseName: "flex_stored_logs_avg_sum",
type: "number",
Expand Down
Loading