Skip to content

Commit 0c4ec32

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit c520a0fb of spec repo (#1696)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 6d11a99 commit 0c4ec32

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:19.094039",
8-
"spec_repo_commit": "a0867244"
7+
"regenerated": "2022-10-06 09:26:35.814218",
8+
"spec_repo_commit": "c520a0fb"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2022-10-05 17:41:19.105765",
13-
"spec_repo_commit": "a0867244"
12+
"regenerated": "2022-10-06 09:26:35.829343",
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:

api/datadogV2/model_http_log_item.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ import (
1313
type HTTPLogItem struct {
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
Ddsource *string `json:"ddsource,omitempty"`
1818
// Tags associated with your logs.
1919
Ddtags *string `json:"ddtags,omitempty"`
2020
// The name of the originating host of the log.
2121
Hostname *string `json:"hostname,omitempty"`
22-
// The message [reserved attribute](https://docs.datadoghq.com/logs/log_collection/#reserved-attributes)
22+
// The message [reserved attribute](https://docs.datadoghq.com/logs/log_configuration/attributes_naming_convention/#reserved-attributes)
2323
// of your log. By default, Datadog ingests the value of the message attribute as the body of the log entry.
2424
// That value is then highlighted and displayed in the Logstream, where it is indexed for full text search.
2525
Message string `json:"message"`
2626
// The name of the application or service generating the log events.
2727
// It is used to switch from Logs to APM, so make sure you define the same value when you use both products.
28-
// See [reserved attributes](https://docs.datadoghq.com/logs/log_collection/#reserved-attributes).
28+
// See [reserved attributes](https://docs.datadoghq.com/logs/log_configuration/attributes_naming_convention/#reserved-attributes).
2929
Service *string `json:"service,omitempty"`
3030
// UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
3131
UnparsedObject map[string]interface{} `json:"-"`

0 commit comments

Comments
 (0)