Skip to content

Commit

Permalink
Merge branch 'main' into solarwinds-apm
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrytfleung authored Jan 26, 2024
2 parents d41b6bb + 46ad449 commit 901355f
Show file tree
Hide file tree
Showing 1,299 changed files with 38,877 additions and 22,328 deletions.
27 changes: 0 additions & 27 deletions .chloggen/add_scope_awscloudwatchlogsexporter.yaml

This file was deleted.

This file was deleted.

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

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: fix panic after upgrading from v0.71.0 when using storage
note: Accept empty usernames.

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

# (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: |
Per https://datatracker.ietf.org/doc/html/rfc2617#section-2, username and password may be empty strings ("").
The validation used to enforce that usernames cannot be empty.
# 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.
Expand Down
22 changes: 0 additions & 22 deletions .chloggen/breaking-remove-unused-AwsXray-tesbed-mock-receiver.yaml

This file was deleted.

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: splunkhecexporter
component: filterprocessor

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Batch data according to access token and index, if present.
note: move metrics from OpenCensus to OpenTelemetry

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

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

This file was deleted.

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

This file was deleted.

31 changes: 0 additions & 31 deletions .chloggen/fix_kafka_receiver_metrics.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/juliaj_telemetrygen-tls-mtls-support.yaml

This file was deleted.

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

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/k8scluster_add-resource-attributes.yaml

This file was deleted.

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: kubeletstatsreceiver
component: loadbalancingexporter

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Add new `*.cpu.usage` metrics.
note: "Optimize metrics and traces export"

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

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

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
# Use this changelog template to create an entry for release notes.
# If your change doesn't affect end users, such as a test fix or a tooling change,
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.

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

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: added authorization by username and password
note: Adds the initial structure for a new processor that aggregates metrics and periodically forwards the latest values to the next component in the pipeline.

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

# (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: |
As per the CONTRIBUTING.md recommendations, this PR only creates the basic structure of the processor. The concrete implementation will come as a separate followup PR
27 changes: 0 additions & 27 deletions .chloggen/os-exporter-distrib.yaml

This file was deleted.

Loading

0 comments on commit 901355f

Please sign in to comment.