Skip to content
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

Adding aas count to the documentation for summary and hourly usage endpoints #1297

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.5",
"regenerated": "2023-08-25 12:25:26.250184",
"spec_repo_commit": "1a77c0b6"
"regenerated": "2023-08-28 20:29:20.861535",
"spec_repo_commit": "0fac706f"
},
"v2": {
"apigentools_version": "1.6.5",
"regenerated": "2023-08-25 12:25:26.263034",
"spec_repo_commit": "1a77c0b6"
"regenerated": "2023-08-28 20:29:20.877322",
"spec_repo_commit": "0fac706f"
}
}
}
21 changes: 21 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17220,6 +17220,12 @@ components:
UsageProfilingHour:
description: The number of profiled hosts for each hour for a given organization.
properties:
aas_count:
description: Contains the total number of profiled Azure app services reporting
during a given hour.
format: int64
nullable: true
type: integer
avg_container_agent_count:
description: Get average number of container agents for that hour.
format: int64
Expand Down Expand Up @@ -17863,6 +17869,11 @@ components:
items:
$ref: '#/components/schemas/UsageSummaryDateOrg'
type: array
profiling_aas_count_top99p:
description: Shows the 99th percentile of all profiled Azure app services
over all hours in the current date for all organizations.
format: int64
type: integer
profiling_host_top99p:
description: Shows the 99th percentile of all profiled hosts over all hours
in the current date for all organizations.
Expand Down Expand Up @@ -18293,6 +18304,11 @@ components:
date for the given org.
format: int64
type: integer
profiling_aas_count_top99p:
description: Shows the 99th percentile of all profiled Azure app services
over all hours in the current date for all organizations.
format: int64
type: integer
profiling_host_top99p:
description: Shows the 99th percentile of all profiled hosts over all hours
in the current date for the given org.
Expand Down Expand Up @@ -18755,6 +18771,11 @@ components:
months for all organizations.
format: int64
type: integer
profiling_aas_count_top99p_sum:
description: Shows the 99th percentile of all profiled Azure app services
over all hours in the current months for all organizations.
format: int64
type: integer
profiling_container_agent_count_avg:
description: Shows the average number of profiled containers over all hours
in the current months for all organizations.
Expand Down
9 changes: 9 additions & 0 deletions packages/datadog-api-client-v1/models/UsageProfilingHour.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
* The number of profiled hosts for each hour for a given organization.
*/
export class UsageProfilingHour {
/**
* Contains the total number of profiled Azure app services reporting during a given hour.
*/
"aasCount"?: number;
/**
* Get average number of container agents for that hour.
*/
Expand Down Expand Up @@ -40,6 +44,11 @@ export class UsageProfilingHour {
* @ignore
*/
static readonly attributeTypeMap: AttributeTypeMap = {
aasCount: {
baseName: "aas_count",
type: "number",
format: "int64",
},
avgContainerAgentCount: {
baseName: "avg_container_agent_count",
type: "number",
Expand Down
9 changes: 9 additions & 0 deletions packages/datadog-api-client-v1/models/UsageSummaryDate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,10 @@ export class UsageSummaryDate {
* Organizations associated with a user.
*/
"orgs"?: Array<UsageSummaryDateOrg>;
/**
* Shows the 99th percentile of all profiled Azure app services over all hours in the current date for all organizations.
*/
"profilingAasCountTop99p"?: number;
/**
* Shows the 99th percentile of all profiled hosts over all hours in the current date for all organizations.
*/
Expand Down Expand Up @@ -690,6 +694,11 @@ export class UsageSummaryDate {
baseName: "orgs",
type: "Array<UsageSummaryDateOrg>",
},
profilingAasCountTop99p: {
baseName: "profiling_aas_count_top99p",
type: "number",
format: "int64",
},
profilingHostTop99p: {
baseName: "profiling_host_top99p",
type: "number",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,10 @@ export class UsageSummaryDateOrg {
* Shows the 99th percentile of all hosts reported by the Datadog exporter for the OpenTelemetry Collector over all hours in the current date for the given org.
*/
"opentelemetryHostTop99p"?: number;
/**
* Shows the 99th percentile of all profiled Azure app services over all hours in the current date for all organizations.
*/
"profilingAasCountTop99p"?: number;
/**
* Shows the 99th percentile of all profiled hosts over all hours in the current date for the given org.
*/
Expand Down Expand Up @@ -696,6 +700,11 @@ export class UsageSummaryDateOrg {
type: "number",
format: "int64",
},
profilingAasCountTop99p: {
baseName: "profiling_aas_count_top99p",
type: "number",
format: "int64",
},
profilingHostTop99p: {
baseName: "profiling_host_top99p",
type: "number",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,10 @@ export class UsageSummaryResponse {
* Shows the 99th percentile of all hosts reported by the Datadog exporter for the OpenTelemetry Collector over all hours in the current months for all organizations.
*/
"opentelemetryHostTop99pSum"?: number;
/**
* Shows the 99th percentile of all profiled Azure app services over all hours in the current months for all organizations.
*/
"profilingAasCountTop99pSum"?: number;
/**
* Shows the average number of profiled containers over all hours in the current months for all organizations.
*/
Expand Down Expand Up @@ -747,6 +751,11 @@ export class UsageSummaryResponse {
type: "number",
format: "int64",
},
profilingAasCountTop99pSum: {
baseName: "profiling_aas_count_top99p_sum",
type: "number",
format: "int64",
},
profilingContainerAgentCountAvg: {
baseName: "profiling_container_agent_count_avg",
type: "number",
Expand Down
Loading