Skip to content

Commit ff0de62

Browse files
committed
merge main latest and lint/gci/fixes
Signed-off-by: alexgreenbank <[email protected]>
2 parents 5c5193f + f1073ef commit ff0de62

File tree

2,012 files changed

+43107
-41740
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,012 files changed

+43107
-41740
lines changed

.chloggen/add-scale-function.yaml

-27
This file was deleted.

.chloggen/add_otlpjson_connector.yaml

-27
This file was deleted.

.chloggen/aggregation-metricstransformprocessor.yaml

-27
This file was deleted.

.chloggen/codeboten_logsdk-telemetrygen.yaml

-27
This file was deleted.

.chloggen/gcp-0481.yaml renamed to .chloggen/codeboten_more-scope-10.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
change_type: breaking
55

66
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7-
component: googlemanagedprometheusexporter
7+
component: lokiexporter
88

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

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

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

.chloggen/correctness-traces.yaml

-27
This file was deleted.

.chloggen/enable-vcenter-datacenter-resource-pool-metrics.yaml

-31
This file was deleted.

.chloggen/feature_elasticsearch_otel_model.yaml

-27
This file was deleted.

.chloggen/fix-deltatocumulative-nh-downscaling.yaml renamed to .chloggen/fix_exceptionconnector_dimension_not_works.yaml

+4-5
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,18 @@
44
change_type: bug_fix
55

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

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

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

1515
# (Optional) One or more lines of additional information to render under the primary note.
1616
# These lines will be padded with 2 spaces and then inserted directly into the document.
1717
# Use pipe (|) for multiline entries.
18-
subtext:
19-
18+
subtext: ""
2019
# If your change doesn't affect end users or the exported elements of any package,
2120
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
2221
# Optional: The change log or logs in which this entry should be included.

.chloggen/elasticsearchexporter_metrics-histogram-support.yaml renamed to .chloggen/fix_metrics_prefix.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
change_type: enhancement
55

66
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7-
component: elasticsearchexporter
7+
component: solacereceiver
88

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

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

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

.chloggen/gpr-metrics.yaml

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: breaking
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7+
component: gitproviderreceiver
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Update metric names and attributes to match the newest Semantic Conventions for VCS.
11+
12+
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13+
issues: [34278]
14+
15+
# (Optional) One or more lines of additional information to render under the primary note.
16+
# These lines will be padded with 2 spaces and then inserted directly into the document.
17+
# Use pipe (|) for multiline entries.
18+
subtext: |
19+
Attribute Changes:
20+
- `branch.name` is now `ref.name`
21+
- Added a `ref.type` attribute
22+
- `pull_request.state` is now `change.state`
23+
- `git.vendor.name` is now `vcs.vendor.name`
24+
Metric Changes:
25+
- `git.repository.count` is now `vcs.repository.count`
26+
- `git.repository.contributor.count` is now `vcs.repository.contributor.count`
27+
- `git.repository.branch.count` is now `vcs.repository.ref.count`
28+
- `git.repository.branch.time` is now `vcs.repository.ref.time
29+
- `git.repository.branch.commit.aheadby.count` is now `vcs.repository.ref.revisions_ahead`
30+
- `git.repository.branch.commit.behindby.count` is now `vcs.repository.ref.revisions_behind
31+
- `git.repository.branch.line.addition.count` is now `vcs.repository.ref.lines_added`
32+
- `git.repository.branch.line.deletion.count` is now `vcs.repository.ref.lines_deleted`
33+
- `git.repository.pull_request.time_open` is now `vcs.change.time_open`
34+
- `git.repository.pull_request.time_to_merge` is now `vcs.change.time_to_merge`
35+
- `git.repository.pull_request.time_to_approval` is now `vcs.change.time_to_approval`
36+
- `git.repository.pull_request.count` is now `vcs.change.count`
37+
38+
# If your change doesn't affect end users or the exported elements of any package,
39+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
40+
# Optional: The change log or logs in which this entry should be included.
41+
# e.g. '[user]' or '[user, api]'
42+
# Include 'user' if the change is relevant to end users.
43+
# Include 'api' if there is a change to a library API.
44+
# Default: '[user]'
45+
change_logs: []

.chloggen/implement_oltpjson_connector.yaml

-27
This file was deleted.

.chloggen/improve-handling-of-non-existing-instances-for-win-perf-counters.yaml

-31
This file was deleted.

.chloggen/kafkareceiversettings.yaml

-27
This file was deleted.

0 commit comments

Comments
 (0)