Skip to content

Commit e6a4e25

Browse files
mirkoCrobumirkoCrobu
authored andcommitted
Merge remote-tracking branch 'origin/main' into feat/493_enhance_cli_level_logs
2 parents b937339 + 6df0a46 commit e6a4e25

File tree

96 files changed

+464
-1023
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+464
-1023
lines changed

.licenses/arduino-app-cli/NOTICE

Lines changed: 78 additions & 283 deletions
Large diffs are not rendered by default.

.licenses/arduino-app-cli/go/go.opentelemetry.io/otel.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: go.opentelemetry.io/otel
3-
version: v1.35.0
3+
version: v1.36.0
44
type: go
55
summary: Package otel provides global access to the OpenTelemetry API.
66
homepage: https://pkg.go.dev/go.opentelemetry.io/otel

.licenses/arduino-app-cli/go/go.opentelemetry.io/otel/attribute.dep.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: go.opentelemetry.io/otel/attribute
3-
version: v1.35.0
3+
version: v1.36.0
44
type: go
55
summary: Package attribute provides key and value attributes.
66
homepage: https://pkg.go.dev/go.opentelemetry.io/otel/attribute
77
license: apache-2.0
88
licenses:
9-
- sources: otel@v1.35.0/LICENSE
9+
- sources: otel@v1.36.0/LICENSE
1010
text: |2
1111
Apache License
1212
Version 2.0, January 2004

.licenses/arduino-app-cli/go/go.opentelemetry.io/otel/internal.dep.yml renamed to .licenses/arduino-app-cli/go/go.opentelemetry.io/otel/attribute/internal.dep.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
name: go.opentelemetry.io/otel/internal
3-
version: v1.35.0
2+
name: go.opentelemetry.io/otel/attribute/internal
3+
version: v1.36.0
44
type: go
5-
summary:
6-
homepage: https://pkg.go.dev/go.opentelemetry.io/otel/internal
5+
summary: Package attribute provide several helper functions for some commonly used
6+
logic of processing attributes.
7+
homepage: https://pkg.go.dev/go.opentelemetry.io/otel/attribute/internal
78
license: apache-2.0
89
licenses:
9-
- sources: otel@v1.35.0/LICENSE
10+
- sources: otel@v1.36.0/LICENSE
1011
text: |2
1112
Apache License
1213
Version 2.0, January 2004

.licenses/arduino-app-cli/go/go.opentelemetry.io/otel/baggage.dep.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: go.opentelemetry.io/otel/baggage
3-
version: v1.35.0
3+
version: v1.36.0
44
type: go
55
summary: Package baggage provides functionality for storing and retrieving baggage
66
items in Go context.
77
homepage: https://pkg.go.dev/go.opentelemetry.io/otel/baggage
88
license: apache-2.0
99
licenses:
10-
- sources: otel@v1.35.0/LICENSE
10+
- sources: otel@v1.36.0/LICENSE
1111
text: |2
1212
Apache License
1313
Version 2.0, January 2004

.licenses/arduino-app-cli/go/go.opentelemetry.io/otel/codes.dep.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: go.opentelemetry.io/otel/codes
3-
version: v1.35.0
3+
version: v1.36.0
44
type: go
55
summary: Package codes defines the canonical error codes used by OpenTelemetry.
66
homepage: https://pkg.go.dev/go.opentelemetry.io/otel/codes
77
license: apache-2.0
88
licenses:
9-
- sources: otel@v1.35.0/LICENSE
9+
- sources: otel@v1.36.0/LICENSE
1010
text: |2
1111
Apache License
1212
Version 2.0, January 2004

.licenses/arduino-app-cli/go/go.opentelemetry.io/otel/internal/attribute.dep.yml

Lines changed: 0 additions & 213 deletions
This file was deleted.

.licenses/arduino-app-cli/go/go.opentelemetry.io/otel/internal/baggage.dep.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: go.opentelemetry.io/otel/internal/baggage
3-
version: v1.35.0
3+
version: v1.36.0
44
type: go
55
summary: Package baggage provides base types and functionality to store and retrieve
66
baggage in Go context.
77
homepage: https://pkg.go.dev/go.opentelemetry.io/otel/internal/baggage
88
license: apache-2.0
99
licenses:
10-
- sources: otel@v1.35.0/LICENSE
10+
- sources: otel@v1.36.0/LICENSE
1111
text: |2
1212
Apache License
1313
Version 2.0, January 2004

.licenses/arduino-app-cli/go/go.opentelemetry.io/otel/internal/global.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: go.opentelemetry.io/otel/internal/global
3-
version: v1.35.0
3+
version: v1.36.0
44
type: go
5-
summary:
5+
summary: Package global provides the OpenTelemetry global API.
66
homepage: https://pkg.go.dev/go.opentelemetry.io/otel/internal/global
77
license: apache-2.0
88
licenses:
9-
- sources: otel@v1.35.0/LICENSE
9+
- sources: otel@v1.36.0/LICENSE
1010
text: |2
1111
Apache License
1212
Version 2.0, January 2004

.licenses/arduino-app-cli/go/go.opentelemetry.io/otel/metric.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: go.opentelemetry.io/otel/metric
3-
version: v1.35.0
3+
version: v1.36.0
44
type: go
55
summary: Package metric provides the OpenTelemetry API used to measure metrics about
66
source code operation.

0 commit comments

Comments
 (0)