Skip to content

Commit

Permalink
Merge branch 'main' into feature/opensearch-sending-queue
Browse files Browse the repository at this point in the history
  • Loading branch information
jynolen authored Aug 13, 2024
2 parents ebdf3b1 + 7068fd9 commit 2f27e34
Show file tree
Hide file tree
Showing 1,529 changed files with 35,783 additions and 26,929 deletions.
27 changes: 0 additions & 27 deletions .chloggen/appsignals-and-awssdk-name-adjustments.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/bc--optimizesnappybufferallocation.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/bc--patchbufferallocations.yaml

This file was deleted.

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: breaking

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Add metric for active index merges
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: [34387]
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/configauth.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions .chloggen/elasticsearch-sync-bulkindexer.yaml

This file was deleted.

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

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Ensure that errors from `Process` and `Write` do not break for loops
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: [34295]
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.
# 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: [user]
change_logs: []
29 changes: 0 additions & 29 deletions .chloggen/fix_jaeger_mapping.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions .chloggen/fix_supervisor-dont-require-server-connection.yaml

This file was deleted.

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: []
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: kafkaexporter
component: datadogreceiver

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: add an ability to partition logs based on resource attributes.
note: "Include error when logging unmarshaling failures in Datadog receiver."

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

# (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 @@ -24,4 +24,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: [user, api]
change_logs: [user]
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: 'enhancement'

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "add reporting interval to entity event"
note: Add scaling exponential histogram support

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

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

This file was deleted.

2 changes: 1 addition & 1 deletion .github/ALLOWLIST
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#####################################################
#
# Learn about membership in OpenTelemetry community:
# https://github.com/open-telemetry/community/blob/main/community-membership.md
# https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md
#
#
# Learn about CODEOWNERS file format:
Expand Down
Loading

0 comments on commit 2f27e34

Please sign in to comment.