Skip to content

Commit fcbb6e1

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit c520a0fb of spec repo (#860)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 8ce1708 commit fcbb6e1

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.4",
7-
"regenerated": "2022-10-05 17:41:22.153995",
8-
"spec_repo_commit": "a0867244"
7+
"regenerated": "2022-10-06 09:26:23.301724",
8+
"spec_repo_commit": "c520a0fb"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2022-10-05 17:41:22.165918",
13-
"spec_repo_commit": "a0867244"
12+
"regenerated": "2022-10-06 09:26:23.314622",
13+
"spec_repo_commit": "c520a0fb"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2001,7 +2001,7 @@ components:
20012001
When it matches an integration name, Datadog automatically installs the
20022002
corresponding parsers and facets.
20032003
2004-
See [reserved attributes](https://docs.datadoghq.com/logs/log_collection/#reserved-attributes).'
2004+
See [reserved attributes](https://docs.datadoghq.com/logs/log_configuration/attributes_naming_convention/#reserved-attributes).'
20052005
example: nginx
20062006
type: string
20072007
ddtags:
@@ -2013,7 +2013,7 @@ components:
20132013
example: i-012345678
20142014
type: string
20152015
message:
2016-
description: 'The message [reserved attribute](https://docs.datadoghq.com/logs/log_collection/#reserved-attributes)
2016+
description: 'The message [reserved attribute](https://docs.datadoghq.com/logs/log_configuration/attributes_naming_convention/#reserved-attributes)
20172017
20182018
of your log. By default, Datadog ingests the value of the message attribute
20192019
as the body of the log entry.
@@ -2029,7 +2029,7 @@ components:
20292029
It is used to switch from Logs to APM, so make sure you define the same
20302030
value when you use both products.
20312031
2032-
See [reserved attributes](https://docs.datadoghq.com/logs/log_collection/#reserved-attributes).'
2032+
See [reserved attributes](https://docs.datadoghq.com/logs/log_configuration/attributes_naming_convention/#reserved-attributes).'
20332033
example: payment
20342034
type: string
20352035
required:

packages/datadog-api-client-v2/models/HTTPLogItem.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export class HTTPLogItem {
1313
/**
1414
* The integration name associated with your log: the technology from which the log originated.
1515
* When it matches an integration name, Datadog automatically installs the corresponding parsers and facets.
16-
* See [reserved attributes](https://docs.datadoghq.com/logs/log_collection/#reserved-attributes).
16+
* See [reserved attributes](https://docs.datadoghq.com/logs/log_configuration/attributes_naming_convention/#reserved-attributes).
1717
*/
1818
"ddsource"?: string;
1919
/**
@@ -25,15 +25,15 @@ export class HTTPLogItem {
2525
*/
2626
"hostname"?: string;
2727
/**
28-
* The message [reserved attribute](https://docs.datadoghq.com/logs/log_collection/#reserved-attributes)
28+
* The message [reserved attribute](https://docs.datadoghq.com/logs/log_configuration/attributes_naming_convention/#reserved-attributes)
2929
* of your log. By default, Datadog ingests the value of the message attribute as the body of the log entry.
3030
* That value is then highlighted and displayed in the Logstream, where it is indexed for full text search.
3131
*/
3232
"message": string;
3333
/**
3434
* The name of the application or service generating the log events.
3535
* It is used to switch from Logs to APM, so make sure you define the same value when you use both products.
36-
* See [reserved attributes](https://docs.datadoghq.com/logs/log_collection/#reserved-attributes).
36+
* See [reserved attributes](https://docs.datadoghq.com/logs/log_configuration/attributes_naming_convention/#reserved-attributes).
3737
*/
3838
"service"?: string;
3939

0 commit comments

Comments
 (0)