Skip to content

Commit cef2360

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit c520a0fb of spec repo (#1187)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent f28181e commit cef2360

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

src/datadog_api_client/v2/model/http_log_item.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def __init__(self_, message, *args, **kwargs):
3838
3939
:param ddsource: The integration name associated with your log: the technology from which the log originated.
4040
When it matches an integration name, Datadog automatically installs the corresponding parsers and facets.
41-
See `reserved attributes <https://docs.datadoghq.com/logs/log_collection/#reserved-attributes>`_.
41+
See `reserved attributes <https://docs.datadoghq.com/logs/log_configuration/attributes_naming_convention/#reserved-attributes>`_.
4242
:type ddsource: str, optional
4343
4444
:param ddtags: Tags associated with your logs.
@@ -47,14 +47,14 @@ def __init__(self_, message, *args, **kwargs):
4747
:param hostname: The name of the originating host of the log.
4848
:type hostname: str, optional
4949
50-
:param message: The message `reserved attribute <https://docs.datadoghq.com/logs/log_collection/#reserved-attributes>`_
50+
:param message: The message `reserved attribute <https://docs.datadoghq.com/logs/log_configuration/attributes_naming_convention/#reserved-attributes>`_
5151
of your log. By default, Datadog ingests the value of the message attribute as the body of the log entry.
5252
That value is then highlighted and displayed in the Logstream, where it is indexed for full text search.
5353
:type message: str
5454
5555
:param service: The name of the application or service generating the log events.
5656
It is used to switch from Logs to APM, so make sure you define the same value when you use both products.
57-
See `reserved attributes <https://docs.datadoghq.com/logs/log_collection/#reserved-attributes>`_.
57+
See `reserved attributes <https://docs.datadoghq.com/logs/log_configuration/attributes_naming_convention/#reserved-attributes>`_.
5858
:type service: str, optional
5959
"""
6060
super().__init__(kwargs)

0 commit comments

Comments
 (0)