File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
packages/datadog-api-client-v2/models Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"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 "
9
9
},
10
10
"v2": {
11
11
"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 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -2001,7 +2001,7 @@ components:
2001
2001
When it matches an integration name, Datadog automatically installs the
2002
2002
corresponding parsers and facets.
2003
2003
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).'
2005
2005
example : nginx
2006
2006
type : string
2007
2007
ddtags :
@@ -2013,7 +2013,7 @@ components:
2013
2013
example : i-012345678
2014
2014
type : string
2015
2015
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)
2017
2017
2018
2018
of your log. By default, Datadog ingests the value of the message attribute
2019
2019
as the body of the log entry.
@@ -2029,7 +2029,7 @@ components:
2029
2029
It is used to switch from Logs to APM, so make sure you define the same
2030
2030
value when you use both products.
2031
2031
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).'
2033
2033
example : payment
2034
2034
type : string
2035
2035
required :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export class HTTPLogItem {
13
13
/**
14
14
* The integration name associated with your log: the technology from which the log originated.
15
15
* 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).
17
17
*/
18
18
"ddsource" ?: string ;
19
19
/**
@@ -25,15 +25,15 @@ export class HTTPLogItem {
25
25
*/
26
26
"hostname" ?: string ;
27
27
/**
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)
29
29
* of your log. By default, Datadog ingests the value of the message attribute as the body of the log entry.
30
30
* That value is then highlighted and displayed in the Logstream, where it is indexed for full text search.
31
31
*/
32
32
"message" : string ;
33
33
/**
34
34
* The name of the application or service generating the log events.
35
35
* 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).
37
37
*/
38
38
"service" ?: string ;
39
39
You can’t perform that action at this time.
0 commit comments