Skip to content

Commit 25ec3e9

Browse files
Merge pull request #21842 from DavSanchez/chore/rename-nrdot-agent-type
chore: rename NRDOT agent type
2 parents 10e6f33 + 2f56380 commit 25ec3e9

File tree

13 files changed

+59
-59
lines changed

13 files changed

+59
-59
lines changed

src/content/docs/infrastructure-as-code/terraform/agent-control.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ agentControlDeployment:
164164
agent-operator:
165165
agent_type: com.newrelic.k8s_agent_operator:0.1.0
166166
open-telemetry:
167-
agent_type: newrelic/io.opentelemetry.collector:0.1.0
167+
agent_type: newrelic/com.newrelic.opentelemetry.collector:0.1.0
168168
gateway:
169169
agent_type: newrelic/com.newrelic.pipeline_control_gateway:0.1.0
170170
agentsConfig:

src/content/docs/new-relic-control/agent-control/configuration.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ agents:
717717
# The supported agent type and agent type version
718718
agent_type: "newrelic/com.newrelic.infrastructure:0.1.0"
719719
nr-otel-collector:
720-
agent_type: "newrelic/io.opentelemetry.collector:0.1.0"
720+
agent_type: "newrelic/com.newrelic.opentelemetry.collector:0.1.0"
721721
```
722722

723723
You can rename or remove either agent based on your observability requirements.
@@ -738,7 +738,7 @@ agents:
738738
# The supported agent type and agent type version
739739
agent_type: "newrelic/com.newrelic.infrastructure:0.1.0"
740740
nr-otel-collector:
741-
agent_type: "newrelic/io.opentelemetry.collector:0.1.0"
741+
agent_type: "newrelic/com.newrelic.opentelemetry.collector:0.1.0"
742742
```
743743
744744
You can rename or remove either agent based on your observability requirements.
@@ -755,7 +755,7 @@ You can also use environment variables to define the agent settings:
755755
Agent Control can currently manage the following pre-defined on-host agent types:
756756
757757
* New Relic infrastructure agent: `newrelic/com.newrelic.infrastructure`. All existing features in the [infrastructure agent](/docs/infrastructure/infrastructure-monitoring/get-started/get-started-infrastructure-monitoring) are supported, including orchestrating [on-host integrations](/docs/infrastructure/host-integrations/get-started/introduction-host-integrations/) and our [log forwarder integration](/docs/logs/forward-logs/forward-your-logs-using-infrastructure-agent/) based on FluentBit.
758-
* New Relic distribution for OpenTelemetry: `newrelic/io.opentelemetry.collector`
758+
* New Relic distribution for OpenTelemetry: `newrelic/com.newrelic.opentelemetry.collector`
759759
760760
Each agent type offers a set of optional variables that can be customized to tailor its behavior. To customize the agent local configuration:
761761
@@ -842,7 +842,7 @@ Here's a list of available variables for the latest agent type versions:
842842
</tr>
843843
<tr>
844844
<td>
845-
`io.opentelemetry.collector`
845+
`com.newrelic.opentelemetry.collector`
846846
</td>
847847
<td>
848848
`config`
@@ -856,7 +856,7 @@ Here's a list of available variables for the latest agent type versions:
856856
</tr>
857857
<tr>
858858
<td>
859-
`io.opentelemetry.collector`
859+
`com.newrelic.opentelemetry.collector`
860860
</td>
861861
<td>
862862
`health_check.path`
@@ -1139,7 +1139,7 @@ agents:
11391139
nr-infra-agent:
11401140
agent_type: "newrelic/com.newrelic.infrastructure:0.1.0"
11411141
#nr-otel-collector:
1142-
# agent_type: "newrelic/io.opentelemetry.collector:0.1.0"
1142+
# agent_type: "newrelic/com.newrelic.opentelemetry.collector:0.1.0"
11431143
```
11441144
</Collapser>
11451145
</CollapserGroup>

src/content/docs/new-relic-control/agent-control/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ This document covers the steps to troubleshoot common issues when installing or
337337
"sub_agents": {
338338
"nr-otel-collector": {
339339
"agent_id": "nr-otel-collector",
340-
"agent_type": "newrelic/io.opentelemetry.collector:0.1.0",
340+
"agent_type": "newrelic/com.newrelic.opentelemetry.collector:0.1.0",
341341
"healthy": true
342342
},
343343
"nr-infra-agent": {

src/i18n/content/es/docs/infrastructure-as-code/terraform/agent-control.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ agent-control-deployment:
146146
infrastructure:
147147
type: newrelic/com.newrelic.infrastructure:0.1.0
148148
content:
149-
chart_version: "*"
149+
chart_version: "*"
150150
chart_values:
151151
newrelic-infrastructure:
152152
enableProcessMetrics: true
@@ -164,7 +164,7 @@ agent-control-deployment:
164164
content:
165165
chart_version: "*"
166166
open-telemetry:
167-
type: newrelic/io.opentelemetry.collector:0.1.0
167+
type: newrelic/com.newrelic.opentelemetry.collector:0.1.0
168168
content:
169169
# Ref: `https://github.com/newrelic/helm-charts/blob/master/charts/nr-k8s-otel-collector/values.yaml`
170170
# Recommended: check and define an explicit chart version (latest stable)
@@ -195,4 +195,4 @@ agent-control-deployment:
195195
</Callout>
196196

197197
* Ejecutar `terraform plan`: luego de eliminar el bloque de recursos de lanzamiento de Helm de su configuración, ejecute el comando `terraform plan` . Esto le permite revisar los cambios que Terraform planea realizar en su infraestructura. Examine cuidadosamente el resultado del plan para cerciorar de que solo los recursos previstos estén marcados para su eliminación. Este paso es esencial para verificar que no se produzcan eliminaciones o cambios no deseados.
198-
* Ejecutar `terraform apply`: si los resultados del plan de Terraform se alinean con sus expectativas, proceda a ejecutar el comando `terraform apply` . Esto implementará los cambios planeados y eliminará efectivamente la versión de Helm especificada de su entorno. Confirme la ejecución cuando aparezca el símbolo para completar el proceso de desinstalación.
198+
* Ejecutar `terraform apply`: si los resultados del plan de Terraform se alinean con sus expectativas, proceda a ejecutar el comando `terraform apply` . Esto implementará los cambios planeados y eliminará efectivamente la versión de Helm especificada de su entorno. Confirme la ejecución cuando aparezca el símbolo para completar el proceso de desinstalación.

src/i18n/content/es/docs/new-relic-control/agent-control/configuration.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ agents:
671671
# The supported agent type and agent type version
672672
agent_type: "newrelic/com.newrelic.infrastructure:0.1.0"
673673
nr-otel-collector:
674-
agent_type: "newrelic/io.opentelemetry.collector:0.1.0"
674+
agent_type: "newrelic/com.newrelic.opentelemetry.collector:0.1.0"
675675
```
676676

677677
Puede cambiar el nombre o eliminar cualquiera de los agentes según sus requisitos de observabilidad. El nombre del agente debe ser un nombre de etiqueta [RFC-1035 válido](https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#rfc-1035-label-names).
@@ -692,7 +692,7 @@ agents:
692692
# The supported agent type and agent type version
693693
agent_type: "newrelic/com.newrelic.infrastructure:0.1.0"
694694
nr-otel-collector:
695-
agent_type: "newrelic/io.opentelemetry.collector:0.1.0"
695+
agent_type: "newrelic/com.newrelic.opentelemetry.collector:0.1.0"
696696
```
697697
698698
Puede cambiar el nombre o eliminar cualquiera de los agentes según sus requisitos de observabilidad. El nombre del agente debe ser un nombre de etiqueta [RFC-1035 válido](https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#rfc-1035-label-names).
@@ -709,7 +709,7 @@ También puede emplear variables de entorno para definir la configuración del a
709709
Actualmente, agente Control puede gestionar los siguientes tipos de agentes predefinidos en el host:
710710
711711
* Agente de infraestructura New Relic : `newrelic/com.newrelic.infrastructure`. Se admiten todas las características existentes en el [agente de infraestructura](/docs/infrastructure/infrastructure-monitoring/get-started/get-started-infrastructure-monitoring), incluida [la integración orquestada en el host](/docs/infrastructure/host-integrations/get-started/introduction-host-integrations/) y nuestro [reenviador de integración de logs](/docs/logs/forward-logs/forward-your-logs-using-infrastructure-agent/) basado en FluentBit.
712-
* Distribución de New Relic para OpenTelemetry: `newrelic/io.opentelemetry.collector`
712+
* Distribución de New Relic para OpenTelemetry: `newrelic/com.newrelic.opentelemetry.collector`
713713
714714
Cada tipo de agente ofrece un conjunto de variables opcionales que se pueden personalizar para adaptar su comportamiento. Para personalizar la configuración local del agente:
715715
@@ -817,7 +817,7 @@ A continuación se muestra una lista de variables disponibles para las últimas
817817
818818
<tr>
819819
<td>
820-
`io.opentelemetry.collector`
820+
`com.newrelic.opentelemetry.collector`
821821
</td>
822822
823823
<td>
@@ -835,7 +835,7 @@ A continuación se muestra una lista de variables disponibles para las últimas
835835
836836
<tr>
837837
<td>
838-
`io.opentelemetry.collector`
838+
`com.newrelic.opentelemetry.collector`
839839
</td>
840840
841841
<td>
@@ -1118,7 +1118,7 @@ Los siguientes ejemplos contienen casos de uso comunes que están listos para co
11181118
nr-infra-agent:
11191119
agent_type: "newrelic/com.newrelic.infrastructure:0.1.0"
11201120
#nr-otel-collector:
1121-
# agent_type: "newrelic/io.opentelemetry.collector:0.1.0"
1121+
# agent_type: "newrelic/com.newrelic.opentelemetry.collector:0.1.0"
11221122
```
11231123
</Collapser>
1124-
</CollapserGroup>
1124+
</CollapserGroup>

src/i18n/content/fr/docs/infrastructure-as-code/terraform/agent-control.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ agent-control-deployment:
146146
infrastructure:
147147
type: newrelic/com.newrelic.infrastructure:0.1.0
148148
content:
149-
chart_version: "*"
149+
chart_version: "*"
150150
chart_values:
151151
newrelic-infrastructure:
152152
enableProcessMetrics: true
@@ -164,7 +164,7 @@ agent-control-deployment:
164164
content:
165165
chart_version: "*"
166166
open-telemetry:
167-
type: newrelic/io.opentelemetry.collector:0.1.0
167+
type: newrelic/com.newrelic.opentelemetry.collector:0.1.0
168168
content:
169169
# Ref: `https://github.com/newrelic/helm-charts/blob/master/charts/nr-k8s-otel-collector/values.yaml`
170170
# Recommended: check and define an explicit chart version (latest stable)
@@ -195,4 +195,4 @@ agent-control-deployment:
195195
</Callout>
196196

197197
* Exécutez `terraform plan`: après avoir supprimé le bloc de ressources Helm sortie de votre configuration, exécutez la commande `terraform plan` . Cela vous permet de consulter les modifications que Terraform prévoit d’apporter à votre infrastructure. Examinez attentivement la sortie du plan pour vous assurer que seules les ressources prévues sont marquées pour suppression. Cette étape est essentielle pour vérifier qu’aucune suppression ou modification involontaire ne se produira.
198-
* Exécutez `terraform apply`: si les résultats du plan Terraform correspondent à vos attentes, continuez en exécutant la commande `terraform apply` . Cela mettra en œuvre les modifications prévues, supprimant ainsi efficacement la sortie Helm spécifiée de votre environnement. Confirmez l&apos;exécution lorsque vous êtes invité à terminer le processus de désinstallation.
198+
* Exécutez `terraform apply`: si les résultats du plan Terraform correspondent à vos attentes, continuez en exécutant la commande `terraform apply` . Cela mettra en œuvre les modifications prévues, supprimant ainsi efficacement la sortie Helm spécifiée de votre environnement. Confirmez l&apos;exécution lorsque vous êtes invité à terminer le processus de désinstallation.

src/i18n/content/fr/docs/new-relic-control/agent-control/configuration.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ agents:
671671
# The supported agent type and agent type version
672672
agent_type: "newrelic/com.newrelic.infrastructure:0.1.0"
673673
nr-otel-collector:
674-
agent_type: "newrelic/io.opentelemetry.collector:0.1.0"
674+
agent_type: "newrelic/com.newrelic.opentelemetry.collector:0.1.0"
675675
```
676676

677677
Vous pouvez renommer ou supprimer l’un ou l’autre des agents en fonction de vos besoins d’observabilité. Le nom de l&apos;agent doit être un nom d&apos;étiquette [RFC-1035 valide](https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#rfc-1035-label-names).
@@ -692,7 +692,7 @@ agents:
692692
# The supported agent type and agent type version
693693
agent_type: "newrelic/com.newrelic.infrastructure:0.1.0"
694694
nr-otel-collector:
695-
agent_type: "newrelic/io.opentelemetry.collector:0.1.0"
695+
agent_type: "newrelic/com.newrelic.opentelemetry.collector:0.1.0"
696696
```
697697
698698
Vous pouvez renommer ou supprimer l’un ou l’autre des agents en fonction de vos besoins d’observabilité. Le nom de l&apos;agent doit être un nom d&apos;étiquette [RFC-1035 valide](https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#rfc-1035-label-names).
@@ -709,7 +709,7 @@ Vous pouvez également utiliser des variables d’environnement pour définir le
709709
Agent Control peut actuellement gérer les types d&apos;agents sur hôte prédéfinis suivants :
710710
711711
* Agent d&apos;infrastructure New Relic : `newrelic/com.newrelic.infrastructure`. Toutes les fonctionnalités existantes de l&apos; [agentinfrastructure ](/docs/infrastructure/infrastructure-monitoring/get-started/get-started-infrastructure-monitoring)sont prises en charge, y compris l&apos;orchestration [de l&apos;intégration sur hôte](/docs/infrastructure/host-integrations/get-started/introduction-host-integrations/) et [l&apos;intégration de notre redirecteur de log](/docs/logs/forward-logs/forward-your-logs-using-infrastructure-agent/) basé sur FluentBit.
712-
* Distribution New Relic pour OpenTelemetry : `newrelic/io.opentelemetry.collector`
712+
* Distribution New Relic pour OpenTelemetry : `newrelic/com.newrelic.opentelemetry.collector`
713713
714714
Chaque type d&apos;agent offre un ensemble de variables facultatives qui peuvent être personnalisées pour adapter son comportement. Pour personnaliser la configuration locale de l’agent :
715715
@@ -817,7 +817,7 @@ Voici une liste des variables disponibles pour les dernières versions de type d
817817
818818
<tr>
819819
<td>
820-
`io.opentelemetry.collector`
820+
`com.newrelic.opentelemetry.collector`
821821
</td>
822822
823823
<td>
@@ -835,7 +835,7 @@ Voici une liste des variables disponibles pour les dernières versions de type d
835835
836836
<tr>
837837
<td>
838-
`io.opentelemetry.collector`
838+
`com.newrelic.opentelemetry.collector`
839839
</td>
840840
841841
<td>
@@ -1118,7 +1118,7 @@ Les exemples suivants contiennent des cas d’utilisation courants prêts à êt
11181118
nr-infra-agent:
11191119
agent_type: "newrelic/com.newrelic.infrastructure:0.1.0"
11201120
#nr-otel-collector:
1121-
# agent_type: "newrelic/io.opentelemetry.collector:0.1.0"
1121+
# agent_type: "newrelic/com.newrelic.opentelemetry.collector:0.1.0"
11221122
```
11231123
</Collapser>
1124-
</CollapserGroup>
1124+
</CollapserGroup>

src/i18n/content/jp/docs/infrastructure-as-code/terraform/agent-control.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ agent-control-deployment:
146146
infrastructure:
147147
type: newrelic/com.newrelic.infrastructure:0.1.0
148148
content:
149-
chart_version: "*"
149+
chart_version: "*"
150150
chart_values:
151151
newrelic-infrastructure:
152152
enableProcessMetrics: true
@@ -164,7 +164,7 @@ agent-control-deployment:
164164
content:
165165
chart_version: "*"
166166
open-telemetry:
167-
type: newrelic/io.opentelemetry.collector:0.1.0
167+
type: newrelic/com.newrelic.opentelemetry.collector:0.1.0
168168
content:
169169
# Ref: `https://github.com/newrelic/helm-charts/blob/master/charts/nr-k8s-otel-collector/values.yaml`
170170
# Recommended: check and define an explicit chart version (latest stable)
@@ -195,4 +195,4 @@ agent-control-deployment:
195195
</Callout>
196196

197197
* `terraform plan`実行します: 設定からHelmリリース リソース ブロックを削除した後、 `terraform plan`コマンドを実行します。 これにより、Terraform がインフラストラクチャに対して行う予定の変更を確認できます。計画出力を慎重に調べて、意図したリソースのみが削除対象としてマークされていることを確認します。この手順は、意図しない削除や変更が発生しないことを確認するために不可欠です。
198-
* `terraform apply`実行: terraform プランの結果が期待どおりであれば、 `terraform apply`コマンドを実行して続行します。これにより、計画された変更が実装され、指定された Helm リリースが環境から実質的に削除されます。アンインストール処理を完了するプロンプトが表示されたら、実行を確認します。
198+
* `terraform apply`実行: terraform プランの結果が期待どおりであれば、 `terraform apply`コマンドを実行して続行します。これにより、計画された変更が実装され、指定された Helm リリースが環境から実質的に削除されます。アンインストール処理を完了するプロンプトが表示されたら、実行を確認します。

src/i18n/content/jp/docs/new-relic-control/agent-control/configuration.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ agents:
671671
# The supported agent type and agent type version
672672
agent_type: "newrelic/com.newrelic.infrastructure:0.1.0"
673673
nr-otel-collector:
674-
agent_type: "newrelic/io.opentelemetry.collector:0.1.0"
674+
agent_type: "newrelic/com.newrelic.opentelemetry.collector:0.1.0"
675675
```
676676

677677
監視要件に基づいて、いずれかのエージェントの名前を変更または削除できます。 エージェント名は[有効な RFC-1035](https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#rfc-1035-label-names)ラベル名である必要があります。
@@ -692,7 +692,7 @@ agents:
692692
# The supported agent type and agent type version
693693
agent_type: "newrelic/com.newrelic.infrastructure:0.1.0"
694694
nr-otel-collector:
695-
agent_type: "newrelic/io.opentelemetry.collector:0.1.0"
695+
agent_type: "newrelic/com.newrelic.opentelemetry.collector:0.1.0"
696696
```
697697
698698
監視要件に基づいて、いずれかのエージェントの名前を変更または削除できます。 エージェント名は[有効な RFC-1035](https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#rfc-1035-label-names)ラベル名である必要があります。
@@ -709,7 +709,7 @@ agents:
709709
Agent Control現在、次の事前定義されたオンホスト エージェント タイプを管理できます。
710710
711711
* New Relicインフラストラクチャ エージェント: `newrelic/com.newrelic.infrastructure` 。 FluentBit[ に基づく](/docs/infrastructure/infrastructure-monitoring/get-started/get-started-infrastructure-monitoring) [オンホスト インワー テグレーションやログフォダー](/docs/infrastructure/host-integrations/get-started/introduction-host-integrations/)[ インテグレーションのオーケストレーションなど、インフラストラクチャ](/docs/logs/forward-logs/forward-your-logs-using-infrastructure-agent/) エージェント の 既存の機能がすべてサポートされています。
712-
* OpenTelemetry の New Relic ディストリビューション: `newrelic/io.opentelemetry.collector`
712+
* OpenTelemetry の New Relic ディストリビューション: `newrelic/com.newrelic.opentelemetry.collector`
713713
714714
各エージェント タイプには、その動作に合わせてカスタマイズできるオプションの変数のセットが用意されています。エージェントのローカル設定をカスタマイズするには:
715715
@@ -817,7 +817,7 @@ Agent Control現在、次の事前定義されたオンホスト エージェン
817817
818818
<tr>
819819
<td>
820-
`io.opentelemetry.collector`
820+
`com.newrelic.opentelemetry.collector`
821821
</td>
822822
823823
<td>
@@ -835,7 +835,7 @@ Agent Control現在、次の事前定義されたオンホスト エージェン
835835
836836
<tr>
837837
<td>
838-
`io.opentelemetry.collector`
838+
`com.newrelic.opentelemetry.collector`
839839
</td>
840840
841841
<td>
@@ -1118,7 +1118,7 @@ Agent Control現在、次の事前定義されたオンホスト エージェン
11181118
nr-infra-agent:
11191119
agent_type: "newrelic/com.newrelic.infrastructure:0.1.0"
11201120
#nr-otel-collector:
1121-
# agent_type: "newrelic/io.opentelemetry.collector:0.1.0"
1121+
# agent_type: "newrelic/com.newrelic.opentelemetry.collector:0.1.0"
11221122
```
11231123
</Collapser>
1124-
</CollapserGroup>
1124+
</CollapserGroup>

0 commit comments

Comments
 (0)