Skip to content

Commit

Permalink
Remove Azure and K8s setting from config
Browse files Browse the repository at this point in the history
  • Loading branch information
lrafeei committed Oct 15, 2024
1 parent b83614d commit 75007de
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5380,8 +5380,8 @@ Here are assorted other settings available via the agent configuration file.
</Collapser>

<Collapser
id="k8s_operator.enabled"
title="k8s_operator.enabled"
id="NEW_RELIC_K8S_OPERATOR_ENABLED"
title="NEW_RELIC_K8S_OPERATOR_ENABLED"
>
<table>
<tbody>
Expand Down Expand Up @@ -5411,7 +5411,7 @@ Here are assorted other settings available via the agent configuration file.
</th>

<td>
Config file, environment variable
Environment variable
</td>
</tr>

Expand All @@ -5434,8 +5434,8 @@ Here are assorted other settings available via the agent configuration file.
</Collapser>

<Collapser
id="azure_operator.enabled"
title="azure_operator.enabled"
id="NEW_RELIC_AZURE_OPERATOR_ENABLED"
title="NEW_RELIC_AZURE_OPERATOR_ENABLED"
>
<table>
<tbody>
Expand Down Expand Up @@ -5465,7 +5465,7 @@ Here are assorted other settings available via the agent configuration file.
</th>

<td>
Config file, environment variable
Environment variable
</td>
</tr>

Expand All @@ -5481,7 +5481,10 @@ Here are assorted other settings available via the agent configuration file.
</tbody>
</table>

This setting is used to enable the agent to be injected into a Microsoft Azure Container App.
This is an informational setting used to report when the agent is injected into a Microsoft Azure Container App.
<Callout variant="caution">
This setting does **not** enable/disable this function of the agent.
</Callout>
</Collapser>
</CollapserGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Install the agent using `easy_install/pip/distribute` via the [Python Package In

* Add Azure Init Container Operator Flag

* New Relic can be integrated into applications hosted on Microsoft Azure, either [directly](/docs/apm/agents/python-agent/hosting-services/python-azure-containerapps-appservice), through an [init container](/docs/apm/agents/python-agent/hosting-services/python-azure-touchless-integration#integrate-agent-container-app) for [Azure Container Apps](https://learn.microsoft.com/en-us/azure/container-apps/overview), or a [pre-build startup script](/docs/apm/agents/python-agent/hosting-services/python-azure-touchless-integration#integrate-agent-app-service) for [Microsoft Azure App Service](https://learn.microsoft.com/en-us/azure/app-service/overview). To enable the init container functionality, the `NEW_RELIC_AZURE_OPERATOR_ENABLED` environment variable can be set. You can set it through the `azure_operator.enabled` setting in the `newrelic.ini` file.
* New Relic can be integrated into applications hosted on Microsoft Azure, either [directly](/docs/apm/agents/python-agent/hosting-services/python-azure-containerapps-appservice), through an [init container](/docs/apm/agents/python-agent/hosting-services/python-azure-touchless-integration#integrate-agent-container-app) for [Azure Container Apps](https://learn.microsoft.com/en-us/azure/container-apps/overview), or a [pre-build startup script](/docs/apm/agents/python-agent/hosting-services/python-azure-touchless-integration#integrate-agent-app-service) for [Microsoft Azure App Service](https://learn.microsoft.com/en-us/azure/app-service/overview). To flag that this is the installation method used, the `NEW_RELIC_AZURE_OPERATOR_ENABLED` environment variable can be set.

Check warning on line 21 in src/content/docs/release-notes/agent-release-notes/python-release-notes/python-agent-100200.mdx

View workflow job for this annotation

GitHub Actions / vale-linter

[vale] reported by reviewdog 🐶 [Microsoft.Passive] 'be integrated' looks like passive voice. Raw Output: {"message": "[Microsoft.Passive] 'be integrated' looks like passive voice.", "location": {"path": "src/content/docs/release-notes/agent-release-notes/python-release-notes/python-agent-100200.mdx", "range": {"start": {"line": 21, "column": 19}}}, "severity": "INFO"}

Check warning on line 21 in src/content/docs/release-notes/agent-release-notes/python-release-notes/python-agent-100200.mdx

View workflow job for this annotation

GitHub Actions / vale-linter

[vale] reported by reviewdog 🐶 [Microsoft.Passive] 'be set' looks like passive voice. Raw Output: {"message": "[Microsoft.Passive] 'be set' looks like passive voice.", "location": {"path": "src/content/docs/release-notes/agent-release-notes/python-release-notes/python-agent-100200.mdx", "range": {"start": {"line": 21, "column": 773}}}, "severity": "INFO"}

## Support statement

Expand Down

0 comments on commit 75007de

Please sign in to comment.