Skip to content

Commit 5785ae7

Browse files
authored
Merge branch 'main' into main
2 parents 854d9d8 + f5c72c9 commit 5785ae7

File tree

406 files changed

+3033
-2429
lines changed

Some content is hidden

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

406 files changed

+3033
-2429
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: 'new_component'
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7+
component: metricstarttimeprocessor
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Add the initial skeleton for the metricsstarttimeprocessor
11+
12+
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13+
issues: [37186]
14+
15+
# (Optional) One or more lines of additional information to render under the primary note.
16+
# These lines will be padded with 2 spaces and then inserted directly into the document.
17+
# Use pipe (|) for multiline entries.
18+
subtext: The component is still in development and is not ready for use.
19+
20+
# If your change doesn't affect end users or the exported elements of any package,
21+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
22+
# Optional: The change log or logs in which this entry should be included.
23+
# e.g. '[user]' or '[user, api]'
24+
# Include 'user' if the change is relevant to end users.
25+
# Include 'api' if there is a change to a library API.
26+
# Default: '[user]'
27+
change_logs: [user, api]
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: enhancement
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7+
component: hostmetrics/process
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Added support for tracking process.uptime
11+
12+
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13+
issues: [36667]
14+
15+
# (Optional) One or more lines of additional information to render under the primary note.
16+
# These lines will be padded with 2 spaces and then inserted directly into the document.
17+
# Use pipe (|) for multiline entries.
18+
subtext:
19+
20+
# If your change doesn't affect end users or the exported elements of any package,
21+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
22+
# Optional: The change log or logs in which this entry should be included.
23+
# e.g. '[user]' or '[user, api]'
24+
# Include 'user' if the change is relevant to end users.
25+
# Include 'api' if there is a change to a library API.
26+
# Default: '[user]'
27+
change_logs: [user]

.github/ALLOWLIST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ exporter/kineticaexporter/
2424
exporter/opensearchexporter/
2525
extension/observer/ecstaskobserver/
2626
receiver/awscloudwatchmetricsreceiver/
27+
receiver/rabbitmqreceiver/

.github/CODEOWNERS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ processor/k8sattributesprocessor/ @open-telemetry
182182
processor/logdedupprocessor/ @open-telemetry/collector-contrib-approvers @MikeGoldsmith @djaglowski
183183
processor/logstransformprocessor/ @open-telemetry/collector-contrib-approvers @dehaansa
184184
processor/metricsgenerationprocessor/ @open-telemetry/collector-contrib-approvers @Aneurysm9
185+
processor/metricstarttimeprocessor/ @open-telemetry/collector-contrib-approvers @dashpole
185186
processor/metricstransformprocessor/ @open-telemetry/collector-contrib-approvers @dmitryax
186187
processor/probabilisticsamplerprocessor/ @open-telemetry/collector-contrib-approvers @jpkrohling @jmacd
187188
processor/redactionprocessor/ @open-telemetry/collector-contrib-approvers @dmitryax @mx-psi @TylerHelmuth
@@ -277,7 +278,6 @@ receiver/prometheusremotewritereceiver/ @open-telemetry
277278
receiver/pulsarreceiver/ @open-telemetry/collector-contrib-approvers @dmitryax @dao-jun
278279
receiver/purefareceiver/ @open-telemetry/collector-contrib-approvers @jpkrohling @dgoscn @chrroberts-pure
279280
receiver/purefbreceiver/ @open-telemetry/collector-contrib-approvers @jpkrohling @dgoscn @chrroberts-pure
280-
receiver/rabbitmqreceiver/ @open-telemetry/collector-contrib-approvers @cpheps
281281
receiver/receivercreator/ @open-telemetry/collector-contrib-approvers @dmitryax
282282
receiver/redisreceiver/ @open-telemetry/collector-contrib-approvers @dmitryax @hughesjj
283283
receiver/riakreceiver/ @open-telemetry/collector-contrib-approvers @armstrmi
@@ -330,3 +330,4 @@ exporter/kineticaexporter/ @open-telemetry
330330
exporter/opensearchexporter/ @open-telemetry/collector-contrib-approvers
331331
extension/observer/ecstaskobserver/ @open-telemetry/collector-contrib-approvers
332332
receiver/awscloudwatchmetricsreceiver/ @open-telemetry/collector-contrib-approvers
333+
receiver/rabbitmqreceiver/ @open-telemetry/collector-contrib-approvers

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ body:
184184
- processor/logdedup
185185
- processor/logstransform
186186
- processor/metricsgeneration
187+
- processor/metricstarttime
187188
- processor/metricstransform
188189
- processor/probabilisticsampler
189190
- processor/redaction

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ body:
178178
- processor/logdedup
179179
- processor/logstransform
180180
- processor/metricsgeneration
181+
- processor/metricstarttime
181182
- processor/metricstransform
182183
- processor/probabilisticsampler
183184
- processor/redaction

.github/ISSUE_TEMPLATE/other.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ body:
178178
- processor/logdedup
179179
- processor/logstransform
180180
- processor/metricsgeneration
181+
- processor/metricstarttime
181182
- processor/metricstransform
182183
- processor/probabilisticsampler
183184
- processor/redaction

.github/ISSUE_TEMPLATE/unmaintained.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ body:
183183
- processor/logdedup
184184
- processor/logstransform
185185
- processor/metricsgeneration
186+
- processor/metricstarttime
186187
- processor/metricstransform
187188
- processor/probabilisticsampler
188189
- processor/redaction

.github/workflows/build-and-test-arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@v4
5151
- uses: actions/setup-go@v5
5252
with:
53-
go-version: "~1.22.5"
53+
go-version: "~1.22.11"
5454
cache: false
5555
- name: Cache Go
5656
id: go-cache

.github/workflows/build-and-test-darwin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030
- uses: actions/setup-go@v5
3131
with:
32-
go-version: "~1.22.5"
32+
go-version: "~1.22.11"
3333
cache: false
3434
- name: Cache Go
3535
id: go-cache
@@ -70,7 +70,7 @@ jobs:
7070
- uses: actions/checkout@v4
7171
- uses: actions/setup-go@v5
7272
with:
73-
go-version: "~1.22.5"
73+
go-version: "~1.22.11"
7474
cache: false
7575
- name: Install Tools
7676
if: steps.go-cache.outputs.cache-hit != 'true'

.github/workflows/build-and-test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: Install-WindowsFeature -name Web-Server -IncludeManagementTools
6060
- uses: actions/setup-go@v5
6161
with:
62-
go-version: "1.22.8"
62+
go-version: "1.22.11"
6363
cache: false
6464
- name: Cache Go
6565
id: go-mod-cache

.github/workflows/build-and-test.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727
- uses: actions/setup-go@v5
2828
with:
29-
go-version: "1.22.8"
29+
go-version: "1.22.11"
3030
cache: false
3131
- name: Cache Go
3232
id: go-cache
@@ -94,7 +94,7 @@ jobs:
9494
- uses: actions/checkout@v4
9595
- uses: actions/setup-go@v5
9696
with:
97-
go-version: "1.22.8"
97+
go-version: "1.22.11"
9898
cache: false
9999
- name: Cache Go
100100
id: go-cache
@@ -164,7 +164,7 @@ jobs:
164164
- name: Setup Go
165165
uses: actions/setup-go@v5
166166
with:
167-
go-version: "1.22.8"
167+
go-version: "1.22.11"
168168
cache: false
169169
- name: Cache Go
170170
id: go-cache
@@ -188,7 +188,7 @@ jobs:
188188
- uses: actions/checkout@v4
189189
- uses: actions/setup-go@v5
190190
with:
191-
go-version: "1.22.8"
191+
go-version: "1.22.11"
192192
cache: false
193193
- name: Cache Go
194194
id: go-cache
@@ -246,7 +246,7 @@ jobs:
246246
strategy:
247247
fail-fast: false
248248
matrix:
249-
go-version: ["1.23.0", "1.22.8"] # 1.20 is interpreted as 1.2 without quotes
249+
go-version: ["1.23.0", "1.22.11"] # 1.20 is interpreted as 1.2 without quotes
250250
runner: [ubuntu-24.04]
251251
group:
252252
- receiver-0
@@ -332,7 +332,7 @@ jobs:
332332
merge-multiple: true
333333
pattern: coverage-artifacts-*
334334
- name: Upload coverage report
335-
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # 5.1.2
335+
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # 5.3.1
336336
env:
337337
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
338338

@@ -363,7 +363,7 @@ jobs:
363363
- uses: actions/checkout@v4
364364
- uses: actions/setup-go@v5
365365
with:
366-
go-version: "1.22.8"
366+
go-version: "1.22.11"
367367
cache: false
368368
- name: Cache Go
369369
id: go-cache
@@ -402,7 +402,7 @@ jobs:
402402
- uses: actions/checkout@v4
403403
- uses: actions/setup-go@v5
404404
with:
405-
go-version: "1.22.8"
405+
go-version: "1.22.11"
406406
cache: false
407407
- name: Cache Go
408408
id: go-cache
@@ -429,7 +429,7 @@ jobs:
429429
- uses: actions/checkout@v4
430430
- uses: actions/setup-go@v5
431431
with:
432-
go-version: "1.22.8"
432+
go-version: "1.22.11"
433433
cache: false
434434
- name: Cache Go
435435
id: go-cache
@@ -501,7 +501,7 @@ jobs:
501501
- uses: actions/checkout@v4
502502
- uses: actions/setup-go@v5
503503
with:
504-
go-version: "1.22.8"
504+
go-version: "1.22.11"
505505
cache: false
506506
- name: Cache Go
507507
id: go-cache
@@ -551,7 +551,7 @@ jobs:
551551
- uses: actions/checkout@v4
552552
- uses: actions/setup-go@v5
553553
with:
554-
go-version: "1.22.8"
554+
go-version: "1.22.11"
555555
cache: false
556556
- name: Mkdir bin and dist
557557
run: |

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fetch-depth: 0
3636
- uses: actions/setup-go@v5
3737
with:
38-
go-version: "1.22.8"
38+
go-version: "1.22.11"
3939
cache: false
4040
- name: Cache Go
4141
id: go-cache

.github/workflows/check-codeowners.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- uses: actions/setup-go@v5
3232
with:
33-
go-version: "1.22.8"
33+
go-version: "1.22.11"
3434
cache: false
3535

3636
- name: Cache Go Tools

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525
- uses: actions/setup-go@v5
2626
with:
27-
go-version: "1.22.8"
27+
go-version: "1.22.11"
2828
cache: false
2929

3030
# Initializes the CodeQL tools for scanning.

.github/workflows/e2e-tests-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- name: Setup Go
119119
uses: actions/setup-go@v5
120120
with:
121-
go-version: ~1.22.8
121+
go-version: ~1.22.11
122122
cache: false
123123
- name: Cache Go
124124
uses: actions/cache@v4

.github/workflows/e2e-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727
- uses: actions/setup-go@v5
2828
with:
29-
go-version: "1.22.8"
29+
go-version: "1.22.11"
3030
cache: false
3131
- name: Cache Go
3232
id: go-cache
@@ -57,7 +57,7 @@ jobs:
5757
- uses: actions/checkout@v4
5858
- uses: actions/setup-go@v5
5959
with:
60-
go-version: "1.22.8"
60+
go-version: "1.22.11"
6161
cache: false
6262
- name: Cache Go
6363
id: go-cache
@@ -89,7 +89,7 @@ jobs:
8989
uses: actions/checkout@v4
9090
- uses: actions/setup-go@v5
9191
with:
92-
go-version: "1.22.8"
92+
go-version: "1.22.11"
9393
cache: false
9494
- name: Cache Go
9595
id: go-cache
@@ -137,7 +137,7 @@ jobs:
137137
- uses: actions/checkout@v4
138138
- uses: actions/setup-go@v5
139139
with:
140-
go-version: "1.22.8"
140+
go-version: "1.22.11"
141141
cache: false
142142
- name: Cache Go
143143
id: go-cache

.github/workflows/load-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929
- uses: actions/setup-go@v5
3030
with:
31-
go-version: "1.22.8"
31+
go-version: "1.22.11"
3232
cache: false
3333
- name: Cache Go
3434
id: go-cache
@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/checkout@v4
6868
- uses: actions/setup-go@v5
6969
with:
70-
go-version: "1.22.8"
70+
go-version: "1.22.11"
7171
cache: false
7272
- name: Cache Go
7373
id: go-cache

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
path: opentelemetry-collector-contrib
2727
- uses: actions/setup-go@v5
2828
with:
29-
go-version: "1.22.8"
29+
go-version: "1.22.11"
3030
cache: false
3131
- name: Prepare release for contrib
3232
working-directory: opentelemetry-collector-contrib

.github/workflows/prometheus-compliance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
path: opentelemetry-collector-contrib
3232
- uses: actions/setup-go@v5
3333
with:
34-
go-version: "1.22.8"
34+
go-version: "1.22.11"
3535
cache: false
3636
- name: Cache Go
3737
id: go-cache

.github/workflows/scoped-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v4
4747
- uses: actions/setup-go@v5
4848
with:
49-
go-version: "1.22.8"
49+
go-version: "1.22.11"
5050
cache: false
5151

5252
- name: Try to restore go-cache

.github/workflows/telemetrygen.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929
- uses: actions/setup-go@v5
3030
with:
31-
go-version: "1.22.8"
31+
go-version: "1.22.11"
3232
cache: false
3333
- name: Cache Go
3434
id: go-cache
@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/checkout@v4
6868
- uses: actions/setup-go@v5
6969
with:
70-
go-version: "1.22.8"
70+
go-version: "1.22.11"
7171
cache: false
7272
- name: Cache Go
7373
id: go-cache
@@ -112,7 +112,7 @@ jobs:
112112
- uses: actions/checkout@v4
113113
- uses: actions/setup-go@v5
114114
with:
115-
go-version: "1.22.8"
115+
go-version: "1.22.11"
116116
cache: false
117117
- name: Cache Go
118118
id: go-cache

0 commit comments

Comments
 (0)