Skip to content

Commit 96210d2

Browse files
authored
Merge branch 'main' into gcs-exporter-compression
2 parents 6e36e91 + 38ffc29 commit 96210d2

File tree

92 files changed

+2991
-1265
lines changed

Some content is hidden

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

92 files changed

+2991
-1265
lines changed

.chloggen/41934.yaml

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: bug_fix
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. receiver/filelog)
7+
component: processor/resourcedetection
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Prevent the resource detection processor from panicking when detectors return a zero-valued pdata resource.
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: [41934]
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: []
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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. receiver/filelog)
7+
component: receiver/prometheus
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Add comprehensive troubleshooting and best practices guide to Prometheus receiver README
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: [44925]
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+
The guide includes common issues and solutions, performance optimization strategies,
20+
production deployment best practices, monitoring recommendations, and debugging tips.
21+
22+
# If your change doesn't affect end users or the exported elements of any package,
23+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
24+
# Optional: The change log or logs in which this entry should be included.
25+
# e.g. '[user]' or '[user, api]'
26+
# Include 'user' if the change is relevant to end users.
27+
# Include 'api' if there is a change to a library API.
28+
# Default: '[user]'
29+
change_logs: [user]

.chloggen/erw_ct_family.yaml

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. receiver/filelog)
7+
component: receiver/prometheus
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: receiver/prometheus now associates scraped _created text lines as the created timestamp of its metric family rather than its own metric series, as defined by the OpenMetricsText spec
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: [45291]
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: []
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: bug_fix
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. receiver/filelog)
7+
component: receiver/awslambda
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Fix S3 key usage in AWS Lambda Receiver
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: [45364]
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: []
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: exporter/sumologic
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Add `decompose_otlp_summaries` configuration option to decompose OTLP Summary metrics into individual gauges and counters
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: [44737]
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]

cmd/opampsupervisor/go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,19 @@ require (
3838
)
3939

4040
require (
41-
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
41+
github.com/HdrHistogram/hdrhistogram-go v1.2.0 // indirect
4242
github.com/alecthomas/participle/v2 v2.1.4 // indirect
4343
github.com/antchfx/xmlquery v1.5.0 // indirect
4444
github.com/antchfx/xpath v1.3.5 // indirect
45-
github.com/apache/arrow-go/v18 v18.2.0 // indirect
45+
github.com/apache/arrow-go/v18 v18.5.0 // indirect
4646
github.com/apache/thrift v0.22.0 // indirect
47-
github.com/axiomhq/hyperloglog v0.2.5 // indirect
47+
github.com/axiomhq/hyperloglog v0.2.6 // indirect
4848
github.com/beorn7/perks v1.0.1 // indirect
4949
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
5050
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
5151
github.com/cespare/xxhash/v2 v2.3.0 // indirect
5252
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
53-
github.com/dgryski/go-metro v0.0.0-20180109044635-280f6062b5bc // indirect
53+
github.com/dgryski/go-metro v0.0.0-20250106013310-edb8663e5e33 // indirect
5454
github.com/ebitengine/purego v0.9.1 // indirect
5555
github.com/elastic/go-grok v0.3.1 // indirect
5656
github.com/elastic/lunes v0.2.0 // indirect
@@ -69,7 +69,7 @@ require (
6969
github.com/gogo/protobuf v1.3.2 // indirect
7070
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
7171
github.com/golang/snappy v1.0.0 // indirect
72-
github.com/google/flatbuffers v25.2.10+incompatible // indirect
72+
github.com/google/flatbuffers v25.9.23+incompatible // indirect
7373
github.com/google/go-tpm v0.9.8 // indirect
7474
github.com/gorilla/mux v1.8.1 // indirect
7575
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
@@ -83,9 +83,9 @@ require (
8383
github.com/jonboulle/clockwork v0.5.0 // indirect
8484
github.com/jpillora/backoff v1.0.0 // indirect
8585
github.com/json-iterator/go v1.1.12 // indirect
86-
github.com/kamstrup/intmap v0.5.1 // indirect
86+
github.com/kamstrup/intmap v0.5.2 // indirect
8787
github.com/klauspost/compress v1.18.2 // indirect
88-
github.com/klauspost/cpuid/v2 v2.2.11 // indirect
88+
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
8989
github.com/knadh/koanf/providers/confmap v1.0.0 // indirect
9090
github.com/leodido/go-syslog/v4 v4.3.0 // indirect
9191
github.com/leodido/ragel-machinery v0.0.0-20190525184631-5f46317e436b // indirect
@@ -122,7 +122,7 @@ require (
122122
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/stefreceiver v0.143.0 // indirect
123123
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/syslogreceiver v0.143.0 // indirect
124124
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver v0.143.0 // indirect
125-
github.com/open-telemetry/otel-arrow/go v0.45.0 // indirect
125+
github.com/open-telemetry/otel-arrow/go v0.46.0 // indirect
126126
github.com/openzipkin/zipkin-go v0.4.3 // indirect
127127
github.com/pierrec/lz4/v4 v4.1.23 // indirect
128128
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
@@ -230,15 +230,15 @@ require (
230230
go.yaml.in/yaml/v2 v2.4.3 // indirect
231231
go.yaml.in/yaml/v3 v3.0.4 // indirect
232232
golang.org/x/crypto v0.46.0 // indirect
233-
golang.org/x/exp v0.0.0-20251209150349-8475f28825e9 // indirect
233+
golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 // indirect
234234
golang.org/x/mod v0.31.0 // indirect
235235
golang.org/x/net v0.48.0 // indirect
236236
golang.org/x/sync v0.19.0 // indirect
237237
golang.org/x/telemetry v0.0.0-20251203150158-8fff8a5912fc // indirect
238238
golang.org/x/text v0.32.0 // indirect
239239
golang.org/x/tools v0.40.0 // indirect
240240
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
241-
gonum.org/v1/gonum v0.16.0 // indirect
241+
gonum.org/v1/gonum v0.17.0 // indirect
242242
google.golang.org/genproto/googleapis/api v0.0.0-20251222181119-0a764e51fe1b // indirect
243243
google.golang.org/genproto/googleapis/rpc v0.0.0-20251222181119-0a764e51fe1b // indirect
244244
google.golang.org/grpc v1.78.0 // indirect

0 commit comments

Comments
 (0)