Skip to content

Commit

Permalink
Merge branch 'main' into mapstructure-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme authored Jul 17, 2024
2 parents 30d81d3 + 5753a58 commit b94fa5c
Show file tree
Hide file tree
Showing 128 changed files with 1,007 additions and 1,327 deletions.
25 changes: 0 additions & 25 deletions .chloggen/better-effective-config.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/builder-empty-gomod-field.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,18 @@ change_type: breaking
component: service

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "add `service.disableOpenCensusBridge` feature gate which is enabled by default to remove the dependency on OpenCensus"
note: "Update all metrics to include `otelcol_` prefix to ensure consistency across OTLP and Prometheus metrics"

# One or more tracking issues or pull requests related to the change
issues: [10414]
issues: [9759]

# (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 change is marked as a breaking change as anyone that was using OTLP for metrics will
see the new prefix which was not present before. Prometheus generated metrics remain
unchanged.
# 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/configauth-removed-deprecated-funcs.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/configtls_stable.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/confmap-fix-escape-bug.yaml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/fix-component-tests.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/fix-http-grpc-error-code-mapping.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .chloggen/fix-incorrectly-deduplicated-exporterhelper-metric.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/fix_error_format.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .chloggen/jpkroehling_fix-servicename-own-telemetry.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions .chloggen/load-balancer-round-robin.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/localhostgate-info-log.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# 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: exporterhelper
component: mdatagen

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Deprecate the obsreport API in the exporterhelper package.
note: Remove WithAttributes option from the telemetry builder constructor.

subtext: |
Attribute sets for async instruments now can be set as options to callback setters and async instruments initializers.
This allows each async instrument to have its own attribute set.
# One or more tracking issues or pull requests related to the change
issues: [10592]
issues: [10608]

# Optional: The change log or logs in which this entry should be included.
# e.g. '[user]' or '[user, api]'
Expand Down
Loading

0 comments on commit b94fa5c

Please sign in to comment.