Skip to content

Commit 2f56380

Browse files
committed
chore(agent-control): rename NRDOT agent type
1 parent 81cf151 commit 2f56380

File tree

8 files changed

+44
-44
lines changed

8 files changed

+44
-44
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/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/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/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>

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ OpenTelemetry 및 사용자 정의 수집기 설정 사용 이 예제는 OpenTel
233233
234234
다음 예에서는 **Newrelic Control** UI 에서 개별 에이전트를 원격으로 구성하는 방법을 보여줍니다.
235235
236-
#### 원격 설정: 뉴렐릭 인프라 
236+
#### 원격 설정: 뉴렐릭 인프라
237237
238238
이 예에서는 플릿 위험을 사용하여 Kubernetes 용 뉴렐릭 인프라 에이전트를 원격으로 구성하는 방법을 보여줍니다. `enableProcessMetrics: true` 설정하여 프로세스 메트릭 수집을 활성화합니다.
239239

@@ -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
* 뉴렐릭 인프라 에이전트: `newrelic/com.newrelic.infrastructure`. [온호스트 통합 오케스트레이션](/docs/infrastructure/host-integrations/get-started/introduction-host-integrations/) 및 FluentBit 기반의 [리소스 전달자 통합을](/docs/logs/forward-logs/forward-your-logs-using-infrastructure-agent/) 포함하여 전투기 [에이전트](/docs/infrastructure/infrastructure-monitoring/get-started/get-started-infrastructure-monitoring) 의 모든 기존 기능이 지원됩니다.
712-
* OpenTelemetry 용 뉴렐릭 배포: `newrelic/io.opentelemetry.collector`
712+
* OpenTelemetry 용 뉴렐릭 배포: `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>

src/i18n/content/pt/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
Você pode renomear ou remover qualquer agente com base em seus requisitos de observabilidade. O nome do agente deve ser um nome de rótulo [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
Você pode renomear ou remover qualquer agente com base em seus requisitos de observabilidade. O nome do agente deve ser um nome de rótulo [RFC-1035 válido](https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#rfc-1035-label-names).
@@ -709,7 +709,7 @@ Você também pode usar variáveis de ambiente para definir as configurações d
709709
O agente Control pode atualmente gerenciar os seguintes tipos de agentes predefinidos no host:
710710
711711
* Agente New Relic Infrastructure: `newrelic/com.newrelic.infrastructure`. Todos os recursos existentes no [agente de infraestrutura](/docs/infrastructure/infrastructure-monitoring/get-started/get-started-infrastructure-monitoring) são suportados, incluindo orquestração de [integração no host](/docs/infrastructure/host-integrations/get-started/introduction-host-integrations/) e nosso [encaminhador de integração de logs](/docs/logs/forward-logs/forward-your-logs-using-infrastructure-agent/) baseado em FluentBit.
712-
* Distribuição New Relic para OpenTelemetry: `newrelic/io.opentelemetry.collector`
712+
* Distribuição New Relic para OpenTelemetry: `newrelic/com.newrelic.opentelemetry.collector`
713713
714714
Cada tipo de agente oferece um conjunto de variáveis opcionais que podem ser personalizadas para adaptar seu comportamento. Para personalizar a configuração local do agente:
715715
@@ -817,7 +817,7 @@ Aqui está uma lista de variáveis disponíveis para as versões mais recentes d
817817
818818
<tr>
819819
<td>
820-
`io.opentelemetry.collector`
820+
`com.newrelic.opentelemetry.collector`
821821
</td>
822822
823823
<td>
@@ -835,7 +835,7 @@ Aqui está uma lista de variáveis disponíveis para as versões mais recentes d
835835
836836
<tr>
837837
<td>
838-
`io.opentelemetry.collector`
838+
`com.newrelic.opentelemetry.collector`
839839
</td>
840840
841841
<td>
@@ -1118,7 +1118,7 @@ Os exemplos a seguir contêm casos de uso comuns que estão prontos para copiar
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)