Skip to content

Commit

Permalink
Prep azotel for v0.1.0 release (#20977)
Browse files Browse the repository at this point in the history
* Prep azotel for v0.1.0 release

* add code owners for azotel

* fix build status links
  • Loading branch information
jhendrixMSFT authored Jun 6, 2023
1 parent 51a7e61 commit 150ad8c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
# PRLabel: %Storage
/sdk/storage/ @siminsavani-msft @souravgupta-msft @tasherif-msft @jhendrixMSFT @gapra-msft @vibhansa-msft

# PRLabel: %Open Telemetry
/sdk/tracing/azotel @jhendrixMSFT @rickwinter

################
# Automation
################
Expand Down
8 changes: 2 additions & 6 deletions sdk/tracing/azotel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# Release History

## 0.1.0 (Unreleased)
## 0.1.0 (2023-06-06)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
* Initial release
6 changes: 3 additions & 3 deletions sdk/tracing/azotel/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Azure OpenTelemetry Adapter Module for Go

[![PkgGoDev](https://pkg.go.dev/badge/github.com/Azure/azure-sdk-for-go/sdk/tracing/azotel)](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/tracing/azotel)
[![Build Status](https://dev.azure.com/azure-sdk/public/_apis/build/status/go/go%20-%20azcore%20-%20ci?branchName=main)](https://dev.azure.com/azure-sdk/public/_build/latest?definitionId=1843&branchName=main)
[![Build Status](https://dev.azure.com/azure-sdk/public/_apis/build/status/go/go%20-%20azotel%20-%20ci?branchName=main)](https://dev.azure.com/azure-sdk/public/_build/latest?definitionId=6176&branchName=main)

The `azotel` module is used to connect an OpenTelemetry's `TracerAdapter` to an Azure SDK client.
The `azotel` module is used to connect an instance of OpenTelemetry's `TracerProvider` to an Azure SDK client.

## Getting started

Expand All @@ -21,7 +21,7 @@ General documentation and examples can be found on [pkg.go.dev](https://pkg.go.d

## Using the adapter

Once you have an OpenTelemetry `TracerProvider`, you connect it to an Azure SDK client via its `ClientOptions`.
Once you have created an OpenTelemetry `TracerProvider`, you connect it to an Azure SDK client via its `ClientOptions`.

```go
options := azcore.ClientOptions{}
Expand Down
4 changes: 1 addition & 3 deletions sdk/tracing/azotel/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/Azure/azure-sdk-for-go/sdk/tracing/azotel
go 1.19

require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.7.0-beta.1
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.7.0-beta.2
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.0
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.1.1
github.com/stretchr/testify v1.8.3
Expand Down Expand Up @@ -31,5 +31,3 @@ require (
golang.org/x/text v0.8.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/Azure/azure-sdk-for-go/sdk/azcore => ../../azcore
2 changes: 2 additions & 0 deletions sdk/tracing/azotel/go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.7.0-beta.2 h1:C3zKsGguxcLd8a2uEytB8+TFtBGd75bXRxEs0QBwsv0=
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.7.0-beta.2/go.mod h1:bjGvMhVMb+EEm3VRNQawDMUyMMjo+S5ewNjflkep/0Q=
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.0 h1:vcYCAze6p19qBW7MhZybIsqD8sMV8js0NyQM8JDnVtg=
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.0/go.mod h1:OQeznEEkTZ9OrhHJoDD8ZDq51FHgXjqtP9z6bEwBq9U=
github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0 h1:sXr+ck84g/ZlZUOZiNELInmMgOsuGwdjjVkEIde0OtY=
Expand Down

0 comments on commit 150ad8c

Please sign in to comment.