Skip to content

Commit 92e7ce0

Browse files
authored
Merge branch 'open-telemetry:main' into main
2 parents bd9963b + 0647962 commit 92e7ce0

File tree

1,012 files changed

+38928
-34161
lines changed

Some content is hidden

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

1,012 files changed

+38928
-34161
lines changed

.checkapi.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ignored_paths:
66
- extension/observer
77
- extension/encoding
88
- extension/opampcustommessages
9+
- extension/storage
910
- pkg/batchperresourceattr
1011
- pkg/batchpersignal
1112
- pkg/core/xidutils
@@ -67,6 +68,13 @@ allowed_functions:
6768
classes:
6869
- scraper
6970
return_types: [scraper.Factory]
71+
# Allow any functions under pkg
72+
- name: "*"
73+
classes:
74+
- pkg
75+
# Allow no functions under cmd
76+
- classes:
77+
- cmd
7078

7179
ignored_functions:
7280
- ^Test.*

.chloggen/42647-add-system-scrapers.yaml

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

.chloggen/43394.yaml

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

.chloggen/435960-fix-oauth2-flow-pulsar-exporter.yaml

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

.chloggen/435960-fix-oauth2-flow-pulsar-receiver.yaml

Lines changed: 0 additions & 28 deletions
This file was deleted.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
change_type: 'enhancement'
55

66
# The name of the component, or a single word describing the area of concern, (e.g. receiver/filelog)
7-
component: pkg/ottl
7+
component: 'exporter/azureblob'
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: "Added support for dynamic delimiter in Concat() function in OTTL."
10+
note: "Added `serial_num_enabled` and `time_parser_enabled` options to `blob_name_format` in Azure Blob Exporter to control random serial number appending and time parsing behavior."
1111

1212
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13-
issues: [43555]
13+
issues: [43603]
1414

1515
# (Optional) One or more lines of additional information to render under the primary note.
1616
# These lines will be padded with 2 spaces and then inserted directly into the document.
@@ -24,4 +24,4 @@ subtext:
2424
# Include 'user' if the change is relevant to end users.
2525
# Include 'api' if there is a change to a library API.
2626
# Default: '[user]'
27-
change_logs: []
27+
change_logs: [user]

.chloggen/43719.yaml

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

.chloggen/add-encoding-format-to-gcp-encoding-ext.yaml

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

.chloggen/add-redfish-impl.yaml

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

.chloggen/add-xxh128-ottl-func.yaml

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

0 commit comments

Comments
 (0)