From 69c8b879fecc6c2cd297694b249e082b75d56dce Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Tue, 22 Oct 2024 07:57:19 +0200 Subject: [PATCH] Also fix Nodejs and NodeJs --- content/en/developers/community/libraries.md | 2 +- .../en/logs/log_configuration/attributes_naming_convention.md | 2 +- .../threats/setup/threat_detection/nodejs.md | 2 +- content/en/tracing/guide/agent-5-tracing-setup.md | 2 +- content/es/tracing/guide/agent-5-tracing-setup.md | 2 +- content/fr/tracing/guide/agent-5-tracing-setup.md | 2 +- content/ja/developers/community/libraries.md | 2 +- .../ja/logs/log_configuration/attributes_naming_convention.md | 2 +- content/ja/tracing/guide/agent-5-tracing-setup.md | 2 +- .../ko/logs/log_configuration/attributes_naming_convention.md | 2 +- content/ko/tracing/guide/agent-5-tracing-setup.md | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/content/en/developers/community/libraries.md b/content/en/developers/community/libraries.md index b273fbc4eadf3..7c56ff8a9b6a8 100644 --- a/content/en/developers/community/libraries.md +++ b/content/en/developers/community/libraries.md @@ -85,7 +85,7 @@ This is for a [FreeSwitch ESL][30] application to export statistics to Datadog u Heroku emits dyno metrics through logs. To convert these logs into metrics and send them to Datadog, use one of the following log drains. To send your Heroku logs to Datadog, see [Collect Heroku logs][34]. -* [Heroku Datadog Log Drain][35] written in Nodejs by [Oz][36]. +* [Heroku Datadog Log Drain][35] written in Node.js by [Oz][36]. * [Heroku Datadog Log Drain][37] written in Go by [Apiary][38]. To use the PHP tracer or profiler on Heroku, use the following buildpack. diff --git a/content/en/logs/log_configuration/attributes_naming_convention.md b/content/en/logs/log_configuration/attributes_naming_convention.md index 9d4e1b052f13e..7982d4a5253fa 100644 --- a/content/en/logs/log_configuration/attributes_naming_convention.md +++ b/content/en/logs/log_configuration/attributes_naming_convention.md @@ -79,7 +79,7 @@ See the full list of [Log Management Default Standard Attributes][9], which is s | [Network/communications][10] | These attributes are related to the data used in network communication. All fields and metrics are prefixed by `network`. | | [Geolocation][11] | These attributes are related to the geolocation of IP addresses used in network communication. All fields are prefixed by `network.client.geoip` or `network.destination.geoip`. | | [HTTP Requests][12] | These attributes are related to data commonly used in HTTP requests and accesses. All attributes are prefixed by `http`. Typical integrations relying on these attributes include [Apache][4], Rails, [AWS CloudFront][13], web applications servers, and so forth. URL details attributes are prefixed by `http.url_details`. These attributes provide details about the parsed parts of the HTTP URL. They are generated by the [URL parser][14]. | -| [Source code][15] | These attributes are related to data used when a log or an error is generated using a logger in a custom application. All attributes are prefixed either by `logger` or `error`. Typical integrations relying on these attributes are Java, NodeJs, .NET, Golang, Python, and so on. | +| [Source code][15] | These attributes are related to data used when a log or an error is generated using a logger in a custom application. All attributes are prefixed either by `logger` or `error`. Typical integrations relying on these attributes are Java, Node.js, .NET, Golang, Python, and so on. | | [Database][16] | Typical integrations relying on these attributes are [Cassandra][17], [MySQL][18], [RDS][19], [Elasticsearch][20], and so on. | | [Performance][21] | These attributes are related to performance metrics. Datadog recommends [remapping][22] any durations within your logs on this attribute since they are displayed and used as a default [measure][1] for [trace search][23]. | | [User related attributes][24] | All attributes and measures are prefixed by `usr`. | diff --git a/content/en/security/application_security/threats/setup/threat_detection/nodejs.md b/content/en/security/application_security/threats/setup/threat_detection/nodejs.md index 948539bd70f47..58ce761e80057 100644 --- a/content/en/security/application_security/threats/setup/threat_detection/nodejs.md +++ b/content/en/security/application_security/threats/setup/threat_detection/nodejs.md @@ -1,5 +1,5 @@ --- -title: Enabling ASM for NodeJs +title: Enabling ASM for Node.js code_lang: nodejs type: multi-code-lang code_lang_weight: 50 diff --git a/content/en/tracing/guide/agent-5-tracing-setup.md b/content/en/tracing/guide/agent-5-tracing-setup.md index 35f93dc403665..3a40920bda9d1 100644 --- a/content/en/tracing/guide/agent-5-tracing-setup.md +++ b/content/en/tracing/guide/agent-5-tracing-setup.md @@ -40,7 +40,7 @@ For additional information, reference [the Docker page][7]. {{< nextlink href="tracing/setup/python" tag="Python" >}}Python language instrumentation.{{< /nextlink >}} {{< nextlink href="tracing/setup/ruby" tag="Ruby" >}}Ruby language instrumentation{{< /nextlink >}} {{< nextlink href="tracing/setup/go" tag="Go" >}}Go language instrumentation.{{< /nextlink >}} - {{< nextlink href="tracing/setup/nodejs" tag="Nodejs" >}}Node.js language instrumentation.{{< /nextlink >}} + {{< nextlink href="tracing/setup/nodejs" tag="Node.js" >}}Node.js language instrumentation.{{< /nextlink >}} {{< nextlink href="tracing/setup/dotnet" tag=".NET" >}}.NET language instrumentation.{{< /nextlink >}} {{< nextlink href="tracing/setup/php" tag="PHP" >}}PHP language instrumentation.{{< /nextlink >}} {{< /whatsnext >}} diff --git a/content/es/tracing/guide/agent-5-tracing-setup.md b/content/es/tracing/guide/agent-5-tracing-setup.md index d93e316b68e2f..2f9516af5a352 100644 --- a/content/es/tracing/guide/agent-5-tracing-setup.md +++ b/content/es/tracing/guide/agent-5-tracing-setup.md @@ -39,7 +39,7 @@ Para obtener más información, consulta [la página de Docker][7]. {{< nextlink href="tracing/setup/python" tag="Python" >}}Instrumentación en lenguaje Python.{{< /nextlink >}} {{< nextlink href="tracing/setup/ruby" tag="Ruby" >}}Instrumentación en lenguaje Ruby.{{< /nextlink >}} {{< nextlink href="tracing/setup/go" tag="Go" >}}Instrumentación en lenguaje Go.{{< /nextlink >}} - {{< nextlink href="tracing/setup/nodejs" tag="Nodejs" >}}Instrumentación en lenguaje Node.js.{{< /nextlink >}} + {{< nextlink href="tracing/setup/nodejs" tag="Node.js" >}}Instrumentación en lenguaje Node.js.{{< /nextlink >}} {{< nextlink href="tracing/setup/dotnet" tag=".NET" >}}Instrumentación en lenguaje .NET.{{< /nextlink >}} {{< nextlink href="tracing/setup/php" tag="PHP" >}}Instrumentación en lenguaje PHP.{{< /nextlink >}} {{< /whatsnext >}} diff --git a/content/fr/tracing/guide/agent-5-tracing-setup.md b/content/fr/tracing/guide/agent-5-tracing-setup.md index 0e2025320bc43..85621840e1fa7 100644 --- a/content/fr/tracing/guide/agent-5-tracing-setup.md +++ b/content/fr/tracing/guide/agent-5-tracing-setup.md @@ -40,7 +40,7 @@ Pour obtenir davantage d'informations, consultez [la page Docker][7]. {{< nextlink href="tracing/setup/python" tag="Python" >}}Instrumentation avec Python{{< /nextlink >}} {{< nextlink href="tracing/setup/ruby" tag="Ruby" >}}Instrumentation avec Ruby{{< /nextlink >}} {{< nextlink href="tracing/setup/go" tag="Go" >}}Instrumentation avec Go{{< /nextlink >}} - {{< nextlink href="tracing/setup/nodejs" tag="Nodejs" >}}Instrumentation avec Node.js{{< /nextlink >}} + {{< nextlink href="tracing/setup/nodejs" tag="Node.js" >}}Instrumentation avec Node.js{{< /nextlink >}} {{< nextlink href="tracing/setup/dotnet" tag=".NET" >}}Instrumentation avec .NET{{< /nextlink >}} {{< nextlink href="tracing/setup/php" tag="PHP" >}}Instrumentation avec PHP{{< /nextlink >}} {{< /whatsnext >}} diff --git a/content/ja/developers/community/libraries.md b/content/ja/developers/community/libraries.md index 78d9b51c9d0b8..2fbc0c18ef9e5 100644 --- a/content/ja/developers/community/libraries.md +++ b/content/ja/developers/community/libraries.md @@ -85,7 +85,7 @@ Enclave は Datadog アカウントにメトリクスを送信します。方法 Heroku は、dyno メトリクスをログから生成します。ログをメトリクスに変換して Datdog に送信するために、以下のログドレインのいずれかを使用します。Heroku のログの Datadog への送信方法については、[Heroku ログの収集][34]を参照してください。 -* [Oz][36] による Nodejs 版 [Heroku Datadog ログドレイン][35] +* [Oz][36] による Node.js 版 [Heroku Datadog ログドレイン][35] * [Apiary][38] による Go 版 [Heroku Datadog ログドレイン][37] Heroku で PHP トレーサーやプロファイラーを使用するには、以下のビルドパックを使用します。 diff --git a/content/ja/logs/log_configuration/attributes_naming_convention.md b/content/ja/logs/log_configuration/attributes_naming_convention.md index f90e3fcd583f7..2926444c39a8a 100644 --- a/content/ja/logs/log_configuration/attributes_naming_convention.md +++ b/content/ja/logs/log_configuration/attributes_naming_convention.md @@ -94,7 +94,7 @@ title: 属性とエイリアス設定 - URL の詳細に関する属性には、`http.url_details` というプレフィックスが付きます。これらの属性は、HTTP URL のパースされた各部に関する詳細を提供します。[URL パーサー][14]によって生成されます。 - [ソースコード][15] - カスタムアプリケーションのロガーを使用してログまたはエラーを生成する際に使用されるデータに関係する属性です。すべての属性に `logger` または `error` というプレフィックスが付けられています。 - - これらの属性に依存する代表的なインテグレーションには、Java、NodeJs、.NET、Golang、Python などがあります。 + - これらの属性に依存する代表的なインテグレーションには、Java、Node.js、.NET、Golang、Python などがあります。 - [データベース][16] - これらの属性に依存する代表的なインテグレーションには、[Cassandra][17]、[MySQL][18]、[RDS][19]、[Elasticsearch][20] などがあります。 - [パフォーマンス][21] diff --git a/content/ja/tracing/guide/agent-5-tracing-setup.md b/content/ja/tracing/guide/agent-5-tracing-setup.md index 5bb71071f4619..7b8724f219265 100644 --- a/content/ja/tracing/guide/agent-5-tracing-setup.md +++ b/content/ja/tracing/guide/agent-5-tracing-setup.md @@ -39,7 +39,7 @@ Docker コンテナでアプリケーションをトレースするには、[doc {{< nextlink href="tracing/setup/python" tag="Python" >}}Python 言語のインスツルメンテーション。{{< /nextlink >}} {{< nextlink href="tracing/setup/ruby" tag="Ruby" >}}Ruby 言語のインスツルメンテーション。{{< /nextlink >}} {{< nextlink href="tracing/setup/go" tag="Go" >}}Go 言語のインスツルメンテーション。{{< /nextlink >}} - {{< nextlink href="tracing/setup/nodejs" tag="Nodejs" >}}Node.js 言語のインスツルメンテーション。{{< /nextlink >}} + {{< nextlink href="tracing/setup/nodejs" tag="Node.js" >}}Node.js 言語のインスツルメンテーション。{{< /nextlink >}} {{< nextlink href="tracing/setup/dotnet" tag=".NET" >}}.NET 言語のインスツルメンテーション。{{< /nextlink >}} {{< nextlink href="tracing/setup/php" tag="PHP" >}}PHP 言語のインスツルメンテーション。{{< /nextlink >}} {{< /whatsnext >}} diff --git a/content/ko/logs/log_configuration/attributes_naming_convention.md b/content/ko/logs/log_configuration/attributes_naming_convention.md index 8d67fd98e56ab..2dfbbc9becc94 100644 --- a/content/ko/logs/log_configuration/attributes_naming_convention.md +++ b/content/ko/logs/log_configuration/attributes_naming_convention.md @@ -94,7 +94,7 @@ title: 속성과 별칭 - URL 세부정보 속성 앞에는 `http.url_details`가 붙습니다. 이러한 속성은 HTTP URL의 파싱된 부분에 대한 세부정보를 제공합니다. [URL 파서][14]에 의해 생성됩니다. - [소스 코드][15] - 이러한 속성은 커스텀 애플리케이션의 로거로 인해 로그 또는 오류가 생성될 때 사용되는 데이터와 관련이 있습니다. 모든 속성에는 `logger` 또는 `error` 접두사가 붙습니다. - - 이러한 속성을 사용하는 일반적인 통합에는 Java, NodeJs, .NET, Golang, Python 등이 있습니다. + - 이러한 속성을 사용하는 일반적인 통합에는 Java, Node.js, .NET, Golang, Python 등이 있습니다. - [데이터베이스][16] - 이러한 속성을 사용하는 일반적인 통합은 [Cassandra][17], [MySQL][18], [RDS][19], [Elasticsearch][20] 등입니다. - [성능][21] diff --git a/content/ko/tracing/guide/agent-5-tracing-setup.md b/content/ko/tracing/guide/agent-5-tracing-setup.md index d2b19998411a4..94e2994c19522 100644 --- a/content/ko/tracing/guide/agent-5-tracing-setup.md +++ b/content/ko/tracing/guide/agent-5-tracing-setup.md @@ -39,7 +39,7 @@ APM는 리눅스와 도커에서 Datadog Agent 5.13 이상의 버전을 사용 {{< nextlink href="tracing/setup/python" tag="Python" >}}파이썬(Python) 언어 계측.{{< /nextlink >}} {{< nextlink href="tracing/setup/ruby" tag="Ruby" >}}Ruby 언어 계측{{< /nextlink >}} {{< nextlink href="tracing/setup/go" tag="Go" >}}Go 언어 계측.{{< /nextlink >}} - {{< nextlink href="tracing/setup/nodejs" tag="Nodejs" >}}Node.js 언어 계측.{{< /nextlink >}} + {{< nextlink href="tracing/setup/nodejs" tag="Node.js" >}}Node.js 언어 계측.{{< /nextlink >}} {{< nextlink href="tracing/setup/dotnet" tag=".NET" >}}.NET 언어 계측.{{< /nextlink >}} {{< nextlink href="tracing/setup/php" tag="PHP" >}}PHP 언어 계측.{{< /nextlink >}} {{< /whatsnext >}}