Skip to content

Commit

Permalink
Merge branch 'feat/marker-exporter' of https://github.com/fchikwekwe/…
Browse files Browse the repository at this point in the history
…opentelemetry-collector-contrib into feat/marker-exporter
  • Loading branch information
fchikwekwe committed Oct 5, 2023
2 parents c553616 + 41a0858 commit 4dfbff3
Show file tree
Hide file tree
Showing 748 changed files with 24,328 additions and 20,628 deletions.
8 changes: 4 additions & 4 deletions .chloggen/feat_ottl-now.yaml → ...probabilisticsampler-allow-non-bytes.yaml
100755 → 100644
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: 'pkg/ottl'
component: processor/probabilisticsampler

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "Add a Now() function to ottl that returns the current system time"
note: Allow non-bytes values to be used as the source for the sampling decision

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

# (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']
change_logs: [user]
27 changes: 0 additions & 27 deletions .chloggen/26304-tailsampling-processor-checkapi.yaml

This file was deleted.

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

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Removing deprecated jaeger and jaegerthrifthttp exporters
note: Fixes a bug where the "insecure_skip_verify" config was not being honored when "auth_type" is "serviceAccount" in kubelet client.

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

# (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: This follows the deprecation plan to remove the component. The original removal date was July 2023, it is now past that.
subtext: |
Before the fix, the kubelet client was not verifying kubelet's certificate. The default value of the config is false,
so with the fix the client will start verifying tls cert unless the config is explicitly set to true.
# 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/26354-allow-subsecond-decisionwait.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/27016-duplicate-policy-names.yaml

This file was deleted.

10 changes: 6 additions & 4 deletions .chloggen/awsemf_dropnan.yaml → .chloggen/27083-spanmetrics-prune.yaml
100755 → 100644
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: awsemfexporter
component: processor/spanmetrics

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: AWS EMF Exporter will not drop any metrics that contain NaN values to avoid JSON marshal errors.
note: Prune histograms when dimension cache is pruned.

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

# (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: |
Dimension cache was always pruned but histograms were not being pruned. This caused metric series created
by processor/spanmetrics to grow unbounded.
# 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
27 changes: 0 additions & 27 deletions .chloggen/add_tcp_support_statsd.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/awskinesisexporter-checkapi-26304.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
# 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: enhancement

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "adding component logic to splunkenterprise receiver"
note: Add support for authenticating using AD workload identity

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

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

This file was deleted.

8 changes: 4 additions & 4 deletions ...groupbyattrsprocessor-checkapi-26304.yaml → .chloggen/deprecate-parquet.yaml
100755 → 100644
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: groupbyattrsprocessor
component: parquetexporter

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Do not export the function `MetricViews` and pass checkapi.
note: Deprecate the Parquet Exporter, it will be removed in the next release.

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

# (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: [api]
change_logs: []
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
change_type: bug_fix

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Remove unused resource attributes.
note: use proper defaults according to RFCs

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

# (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
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
change_type: bug_fix

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "change k8s.container.restarts unit from 1 to {restart}"
note: return correct structure from syslog parser

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

# (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/dynatraceexporter-checkapi-26304.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/ecsobserver-checkapi-26304.yaml

This file was deleted.

8 changes: 4 additions & 4 deletions ...kg-stanza-fileconsumer-default-flush.yaml → .chloggen/encodingextension_impl.yaml
100755 → 100644
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: bug_fix
change_type: new_component

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Fix bug where force_flush_period not applied
note: Add implementation of encodingextension

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

# (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
Loading

0 comments on commit 4dfbff3

Please sign in to comment.