Skip to content

Commit

Permalink
Merge branch 'open-telemetry:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
nslaughter committed May 7, 2024
2 parents b36c0d8 + 8c6760f commit 20c9301
Show file tree
Hide file tree
Showing 711 changed files with 24,248 additions and 15,755 deletions.
22 changes: 0 additions & 22 deletions .chloggen/add-metric-name.yaml

This file was deleted.

Expand Up @@ -4,13 +4,13 @@
change_type: enhancement

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: cmd/opampsupervisor
component: exceptionsconnector

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Persist collector remote config & telemetry settings
note: Make span name a default dimension for ouput metrics and log records.

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [21078]
issues: [32162]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
Expand Down
@@ -1,16 +1,16 @@
# Use this changelog template to create an entry for release notes.

# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: bug_fix
change_type: new_component

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: awsxrayexporter
component: awss3receiver

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: make comma`,` as invalid char for x-ray segment name
note: "Initial implementation of the AWS S3 receiver."

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [32610]
issues: [30750]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
Expand Down
27 changes: 0 additions & 27 deletions .chloggen/bugfix_missing-resource-timestamp.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/bugfix_target-info-required-attrs.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/containermeta.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/drosiek-sumologicexporter-prom-formatter.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions .chloggen/elasticsearchexporter_retry-on-status.yaml

This file was deleted.

Expand Up @@ -4,13 +4,13 @@
change_type: enhancement

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: jaegerencodingextension
component: elasticsearchexporter

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Promote jaegerencodingextension to alpha
note: "Converts more SemConv fields in OTel events to ECS fields in Elasticsearch documents when `mapping.mode: ecs` is specified."

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [32699]
issues: [31694]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
Expand All @@ -24,4 +24,4 @@ subtext:
# Include 'user' if the change is relevant to end users.
# Include 'api' if there is a change to a library API.
# Default: '[user]'
change_logs: []
change_logs: [user]
13 changes: 0 additions & 13 deletions .chloggen/feat_mtime-ascending-sort.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/feature_win-perf-receiver-partial-errors.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/fix-cwlogs-xray.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/fix-stanza-matcher.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/fix_compressor-kinesis-exporter-thread-safe.yaml

This file was deleted.

Expand Up @@ -4,13 +4,13 @@
change_type: bug_fix

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: haproxyreceiver
component: awskinesisexporter

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Fix reading stats larger than 4096 bytes
note: fixed compressed data not generating the compression footers

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [32652]
issues: [32860]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
Expand Down
Expand Up @@ -4,13 +4,13 @@
change_type: breaking

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: testbed
component: groupbytraceprocessor

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Remove deprecated `GetAvailablePort` function
note: Fix groupbytrace metrics contain duplicate prefix

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [32800]
issues: [32698]

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

0 comments on commit 20c9301

Please sign in to comment.