Skip to content

Commit

Permalink
merge main latest and lint/gci/fixes
Browse files Browse the repository at this point in the history
Signed-off-by: alexgreenbank <[email protected]>
  • Loading branch information
alexgreenbank committed Aug 14, 2024
2 parents 5c5193f + f1073ef commit ff0de62
Show file tree
Hide file tree
Showing 2,012 changed files with 43,107 additions and 41,740 deletions.
27 changes: 0 additions & 27 deletions .chloggen/add-scale-function.yaml

This file was deleted.

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

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/aggregation-metricstransformprocessor.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/codeboten_logsdk-telemetrygen.yaml

This file was deleted.

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. filelogreceiver)
component: googlemanagedprometheusexporter
component: lokiexporter

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Fix typo in `exporter.googlemanagedpromethues.intToDouble` feature gate
note: "Update the scope name for telemetry produced by the lokiexporter from `otelcol/loki` to `github.com/open-telemetry/opentelemetry-collector-contrib/exporter/lokiexporter`"

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

# (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/correctness-traces.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions .chloggen/enable-vcenter-datacenter-resource-pool-metrics.yaml

This file was deleted.

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

This file was deleted.

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

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: fix bucket counts when downscaling exp histograms with odd offsets
note: Fix dimensions configuration did not take effect for resource attributes

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

# (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: ""
# If your change doesn't affect end users or the exported elements of any package,
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
# Optional: The change log or logs in which this entry should be included.
Expand Down
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. filelogreceiver)
component: elasticsearchexporter
component: solacereceiver

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Add explicit bounds histogram support to metrics
note: "Updated the format for generated metrics. Included a `receiver_name` attribute that identifies the Solace receiver that generated the metrics"

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

# (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
45 changes: 45 additions & 0 deletions .chloggen/gpr-metrics.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Use this changelog template to create an entry for release notes.

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

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Update metric names and attributes to match the newest Semantic Conventions for VCS.

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

# (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: |
Attribute Changes:
- `branch.name` is now `ref.name`
- Added a `ref.type` attribute
- `pull_request.state` is now `change.state`
- `git.vendor.name` is now `vcs.vendor.name`
Metric Changes:
- `git.repository.count` is now `vcs.repository.count`
- `git.repository.contributor.count` is now `vcs.repository.contributor.count`
- `git.repository.branch.count` is now `vcs.repository.ref.count`
- `git.repository.branch.time` is now `vcs.repository.ref.time
- `git.repository.branch.commit.aheadby.count` is now `vcs.repository.ref.revisions_ahead`
- `git.repository.branch.commit.behindby.count` is now `vcs.repository.ref.revisions_behind
- `git.repository.branch.line.addition.count` is now `vcs.repository.ref.lines_added`
- `git.repository.branch.line.deletion.count` is now `vcs.repository.ref.lines_deleted`
- `git.repository.pull_request.time_open` is now `vcs.change.time_open`
- `git.repository.pull_request.time_to_merge` is now `vcs.change.time_to_merge`
- `git.repository.pull_request.time_to_approval` is now `vcs.change.time_to_approval`
- `git.repository.pull_request.count` is now `vcs.change.count`
# If your change doesn't affect end users or the exported elements of any package,
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
# 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: []
27 changes: 0 additions & 27 deletions .chloggen/implement_oltpjson_connector.yaml

This file was deleted.

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit ff0de62

Please sign in to comment.