Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/open-telemetry/opentelemetry-collector-contrib/processor/metricstransformprocessor from 0.84.0 to 0.86.0 #877

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 2, 2023

Bumps github.com/open-telemetry/opentelemetry-collector-contrib/processor/metricstransformprocessor from 0.84.0 to 0.86.0.

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/processor/metricstransformprocessor's releases.

v0.86.0

The OpenTelemetry Collector Contrib contains everything in the opentelemetry-collector release, be sure to check the release notes there as well.

End users facing changes

🛑 Breaking changes 🛑

  • jaegerexporter, jaegerthrifthttpexporter: Removing deprecated jaeger and jaegerthrifthttp exporters (#26546) This follows the deprecation plan to remove the component. The original removal date was July 2023, it is now past that.
  • receiver/nginx: Bump 'nginx.connections_current' gate to stable (#27024)

💡 Enhancements 💡

  • processor/tailsampling: Allow sub-second decision wait time (#26354)

  • processor/resourcedetection: Added support for host's cpuinfo attributes. (#26532) In Linux and Darwin all fields are populated. In Windows only family, vendor.id and model.name are populated.

  • pkg/stanza: Add 'omit_pattern' setting to split.Config. (#26381) This can be used omit the start or end pattern from a log entry.

  • skywaklingreceiver: implement receiver for JVM metrics in Skywalking and adapted it to the OpenTelemetry protocol. (#20315)

  • statsdreceiver: Add TCP support to statsdreceiver (#23327)

  • azuredataexplorerexporter: Added an optional column in the exported trace data to store the status code and message as a dynamic field. (#26496)

  • statsdreceiver: Allow for empty tag sets (#27011)

  • pkg/ottl: Update contexts to set and get time.Time (#22010)

  • pkg/ottl: Add a Now() function to ottl that returns the current system time (#27038, #26507)

  • filelogreceiver: Log the globbing IO errors (#23768)

  • exporter/loadbalancing: Allow metrics routing (#25858)

  • pkg/ottl: Allow named arguments in function invocations (#20879) Arguments can now be specified by a snake-cased version of their name in the function's Arguments struct. Named arguments can be specified in any order, but must be specified after arguments without a name.

  • pkg/ottl: Add new TruncateTime function to help with manipulation of timestamps (#26696)

  • pkg/stanza: Add 'overwrite_text' option to severity parser. (#26671) Allows the user to overwrite the text of the severity parser with the official string representation of the severity level.

  • prometheusreceiver: add a new flag, enable_protobuf_negotiation, which enables protobuf negotiation when scraping prometheus clients (#27027)

  • redisreceiver: Added redis.cmd.latency metric. (#6942)

  • processor/resourcedetectionprocessor: add k8snode detector to provide node metadata; currently the detector provides k8d.node.uid (#26538)

  • routingconnector: Change routingconnector stability to alpha (#26495)

  • supported platforms: Add linux/s390x architecture to cross build tests in CI (#25138)

  • telemetrygen: Move the telemetrygen tool to use gRPC logging at warn level, in line with otlpgrpc. (#26659)

  • splunkentreceiver: adding component logic to splunkenterprise receiver (#12667)

  • splunkhecreceiver: Update splunk hec receiver to extract time query parameter if it is provided (#27006)

  • cmd/telemetrygen: Add CLI option for selecting different metric types (#26667)

  • cloudflarereceiver: Make TLS config optional for cloudflarereceiver (#26562)

  • receiver/awscontainerinsightsreceiver: Remove the need to set an env var in the receiver to get CPU and memory info (#24777)

  • awsxrayexporter: Change exporter.awsxray.skiptimestampvalidation feature gate from Alpha to Beta (#26553)

  • processor/k8sattributes: allow metadata extractions to be set to empty list (#14452)

🧰 Bug fixes 🧰

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/processor/metricstransformprocessor's changelog.

v0.86.0

🛑 Breaking changes 🛑

  • azuremonitorexporter: Unexport Accept to comply with checkapi (#26304)

  • tailsamplingprocessor: Unexport SamplingProcessorMetricViews to comply with checkapi (#26304)

  • awskinesisexporter: Do not export the functions NewTracesExporter, NewMetricsExporter, NewLogsExporter and pass checkapi. (#26304)

  • dynatraceexporter: Rename struct to keep expected exporter.Factory and pass checkapi. (#26304)

  • ecsobserver: Do not export the function DefaultConfig and pass checkapi. (#26304)

  • f5cloudexporter: Do not export the function NewFactoryWithTokenSourceGetter and pass checkapi. (#26304)

  • fluentforwardreceiver: rename Logs and DetermineNextEventMode functions and all usage to lowercase to stop exporting method and pass checkapi (#26304)

  • groupbyattrsprocessor: Do not export the function MetricViews and pass checkapi. (#26304)

  • groupbytraceprocessor: Do not export the function MetricViews and pass checkapi. (#26304)

  • jaegerreceiver: Do not export the function DefaultServerConfigUDP and pass checkapi. (#26304)

  • lokiexporter: Do not export the function MetricViews and pass checkapi. (#26304)

  • mongodbatlasreceiver: Rename struct to pass checkapi. (#26304)

  • mongodbreceiver: Do not export the function NewClient and pass checkapi. (#26304)

  • mysqlreceiver: Do not export the function Query (#26304)

  • pkg/ottl: Remove support for ottlarg. The struct's field order is now the function parameter order. (#25705)

  • pkg/stanza: Make trim func composable (#26536)

    • Adds trim.WithFunc to allow trim funcs to wrap bufio.SplitFuncs.
    • Removes trim.Func from split.Config.Func. Use trim.WithFunc instead.
    • Removes trim.Func from flush.WithPeriod. Use trim.WithFunc instead.
  • pkg/stanza: Rename syslog and tcp MultilineBuilders (#26631)

    • Rename syslog.OctetMultiLineBuilder to syslog.OctetSplitFuncBuilder
    • Rename tc.MultilineBuilder to tcp.SplitFuncBuilder
  • probabilisticsamplerprocessor: Do not export the function SamplingProcessorMetricViews and pass checkapi. (#26304)

  • sentryexporter: Do not export the functions CreateSentryExporter and pass checkapi. (#26304)

  • sumologicexporter: Do not export the function CreateDefaultHTTPClientSettings and pass checkapi. (#26304)

💡 Enhancements 💡

  • pkg/ottl: Add support for optional parameters (#20879) The new ottl.Optional type can now be used in a function's Arguments struct to indicate that a parameter is optional.

v0.85.0

🛑 Breaking changes 🛑

  • alibabacloudlogserviceexporter: Do not export the function NewLogServiceClient (#26304)
  • awss3exporter: Do not export the function NewMarshaler (#26304)
  • statsdreceiver: rename and do not export function New to newReceiver to pass checkapi (#26304)
  • chronyreceiver: Removes duplicate Timeout field. This change has no impact on end users of the component. (#26113)
  • dockerstatsreceiver: Removes duplicate Timeout field. This change has no impact on end users of the component. (#26114)
  • elasticsearchexporter: Do not export the function DurationAsMicroseconds (#26304)
  • jaegerexporter: Do not export the function MetricViews (#26304)

... (truncated)

Commits
  • 0e0e8f3 [chore] Add a missing changelog item before the release (#27208)
  • 17e4415 [chore] Prepare release 0.86.0 (#27206)
  • 0882eee [processor/k8sattributes] allow metadata extractions to be empty list (#27185)
  • 39d1e53 [chore] update core to latest release (#27184)
  • 7db0833 Extract time query parameter in splunkhecreceiver (#27008)
  • 20d8727 [chore] update core (#27082)
  • 50147a2 [chore]: Update documentation for prometheus translator (#27081)
  • 9898c2a [cmd/telemetrygen] remove reliance on JSON unmarshalling for status code stri...
  • a319a5b [pkg/stanza] operators - make logging more verbose (#27088)
  • af0f345 [pkg/stanza] Further reduce "no file found" log message severity (#27097)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…sor/metricstransformprocessor

Bumps [github.com/open-telemetry/opentelemetry-collector-contrib/processor/metricstransformprocessor](https://github.com/open-telemetry/opentelemetry-collector-contrib) from 0.84.0 to 0.86.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector-contrib@v0.84.0...v0.86.0)

---
updated-dependencies:
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/processor/metricstransformprocessor
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner October 2, 2023 08:42
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 2, 2023
@github-actions
Copy link
Contributor

This PR was marked stale due to lack of activity.

@github-actions github-actions bot added the Stale label Oct 10, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 16, 2023

Superseded by #909.

@dependabot dependabot bot closed this Oct 16, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/open-telemetry/opentelemetry-collector-contrib/processor/metricstransformprocessor-0.86.0 branch October 16, 2023 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants