Skip to content
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
15 changes: 14 additions & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3006,7 +3006,8 @@ components:
x-enum-varnames:
- APM_RESOURCE_STATS
FormulaAndFunctionApmResourceStatsQueryDefinition:
description: APM resource stats query using formulas and functions.
deprecated: true
description: APM resource stats query using formulas and functions. Deprecated - Use `apm_metrics` query type instead.
properties:
cross_org_uuids:
$ref: "#/components/schemas/CrossOrgUuids"
Expand Down Expand Up @@ -22615,6 +22616,10 @@ components:
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for all organizations.
format: int64
type: integer
infra_storage_mgmt_objects_count_avg:
description: Shows the average number of storage management objects over all hours in the current date for all organizations.
format: int64
type: integer
ingested_events_bytes_sum:
description: Shows the sum of all log bytes ingested over all hours in the current date for all organizations.
format: int64
Expand Down Expand Up @@ -23612,6 +23617,10 @@ components:
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current date for the given org.
format: int64
type: integer
infra_storage_mgmt_objects_count_avg:
description: Shows the average number of storage management objects over all hours in the current date for the given org.
format: int64
type: integer
ingested_events_bytes_sum:
description: Shows the sum of all log bytes ingested over all hours in the current date for the given org.
format: int64
Expand Down Expand Up @@ -24612,6 +24621,10 @@ components:
description: Shows the 99th percentile of all distinct infrastructure hosts over all hours in the current month for all organizations.
format: int64
type: integer
infra_storage_mgmt_objects_count_avg_sum:
description: Shows the average number of storage management objects over all hours in the current month for all organizations.
format: int64
type: integer
ingested_events_bytes_agg_sum:
description: Shows the sum of all log bytes ingested over all hours in the current month for all organizations.
format: int64
Expand Down
4 changes: 4 additions & 0 deletions features/v2/fixtures/sourcemap_intake/android/libnative.so
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ELF minimal test file for NDK symbol upload testing
This is a placeholder representing an Android native library
Build ID: abc123def456
Architecture: arm64-v8a
18 changes: 18 additions & 0 deletions features/v2/fixtures/sourcemap_intake/android/mapping.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# ProGuard/R8 mapping file
# Generated for testing purposes

com.example.app.MainActivity -> a.a.a:
void onCreate(android.os.Bundle) -> a
void onResume() -> b
void onPause() -> c

com.example.app.utils.NetworkHelper -> a.a.b:
java.lang.String baseUrl -> a
void sendRequest(java.lang.String) -> a
void handleResponse(java.lang.String) -> b

com.example.app.models.User -> a.a.c:
java.lang.String name -> a
java.lang.String email -> b
int getId() -> a
void setId(int) -> a
11 changes: 11 additions & 0 deletions features/v2/fixtures/sourcemap_intake/flutter/app.symbols
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Flutter symbol file for crash symbolication testing
Platform: android
Architecture: arm64
Variant: release
Build: test-flutter-app-1.0.0

Symbol Table:
0x00001000 _kDartIsolateSnapshotData
0x00002000 _kDartIsolateSnapshotInstructions
0x00003000 _kDartVmSnapshotData
0x00004000 _kDartVmSnapshotInstructions
Binary file not shown.
6 changes: 6 additions & 0 deletions features/v2/fixtures/sourcemap_intake/javascript/main.min.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
function hello() {
console.log("Hello World");
}
function greet(n) {
return "Hello, " + n;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": 3,
"file": "main.jsbundle",
"sources": ["App.js", "components/Button.js"],
"sourcesContent": [
"import React from 'react';\nexport default function App() {\n return <View />;\n}\n",
"import React from 'react';\nexport function Button({ onPress }) {\n return <TouchableOpacity onPress={onPress} />;\n}\n"
],
"names": ["React", "App", "View", "Button", "onPress", "TouchableOpacity"],
"mappings": "AAAA,OAAOA,KAAK,MAAM,QAClB,eAAe,SAASC,MACxB,OAAOC"
}
18 changes: 9 additions & 9 deletions features/v2/incidents.feature
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Feature: Incidents
When the request is sent
Then the response status is 400 Bad Request

@skip-validation @team:Datadog/incident-app
@skip-terraform-config @skip-validation @team:Datadog/incident-app
Scenario: Create an incident type returns "CREATED" response
Given operation "CreateIncidentType" enabled
And new "CreateIncidentType" request
Expand Down Expand Up @@ -255,7 +255,7 @@ Feature: Incidents
When the request is sent
Then the response status is 400 Bad Request

@team:Datadog/incident-app
@skip-terraform-config @team:Datadog/incident-app
Scenario: Create incident notification rule returns "Created" response
Given there is a valid "incident_type" in the system
And operation "CreateIncidentNotificationRule" enabled
Expand Down Expand Up @@ -573,7 +573,7 @@ Feature: Incidents
When the request is sent
Then the response status is 404 Not Found

@team:Datadog/incident-app
@skip-terraform-config @team:Datadog/incident-app
Scenario: Delete incident notification rule returns "No Content" response
Given there is a valid "incident_type" in the system
And there is a valid "notification_rule" in the system
Expand All @@ -591,7 +591,7 @@ Feature: Incidents
When the request is sent
Then the response status is 404 Not Found

@team:Datadog/incident-app
@skip-terraform-config @team:Datadog/incident-app
Scenario: Delete incident notification template returns "No Content" response
Given there is a valid "incident_type" in the system
And there is a valid "notification_template" in the system
Expand Down Expand Up @@ -832,7 +832,7 @@ Feature: Incidents
When the request is sent
Then the response status is 404 Not Found

@team:Datadog/incident-app
@skip-terraform-config @team:Datadog/incident-app
Scenario: Get incident notification rule returns "OK" response
Given there is a valid "incident_type" in the system
And there is a valid "notification_rule" in the system
Expand Down Expand Up @@ -860,7 +860,7 @@ Feature: Incidents
When the request is sent
Then the response status is 404 Not Found

@team:Datadog/incident-app
@skip-terraform-config @team:Datadog/incident-app
Scenario: Get incident notification template returns "OK" response
Given there is a valid "incident_type" in the system
And there is a valid "notification_template" in the system
Expand Down Expand Up @@ -1075,7 +1075,7 @@ Feature: Incidents
When the request is sent
Then the response status is 404 Not Found

@team:Datadog/incident-app
@skip-terraform-config @team:Datadog/incident-app
Scenario: List incident notification rules returns "OK" response
Given there is a valid "incident_type" in the system
And there is a valid "notification_rule" in the system
Expand Down Expand Up @@ -1432,7 +1432,7 @@ Feature: Incidents
When the request is sent
Then the response status is 404 Not Found

@team:Datadog/incident-app
@skip-terraform-config @team:Datadog/incident-app
Scenario: Update incident notification rule returns "OK" response
Given there is a valid "incident_type" in the system
And there is a valid "notification_rule" in the system
Expand Down Expand Up @@ -1465,7 +1465,7 @@ Feature: Incidents
When the request is sent
Then the response status is 404 Not Found

@team:Datadog/incident-app
@skip-terraform-config @team:Datadog/incident-app
Scenario: Update incident notification template returns "OK" response
Given there is a valid "incident_type" in the system
And there is a valid "notification_template" in the system
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
require 'time'

module DatadogAPIClient::V1
# APM resource stats query using formulas and functions.
# APM resource stats query using formulas and functions. Deprecated - Use `apm_metrics` query type instead.
#
# @deprecated This model is deprecated.
class FormulaAndFunctionApmResourceStatsQueryDefinition
include BaseGenericModel

Expand Down Expand Up @@ -96,6 +98,7 @@ def self.openapi_types
# @param attributes [Hash] Model attributes in the form of hash
# @!visibility private
def initialize(attributes = {})
warn "[DEPRECATION] `FormulaAndFunctionApmResourceStatsQueryDefinition` is deprecated."
if (!attributes.is_a?(Hash))
fail ArgumentError, "The input argument (attributes) must be a hash in `DatadogAPIClient::V1::FormulaAndFunctionApmResourceStatsQueryDefinition` initialize method"
end
Expand Down
12 changes: 11 additions & 1 deletion lib/datadog_api_client/v1/models/usage_summary_date.rb

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion lib/datadog_api_client/v1/models/usage_summary_date_org.rb

Large diffs are not rendered by default.

Loading
Loading