Skip to content

Commit

Permalink
Merge branch 'main' into span-prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
VihasMakwana authored Sep 27, 2024
2 parents 9171bb7 + 40396d5 commit 63d77c8
Show file tree
Hide file tree
Showing 291 changed files with 3,974 additions and 3,616 deletions.
20 changes: 0 additions & 20 deletions .chloggen/6767-exporterhelper-rename-config.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .chloggen/add-map-moveto.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .chloggen/avoid-internal-2.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .chloggen/avoid-internal.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# Use this changelog template to create an entry for release notes.

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

# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver)
component: pipeline
component: service/telemetry

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Adds new `pipeline` module to house the concept of pipeline ID and Signal.
note: Change default metrics address to "localhost:8888" instead of ":8888"

# One or more tracking issues or pull requests related to the change
issues: [11209]
issues: [11251]

# (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 behavior can be disabled by disabling the feature gate 'telemetry.UseLocalHostAsDefaultMetricsAddress'.

# 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: [user, api]
36 changes: 0 additions & 36 deletions .chloggen/codeboten_consolidate-inout-items.yaml

This file was deleted.

36 changes: 0 additions & 36 deletions .chloggen/codeboten_deprecate-metrics.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/codeboten_fix-bug.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
# Use this changelog template to create an entry for release notes.

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

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "Deprecate `ClientConfig.ToClientConn`/`ServerConfig.ToServer` in favor of `ToClientConnWithOptions`/`ToServerWithOptions`"
note: Replace ToClientConn and ToServer with ToClientConnWithOptions and ToServerWithOptions.

# One or more tracking issues or pull requests related to the change
issues: [9480]
issues: [11271, 9480]

# (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: |
Users providing a grpc.DialOption/grpc.ServerOption should now wrap them into
a generic option with `WithGrpcDialOption`/`WithGrpcServerOption`.
`ClientConfig.ToClientConn` and `ServerConfig.ToServer` were deprecated in v0.110.0 in favor of
`ClientConfig.ToClientConnWithOptions` and `ServerConfig.ToServerWithOptions` which use a more
flexible option type. The original functions are now removed, and the new ones are renamed to the
old names. The `WithOptions` names are kept as deprecated aliases for now.
# Optional: The change log or logs in which this entry should be included.
# e.g. '[user]' or '[user, api]'
Expand Down
Original file line number Diff line number Diff line change
@@ -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: 'enhancement'
change_type: 'deprecation'

# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver)
component: service/telemetry

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Mark useOtelWithSDKConfigurationForInternalTelemetry as stable
note: Deprecate service::telemetry::metrics::address in favor of service::telemetry::metrics::readers.

# One or more tracking issues or pull requests related to the change
issues: [7532]
issues: [11205]

# Optional: The change log or logs in which this entry should be included.
# e.g. '[user]' or '[user, api]'
Expand Down
25 changes: 0 additions & 25 deletions .chloggen/envprovider-default-value.yaml

This file was deleted.

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

# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver)
component: otlpexporter
component: exporterhelper

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: The `TimeoutSettings` field in `otlpexporter.Config` was renamed to `TimeoutConfig`.
note: Removed deprecated `QueueTimeout`/`TimeoutSettings` aliases in favor of `QueueConfig`/`TimeoutConfig`.

# One or more tracking issues or pull requests related to the change
issues: [11132]
issues: [11264, 6767]

# (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: "`NewDefaultQueueSettings` and `NewDefaultTimeoutSettings` have been similarly renamed."

# Optional: The change log or logs in which this entry should be included.
# e.g. '[user]' or '[user, api]'
Expand Down
25 changes: 0 additions & 25 deletions .chloggen/fix-mdatagen-metrics-bool-attr.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/fix-metadatagen-validate.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .chloggen/fixbuildtags.yaml

This file was deleted.

Loading

0 comments on commit 63d77c8

Please sign in to comment.