Skip to content

Commit f8cbfa2

Browse files
authored
Merge branch 'open-telemetry:main' into insight-main
2 parents 4c0abbc + ab5a083 commit f8cbfa2

File tree

1,121 files changed

+52028
-26560
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,121 files changed

+52028
-26560
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Use this changelog template to create an entry for release notes.
2+
# If your change doesn't affect end users, such as a test fix or a tooling change,
3+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
4+
5+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
6+
change_type: 'deprecation'
7+
8+
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
9+
component: dynatraceexporter
10+
11+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
12+
note: Add deprecation note to Dynatrace metrics exporter
13+
14+
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
15+
issues: [23992]
16+
17+
# (Optional) One or more lines of additional information to render under the primary note.
18+
# These lines will be padded with 2 spaces and then inserted directly into the document.
19+
# Use pipe (|) for multiline entries.
20+
subtext:

.chloggen/awsemf-exponential-histogram.yaml renamed to .chloggen/add_duration_in_span_store.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
change_type: enhancement
77

88
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
9-
component: awsemfexporter
9+
component: elasticsearchexporter
1010

1111
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
12-
note: Add exponential histogram support.
12+
note: "Add span duration in span store."
1313

1414
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
15-
issues: [22626]
15+
issues: [14538]
1616

1717
# (Optional) One or more lines of additional information to render under the primary note.
1818
# These lines will be padded with 2 spaces and then inserted directly into the document.

.chloggen/bearertokenauthextension_impl_server_authenticator.yaml

-16
This file was deleted.

.chloggen/datadogexporter-new-trace-configs.yaml

-21
This file was deleted.

.chloggen/drosiek-mysql-aborted.yaml renamed to .chloggen/dataset-exporter-various-improvements-and-fixes.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
change_type: enhancement
77

88
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
9-
component: mysqlreceiver
9+
component: exporter/datasetexporter
1010

1111
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
12-
note: "add `aborted`, `aborted_clients` and `locked` values to `error` property for `mysql.connection.errors` metric"
12+
note: "Correctly map LogRecord severity to DataSet severity, remove redundant DataSet event message field prefix (OtelExporter - Log -) and remove redundant DataSet event fields (flags, flags.is_sampled)."
1313

1414
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
15-
issues: [14138]
15+
issues: [20660, 23672]
1616

1717
# (Optional) One or more lines of additional information to render under the primary note.
1818
# These lines will be padded with 2 spaces and then inserted directly into the document.

.chloggen/drosiek-host-id-2.yaml

-16
This file was deleted.

.chloggen/feat_k8sattributes_set-transform.yaml renamed to .chloggen/drosiek-journald-exit-stderr.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
change_type: enhancement
77

88
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
9-
component: k8sattributesprocessor
9+
component: journaldreceiver
1010

1111
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
12-
note: Store only necessary Pod data
12+
note: fail if unsufficient permissions for journalctl command
1313

1414
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
15-
issues: [23226]
15+
issues: [20906]
1616

1717
# (Optional) One or more lines of additional information to render under the primary note.
1818
# These lines will be padded with 2 spaces and then inserted directly into the document.

.chloggen/nginx-beta-featuregate.yaml renamed to .chloggen/drosiek-mysql-remove.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
change_type: breaking
77

88
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
9-
component: nginxreceiver
9+
component: mysqlreceiver
1010

1111
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
12-
note: Bump 'receiver.nginx.emitConnectionsCurrentAsSum' featuregate to beta (enabled by default)
12+
note: "removing `mysql.locked_connects` metric which is replaced by `mysql.connection.errors`"
1313

1414
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
15-
issues: [4326]
15+
issues: [23211]
1616

1717
# (Optional) One or more lines of additional information to render under the primary note.
1818
# These lines will be padded with 2 spaces and then inserted directly into the document.

.chloggen/drosiek-sumoexporter-deprecations.yaml

-28
This file was deleted.

.chloggen/elastic-stable-nodevesiongate.yaml

-20
This file was deleted.

.chloggen/export-logs-resource-info-based-configuration.yaml

-20
This file was deleted.

.chloggen/websocket-processor.yaml renamed to .chloggen/fileconsumer-internal-scanner.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
44

55
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
6-
change_type: new_component
6+
change_type: breaking
77

88
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
9-
component: websocketprocessor
9+
component: pkg/stanza
1010

1111
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
12-
note: Implementation of websocket processor
12+
note: Make fileconsumer.PositionalScanner internal
1313

1414
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
15-
issues: [19633]
15+
issues: [23999]
1616

1717
# (Optional) One or more lines of additional information to render under the primary note.
1818
# These lines will be padded with 2 spaces and then inserted directly into the document.

.chloggen/jgm-span-dimensions.yaml renamed to .chloggen/fileconsumer-internal.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
44

55
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
6-
change_type: enhancement
6+
change_type: breaking
77

88
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
9-
component: influxdbexporter
9+
component: pkg/stanza
1010

1111
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
12-
note: Add configurable span dimensions
12+
note: Make fileconsumer.Fingerprint internal
1313

1414
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
15-
issues: [23230]
15+
issues: [23998]
1616

1717
# (Optional) One or more lines of additional information to render under the primary note.
1818
# These lines will be padded with 2 spaces and then inserted directly into the document.

.chloggen/fix-kafkametric-receiver-type.yaml

-20
This file was deleted.

.chloggen/fix-parent-error-scrapping.yaml

-20
This file was deleted.

.chloggen/fix-skywalking-receiver-parent-span-id.yaml

-21
This file was deleted.

.chloggen/fix_iis-scrape-queue-failure.yaml

-11
This file was deleted.

.chloggen/gbbr_dockerstats-container.uptime.yaml

-20
This file was deleted.

.chloggen/k8scluster-dont-store-unused-data-cache.yaml

-15
This file was deleted.

.chloggen/lokiexporter-add-flags.yaml

-16
This file was deleted.

0 commit comments

Comments
 (0)