Skip to content

Commit

Permalink
Update channgelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hansmbakker committed Sep 11, 2024
1 parent f20605c commit fa5e938
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/OpenTelemetry.Resources.Azure/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

* Added support for [Azure Container Apps jobs](https://learn.microsoft.com/en-us/azure/container-apps/jobs?tabs=azure-cli).
([#2064](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2064))

## 1.0.0-beta.8

Released 2024-Jun-18
Expand Down
6 changes: 3 additions & 3 deletions src/OpenTelemetry.Resources.Azure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ using var meterProvider = Sdk.CreateMeterProviderBuilder()

## Azure Container Apps Resource Detector

Adds resource attributes for the applications running in Azure Container Apps.
Adds resource attributes for the applications running in Azure Container Apps or Azure Container App jobs.
The following example shows how to add `AzureContainerAppsResourceDetector` to
the `ResourceBuilder`.

Expand All @@ -122,5 +122,5 @@ using var meterProvider = Sdk.CreateMeterProviderBuilder()
| cloud.platform | The cloud platform. Here, it's always "azure_container_apps". |
| cloud.provider | The cloud service provider. In this context, it's always "azure". |
| service.instance.id | Represents the specific instance ID of Azure Container Apps, useful in scaled-out configurations. |
| service.name | The name of the Azure Container Apps. |
| service.version | The current revision or version of Azure Container Apps. |
| service.name | The name of the Azure Container Apps or Azure Container Apps job. |
| service.version | The current revision or version of Azure Container Apps, or in case of a Azure Container Apps job - the job execution name. |

0 comments on commit fa5e938

Please sign in to comment.