Skip to content

Commit 88f6aa0

Browse files
authored
Merge branch 'main' into fallback_scrape_protocol_TA
2 parents 1d21ecc + f75599e commit 88f6aa0

File tree

1,414 files changed

+39823
-30624
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,414 files changed

+39823
-30624
lines changed

.checkapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
ignored_paths:
2+
- cmd/codecovgen
23
- cmd/telemetrygen
34
- cmd/opampsupervisor
45
- exporter/datadogexporter/integrationtest

.chloggen/38990.yaml

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

.chloggen/39270-sqlquery-pool.yaml

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

.chloggen/ResourceDetectionEKS.yaml

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

.chloggen/add-awscloudwatchreceiver-storage.yaml

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

.chloggen/elasticsearch-lru.yaml renamed to .chloggen/add-compression-level-in-kafka-producer.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: elasticsearchexporter
7+
component: kafkaexporter
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Introduce LRU cache for profiles
10+
note: Add compression level in kafka producer.
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: [38606]
13+
issues: [39772]
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/add-parser-collection-ctx-inference-conditions-opts.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: pkg/winperfcounters
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Add methods to scrape raw values from Windows performance 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: [39835]
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/opampsupervisor-macos-example.yaml renamed to .chloggen/azure-logs-fix-resource-attributes.yaml

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

66
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7-
component: opampsupervisor
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: fixes OpAMP Supervisor macOS example config
10+
note: Fix empty resource attributes in the 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: [39492]
13+
issues: [39571]
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/datadog-extension-proposal.yaml renamed to .chloggen/azuremonitorreceiver_rename-auth-field.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Use this changelog template to create an entry for release notes.
22

33
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4-
change_type: new_component
4+
change_type: 'breaking'
55

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

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Introduce framework for Datadog Extension
10+
note: "Renamed the `auth` field to `credentials` in the azuremonitorreceiver configuration."
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: [39589]
13+
issues: [39738]
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.

0 commit comments

Comments
 (0)