az containerapp env telemetry otlp
Note
This reference is part of the containerapp extension for the Azure CLI (version 2.62.0 or higher). The extension will automatically install the first time you run an az containerapp env telemetry otlp command. Learn more about extensions.
Command group 'containerapp env telemetry' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Commands to manage otlp settings for the container apps environment.
Commands
Name | Description | Type | Status |
---|---|---|---|
az containerapp env telemetry otlp add |
Add container apps environment telemetry otlp settings. |
Extension | Preview |
az containerapp env telemetry otlp list |
List container apps environment telemetry otlp settings. |
Extension | Preview |
az containerapp env telemetry otlp remove |
Remove container apps environment telemetry otlp settings. |
Extension | Preview |
az containerapp env telemetry otlp show |
Show container apps environment telemetry otlp settings. |
Extension | Preview |
az containerapp env telemetry otlp update |
Update container apps environment telemetry otlp settings. |
Extension | Preview |
az containerapp env telemetry otlp add
Command group 'containerapp env telemetry otlp' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Add container apps environment telemetry otlp settings.
az containerapp env telemetry otlp add --endpoint
--name
--otlp-name
--resource-group
[--enable-open-telemetry-logs {false, true}]
[--enable-open-telemetry-metrics {false, true}]
[--enable-open-telemetry-traces {false, true}]
[--headers]
[--insecure {false, true}]
[--no-wait]
Examples
Add container apps environment telemetry otlp settings.
az containerapp env telemetry otlp add -n MyContainerappEnvironment -g MyResourceGroup \
--otlp-name otlpName --endpoint otlpEndpoint --insecure false --headers api-key=apiKey \
--enable-open-telemetry-traces true --enable-open-telemetry-logs true --enable-open-telemetry-metrics true
Required Parameters
The endpoint of the otlp entry.
Name of the Container Apps environment.
The name of the otlp entry.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Boolean indicating whether to enable open telemetry logs.
Boolean indicating whether to enable open telemetry metrics.
Boolean indicating whether to enable open telemetry traces.
A list of headers for the otlp. Space-separated values in 'key=value' format.
Boolean indicating whether the otlp is insecure or not.
Do not wait for the long-running operation to finish.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az containerapp env telemetry otlp list
Command group 'containerapp env telemetry otlp' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
List container apps environment telemetry otlp settings.
az containerapp env telemetry otlp list --name
--resource-group
Examples
List container apps environment telemetry otlp settings.
az containerapp env telemetry otlp list -n MyContainerappEnvironment -g MyResourceGroup
Required Parameters
Name of the Container Apps environment.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az containerapp env telemetry otlp remove
Command group 'containerapp env telemetry otlp' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Remove container apps environment telemetry otlp settings.
az containerapp env telemetry otlp remove --name
--otlp-name
--resource-group
[--no-wait]
[--yes]
Examples
Remove container apps environment telemetry otlp settings.
az containerapp env telemetry otlp remove -n MyContainerappEnvironment -g MyResourceGroup \
--otlp-name otlpName
Required Parameters
Name of the Container Apps environment.
The name of the otlp entry.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Do not wait for the long-running operation to finish.
Do not prompt for confirmation.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az containerapp env telemetry otlp show
Command group 'containerapp env telemetry otlp' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Show container apps environment telemetry otlp settings.
az containerapp env telemetry otlp show --name
--otlp-name
--resource-group
Examples
Show container apps environment telemetry otlp settings.
az containerapp env telemetry otlp show -n MyContainerappEnvironment -g MyResourceGroup \
--otlp-name otlpName
Required Parameters
Name of the Container Apps environment.
The name of the otlp entry.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az containerapp env telemetry otlp update
Command group 'containerapp env telemetry otlp' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Update container apps environment telemetry otlp settings.
az containerapp env telemetry otlp update --name
--otlp-name
--resource-group
[--enable-open-telemetry-logs {false, true}]
[--enable-open-telemetry-metrics {false, true}]
[--enable-open-telemetry-traces {false, true}]
[--endpoint]
[--headers]
[--insecure {false, true}]
[--no-wait]
Examples
Update container apps environment telemetry otlp settings.
az containerapp env telemetry otlp update -n MyContainerappEnvironment -g MyResourceGroup \
--otlp-name otlpName --endpoint otlpEndpoint --insecure false --headers api-key=apiKey \
--enable-open-telemetry-traces true --enable-open-telemetry-logs true --enable-open-telemetry-metrics true
Required Parameters
Name of the Container Apps environment.
The name of the otlp entry.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Boolean indicating whether to enable open telemetry logs.
Boolean indicating whether to enable open telemetry metrics.
Boolean indicating whether to enable open telemetry traces.
The endpoint of the otlp entry.
A list of headers for the otlp. Space-separated values in 'key=value' format.
Boolean indicating whether the otlp is insecure or not.
Do not wait for the long-running operation to finish.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.