Skip to content

Commit a22beca

Browse files
authored
Merge branch 'main' into add-receiver-for-redfish
2 parents 6f5c8d1 + d5c0a92 commit a22beca

File tree

103 files changed

+2152
-244
lines changed

Some content is hidden

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

103 files changed

+2152
-244
lines changed

.chloggen/celian-garcia_39417.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. filelogreceiver)
7+
component: receiver/azuremonitor
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: parallelize calls by subscriptions in Batch API mode
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: [39417]
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: []

.chloggen/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ components:
256256
- receiver/hostmetrics
257257
- receiver/httpcheck
258258
- receiver/huaweicloudcesreceiver
259+
- receiver/icmpcheckreceiver
259260
- receiver/iis
260261
- receiver/influxdb
261262
- receiver/jaeger
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: breaking
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7+
component: exporter/datadog
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Remove `logs::dump_payloads` config option from `datadogexporter` config.
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: [43427]
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: Please remove the previously deprecated `logs::dump_payloads` config option from your `datadogexporter` config.
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]
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: deprecation
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7+
component: pkg/datadog
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Remove `logs::dump_payloads` config option from `pkg/datadog` config.
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: [43427]
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: [api]

.chloggen/mysql-top-query.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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: receiver/mysql
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Support query-level collection.
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: [41847]
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+
Added top query (most time consumed) collection. The query will gather the queries took most of the time during the last
20+
query interval and report related metrics. The number of queries can be configured. This will enable user to have better
21+
understanding on what is going on with the database. This enhancement empowers users to not only monitor but also actively
22+
manage and optimize their MySQL database performance based on real usage patterns.
23+
24+
# If your change doesn't affect end users or the exported elements of any package,
25+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
26+
# Optional: The change log or logs in which this entry should be included.
27+
# e.g. '[user]' or '[user, api]'
28+
# Include 'user' if the change is relevant to end users.
29+
# Include 'api' if there is a change to a library API.
30+
# Default: '[user]'
31+
change_logs: [user]
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: receiver/icmpcheckreceiver
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: "Add initial skeleton of ICMP check receiver (README, config, factory, metadata) with In Development stability."
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: [29009]
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: []

.codecov.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,10 @@ component_management:
712712
name: receiver_huaweicloudces
713713
paths:
714714
- receiver/huaweicloudcesreceiver/**
715+
- component_id: receiver_icmpcheck
716+
name: receiver_icmpcheck
717+
paths:
718+
- receiver/icmpcheckreceiver/**
715719
- component_id: receiver_iis
716720
name: receiver_iis
717721
paths:

.github/CODEOWNERS

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ exporter/googlecloudstorageexporter/ @open-telemetry
6666
exporter/googlemanagedprometheusexporter/ @open-telemetry/collector-contrib-approvers @aabmass @dashpole @braydonk @jsuereth @psx95 @ridwanmsharif
6767
exporter/honeycombmarkerexporter/ @open-telemetry/collector-contrib-approvers @TylerHelmuth @fchikwekwe
6868
exporter/influxdbexporter/ @open-telemetry/collector-contrib-approvers @jacobmarble
69-
exporter/kafkaexporter/ @open-telemetry/collector-contrib-approvers @pavolloffay @MovieStoreGuy @axw
69+
exporter/kafkaexporter/ @open-telemetry/collector-contrib-approvers @pavolloffay @MovieStoreGuy @axw @paulojmdias
7070
exporter/loadbalancingexporter/ @open-telemetry/collector-contrib-approvers @rlankfo
7171
exporter/logicmonitorexporter/ @open-telemetry/collector-contrib-approvers @bogdandrutu @khyatigandhi6 @avadhut123pisal
7272
exporter/logzioexporter/ @open-telemetry/collector-contrib-approvers @yotamloe
@@ -145,7 +145,7 @@ internal/filter/ @open-telemetry
145145
internal/grpcutil/ @open-telemetry/collector-contrib-approvers @jmacd @moh-osman3 @lquerel
146146
internal/healthcheck/ @open-telemetry/collector-contrib-approvers @mwear @evan-bradley
147147
internal/k8sconfig/ @open-telemetry/collector-contrib-approvers @dmitryax
148-
internal/kafka/ @open-telemetry/collector-contrib-approvers @pavolloffay @MovieStoreGuy @axw
148+
internal/kafka/ @open-telemetry/collector-contrib-approvers @pavolloffay @MovieStoreGuy @axw @paulojmdias
149149
internal/kubelet/ @open-telemetry/collector-contrib-approvers @dmitryax
150150
internal/metadataproviders/ @open-telemetry/collector-contrib-approvers @Aneurysm9 @dashpole
151151
internal/otelarrow/ @open-telemetry/collector-contrib-approvers @jmacd @moh-osman3
@@ -161,7 +161,7 @@ pkg/core/xidutils/ @open-telemetry
161161
pkg/datadog/ @open-telemetry/collector-contrib-approvers @mx-psi @dineshg13 @liustanley @songy23 @mackjmr @ankitpatel96 @jade-guiton-dd @IbraheemA
162162
pkg/experimentalmetricmetadata/ @open-telemetry/collector-contrib-approvers @dmitryax
163163
pkg/golden/ @open-telemetry/collector-contrib-approvers @atoulme
164-
pkg/kafka/configkafka/ @open-telemetry/collector-contrib-approvers @pavolloffay @MovieStoreGuy @axw
164+
pkg/kafka/configkafka/ @open-telemetry/collector-contrib-approvers @pavolloffay @MovieStoreGuy @axw @paulojmdias
165165
pkg/kafka/topic/ @open-telemetry/collector-contrib-approvers @pavolloffay @MovieStoreGuy
166166
pkg/ottl/ @open-telemetry/collector-contrib-approvers @TylerHelmuth @evan-bradley @edmocosta
167167
pkg/pdatatest/ @open-telemetry/collector-contrib-approvers @fatsheep9146
@@ -272,6 +272,7 @@ receiver/hostmetricsreceiver/internal/scraper/processscraper/ @open-telemetry
272272
receiver/hostmetricsreceiver/internal/scraper/systemscraper/ @open-telemetry/collector-contrib-approvers @dmitryax @braydonk
273273
receiver/httpcheckreceiver/ @open-telemetry/collector-contrib-approvers @codeboten @VenuEmmadi
274274
receiver/huaweicloudcesreceiver/ @open-telemetry/collector-contrib-approvers @heitorganzeli @narcis96 @mwear
275+
receiver/icmpcheckreceiver/ @open-telemetry/collector-contrib-approvers @atoulme @jkoronaAtCisco
275276
receiver/iisreceiver/ @open-telemetry/collector-contrib-approvers @ishleenk17 @Mrod1598 @pjanotti
276277
receiver/influxdbreceiver/ @open-telemetry/collector-contrib-approvers @jacobmarble
277278
receiver/jaegerreceiver/ @open-telemetry/collector-contrib-approvers @yurishkuro
@@ -282,7 +283,7 @@ receiver/k8seventsreceiver/ @open-telemetry
282283
receiver/k8slogreceiver/ @open-telemetry/collector-contrib-approvers @h0cheung @TylerHelmuth
283284
receiver/k8sobjectsreceiver/ @open-telemetry/collector-contrib-approvers @dmitryax @hvaghani221 @TylerHelmuth @ChrsMark @krisztianfekete
284285
receiver/kafkametricsreceiver/ @open-telemetry/collector-contrib-approvers @dmitryax
285-
receiver/kafkareceiver/ @open-telemetry/collector-contrib-approvers @pavolloffay @MovieStoreGuy @axw
286+
receiver/kafkareceiver/ @open-telemetry/collector-contrib-approvers @pavolloffay @MovieStoreGuy @axw @paulojmdias
286287
receiver/kubeletstatsreceiver/ @open-telemetry/collector-contrib-approvers @dmitryax @TylerHelmuth @ChrsMark
287288
receiver/libhoneyreceiver/ @open-telemetry/collector-contrib-approvers @TylerHelmuth @mterhar
288289
receiver/lokireceiver/ @open-telemetry/collector-contrib-approvers @mar4uk

.github/ISSUE_TEMPLATE/beta_stability.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ body:
274274
- receiver/hostmetrics/internal/scraper/systemscraper
275275
- receiver/httpcheck
276276
- receiver/huaweicloudces
277+
- receiver/icmpcheck
277278
- receiver/iis
278279
- receiver/influxdb
279280
- receiver/jaeger

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ body:
277277
- receiver/hostmetrics/internal/scraper/systemscraper
278278
- receiver/httpcheck
279279
- receiver/huaweicloudces
280+
- receiver/icmpcheck
280281
- receiver/iis
281282
- receiver/influxdb
282283
- receiver/jaeger

0 commit comments

Comments
 (0)