Skip to content

Commit dbf2dbf

Browse files
authored
Merge branch 'main' into feat/kubelet-network-all-inerfaces
2 parents 02b2c88 + f0aa419 commit dbf2dbf

File tree

2,193 files changed

+58969
-38925
lines changed

Some content is hidden

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

2,193 files changed

+58969
-38925
lines changed

.checkapi.yaml

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
ignored_paths:
2+
- cmd/telemetrygen
3+
- cmd/opampsupervisor
4+
- exporter/datadogexporter/integrationtest
5+
- extension/observer
6+
- extension/encoding
7+
- extension/opampcustommessages
8+
- pkg/batchperresourceattr
9+
- pkg/batchpersignal
10+
- pkg/core/xidutils
11+
- pkg/datadog
12+
- pkg/experimentalmetricmetadata
13+
- pkg/golden
14+
- pkg/kafka/topic
15+
- pkg/ottl
16+
- pkg/pdatautil
17+
- pkg/resourcetotelemetry
18+
- pkg/sampling
19+
- pkg/status
20+
- pkg/translator/azure
21+
- pkg/translator/azurelogs
22+
- pkg/translator/faro
23+
- pkg/translator/jaeger
24+
- pkg/translator/loki
25+
- pkg/translator/opencensus
26+
- pkg/translator/prometheus
27+
- pkg/translator/prometheusremotewrite
28+
- pkg/translator/signalfx
29+
- pkg/translator/skywalking
30+
- pkg/winperfcounters
31+
- pkg/xk8stest
32+
- processor/tailsamplingprocessor
33+
- receiver/pulsarreceiver # 38930
34+
- exporter/pulsarexporter # 38929
35+
- exporter/elasticsearchexporter/integrationtest
36+
- scraper/zookeeperscraper
37+
- testbed/mockdatasenders/mockdatadogagentexporter
38+
allowed_functions:
39+
- name: NewFactory
40+
classes:
41+
- provider
42+
return_types: [confmap.ProviderFactory]
43+
- name: NewFactory
44+
classes:
45+
- connector
46+
return_types: [connector.Factory]
47+
- name: NewFactory
48+
classes:
49+
- exporter
50+
return_types: [exporter.Factory]
51+
- name: NewFactory
52+
classes:
53+
- extension
54+
return_types: [extension.Factory]
55+
- name: NewFactory
56+
classes:
57+
- processor
58+
return_types: [processor.Factory]
59+
- name: NewFactory
60+
classes:
61+
- receiver
62+
return_types: [receiver.Factory]
63+
64+
ignored_functions:
65+
- ^Test.*
66+
- ^Benchmark.*
67+
- ^Fuzz.*

.chloggen/39270-sqlquery-pool.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
change_type: bug_fix
2+
component: sqlqueryreceiver
3+
issues: [39270]
4+
change_logs: [user]
5+
6+
note: respect `max_open_conn` configuration for multiple queries

.chloggen/exemplars-mask.yaml renamed to .chloggen/add-parser-collection-ctx-inference-conditions-opts.yaml

Lines changed: 3 additions & 3 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. filelogreceiver)
7-
component: pkg/pdatatest
7+
component: pkg/ottl
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: "Introduce IgnoreExemplars, IgnoreExemplarSlice and ChangeDatapointAttributeValue to CompareMetricsOption"
10+
note: "Add `ottl.WithContextInferenceConditions` option to allow configuring extra context inferrer OTTL conditions"
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: [39004]
13+
issues: [39455]
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.

.chloggen/vpc-optimization.yaml renamed to .chloggen/add-s3-access-log.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ change_type: enhancement
77
component: awslogsencodingextension
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Improve performance when unmarshalling plain-text VPC flow logs.
10+
note: Add support for S3 Access Logs.
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: [39043]
13+
issues: [39161]
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.

.chloggen/stefreceiver.yaml renamed to .chloggen/add_dnslookupprocessor.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
change_type: new_component
55

66
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7-
component: stefreceiver
7+
component: dnslookupprocessor
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Make the receiver initially code complete
10+
note: Add structure of new processor
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: [38979]
13+
issues: [34398]
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.

.chloggen/remove-scope.yaml renamed to .chloggen/azure-logs-improve-performance.yaml

Lines changed: 3 additions & 3 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. filelogreceiver)
7-
component: azureauthextension
7+
component: pkg
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Use credentials to handle the access token.
10+
note: Improve performance of azure logs translator.
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: [39057]
13+
issues: [39340]
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.

.chloggen/ddog-deprecate-cfg.yaml

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

.chloggen/disable-default-search-metrics.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.
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: awscloudwatchlogsexporter
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Add dynamic log_group_name and log_group_stream naming, based on awsemfexporter
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: [31382]
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]

.chloggen/faro-exporter.yaml renamed to .chloggen/elasticsearch-lru.yaml

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. filelogreceiver)
7-
component: faroexporter
7+
component: elasticsearchexporter
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Completes the implementation of the Faro exporter.
10+
note: Introduce LRU cache for profiles
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: [35319]
13+
issues: [38606]
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]

0 commit comments

Comments
 (0)