Skip to content

Commit

Permalink
Merge branch 'open-telemetry:main' into feature-command
Browse files Browse the repository at this point in the history
  • Loading branch information
danish9039 authored Jan 22, 2025
2 parents a0571a7 + 54c3cd8 commit 4a2527a
Show file tree
Hide file tree
Showing 252 changed files with 4,145 additions and 3,238 deletions.
25 changes: 0 additions & 25 deletions .chloggen/add-blocking.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/add-eventname-debug-exporter.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/add-obs-for-logs.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/change-persistent-queue.yaml

This file was deleted.

Original file line number Diff line number Diff line change
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. otlpreceiver)
component: mdatagen
component: otelcol

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Add scraper component type support to mdatagen
note: Adds support for listing config providers in components command's output

# One or more tracking issues or pull requests related to the change
issues: [12092]
issues: [11570]

# (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 @@ -22,4 +22,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: [api]
change_logs: [user]
26 changes: 0 additions & 26 deletions .chloggen/compression-config-option2.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/deprecate-checkscrapermetrics.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .chloggen/generalize-scraper.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/mx-psi_default-provider.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
change_type: breaking

# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver)
component: experimental/storage
component: cmd/mdatagen

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Remove deprecated package/module experimental/storage
note: Remove `level` field from metrics definition

# One or more tracking issues or pull requests related to the change
issues: [12109]
issues: [12145]

# (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.
# Use pipe (|) for multiline entries.
subtext:
subtext: This mechanism will be added back once a new views mechanism is implemented.

# Optional: The change log or logs in which this entry should be included.
# e.g. '[user]' or '[user, api]'
# 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: [api]
change_logs: []
Original file line number Diff line number Diff line change
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. otlpreceiver)
component: receivertest
component: cmd/mdatagen

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Remove deprecated receivertest.NewNopFactoryForType
note: Remove dead field `telemetry::level`

# One or more tracking issues or pull requests related to the change
issues: [12110]
issues: [12144]

# (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 @@ -22,4 +22,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: [api]
change_logs: []
25 changes: 0 additions & 25 deletions .chloggen/remove-receiver-scraperhelper.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/revert-change-name.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/rm-dep-mdatagen.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions .chloggen/mv-int64.yaml → .chloggen/rm-dep-scraper.yaml
Original file line number Diff line number Diff line change
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. otlpreceiver)
component: exporterqueue
component: scraperhelper

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Change Queue Size and Capacity to return explicit int64.
note: Remove deprecated ScrapperControllerOption and NewScraperControllerMetrics from scraperhelper.

# One or more tracking issues or pull requests related to the change
issues: [12076]
issues: [12147]

# (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
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ change_type: enhancement
component: exporterhelper

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Add blocking option to control queue behavior when full
note: Set the feature gate UsePullingBasedExporterQueueBatcher to beta

# One or more tracking issues or pull requests related to the change
issues: [12090]
issues: [8122]

# (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
Loading

0 comments on commit 4a2527a

Please sign in to comment.