File tree Expand file tree Collapse file tree 5 files changed +11
-12
lines changed Expand file tree Collapse file tree 5 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 48
48
# PRLabel: %Storage
49
49
/sdk /storage / @ siminsavani-msft @ souravgupta-msft @ tasherif-msft @ jhendrixMSFT @ gapra-msft @ vibhansa-msft
50
50
51
+ # PRLabel: %Open Telemetry
52
+ /sdk /tracing /azotel @ jhendrixMSFT @ rickwinter
53
+
51
54
# ###############
52
55
# Automation
53
56
# ###############
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 0.1.0 (Unreleased )
3
+ ## 0.1.0 (2023-06-06 )
4
4
5
5
### Features Added
6
6
7
- ### Breaking Changes
8
-
9
- ### Bugs Fixed
10
-
11
- ### Other Changes
7
+ * Initial release
Original file line number Diff line number Diff line change 1
1
# Azure OpenTelemetry Adapter Module for Go
2
2
3
3
[ ![ 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 )
4
- [ ![ 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 )
4
+ [ ![ 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 )
5
5
6
- The ` azotel ` module is used to connect an OpenTelemetry's ` TracerAdapter ` to an Azure SDK client.
6
+ The ` azotel ` module is used to connect an instance of OpenTelemetry's ` TracerProvider ` to an Azure SDK client.
7
7
8
8
## Getting started
9
9
@@ -21,7 +21,7 @@ General documentation and examples can be found on [pkg.go.dev](https://pkg.go.d
21
21
22
22
## Using the adapter
23
23
24
- Once you have an OpenTelemetry ` TracerProvider ` , you connect it to an Azure SDK client via its ` ClientOptions ` .
24
+ Once you have created an OpenTelemetry ` TracerProvider ` , you connect it to an Azure SDK client via its ` ClientOptions ` .
25
25
26
26
``` go
27
27
options := azcore.ClientOptions {}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/Azure/azure-sdk-for-go/sdk/tracing/azotel
3
3
go 1.19
4
4
5
5
require (
6
- github.com/Azure/azure-sdk-for-go/sdk/azcore v1.7.0-beta.1
6
+ github.com/Azure/azure-sdk-for-go/sdk/azcore v1.7.0-beta.2
7
7
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.0
8
8
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.1.1
9
9
github.com/stretchr/testify v1.8.3
@@ -31,5 +31,3 @@ require (
31
31
golang.org/x/text v0.8.0 // indirect
32
32
gopkg.in/yaml.v3 v3.0.1 // indirect
33
33
)
34
-
35
- replace github.com/Azure/azure-sdk-for-go/sdk/azcore => ../../azcore
Original file line number Diff line number Diff line change
1
+ github.com/Azure/azure-sdk-for-go/sdk/azcore v1.7.0-beta.2 h1:C3zKsGguxcLd8a2uEytB8+TFtBGd75bXRxEs0QBwsv0 =
2
+ github.com/Azure/azure-sdk-for-go/sdk/azcore v1.7.0-beta.2 /go.mod h1:bjGvMhVMb+EEm3VRNQawDMUyMMjo+S5ewNjflkep/0Q =
1
3
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.0 h1:vcYCAze6p19qBW7MhZybIsqD8sMV8js0NyQM8JDnVtg =
2
4
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.0 /go.mod h1:OQeznEEkTZ9OrhHJoDD8ZDq51FHgXjqtP9z6bEwBq9U =
3
5
github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0 h1:sXr+ck84g/ZlZUOZiNELInmMgOsuGwdjjVkEIde0OtY =
You can’t perform that action at this time.
0 commit comments