Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: open-telemetry/opentelemetry-collector-contrib Loading
base: 4cc8112
Choose a base ref
...
head repository: open-telemetry/opentelemetry-collector-contrib Loading
compare: d67eb1f
Choose a head ref
  • 9 commits
  • 445 files changed
  • 9 contributors

Commits on Dec 6, 2022

  1. [processor/cumulativetodelta] Remove histogram feature gate (#16720)

    * remove feature gate
    
    * Changelog
    
    * Use StageStable
    TylerHelmuth committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    8a45376 View commit details
    Browse the repository at this point in the history
  2. Print test results in text format to both stdout and file to be colle…

    …cted by Foresight (#16731)
    Serkan ÖZAL committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    3d61bf3 View commit details
    Browse the repository at this point in the history
  3. [exporter/splunkhecexporter] Add HEC health check (#16482)

    Add HEC health check before sending the data to Splunk.
    omrozowicz-splunk committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    1ad54c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1dd389f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    24c7c3d View commit details
    Browse the repository at this point in the history
  6. dependabot updates Tue Dec 6 10:49:39 PST 2022 (#16737)

    Bump cloud.google.com/go/spanner from 1.40.0 to 1.41.0 in /receiver/googlecloudspannerreceiver
    Bump github.com/Azure/azure-event-hubs-go/v3 from 3.3.19 to 3.3.20 in /receiver/azureblobreceiver
    Bump github.com/Azure/azure-event-hubs-go/v3 from 3.3.19 to 3.3.20 in /receiver/azureeventhubreceiver
    Bump github.com/ClickHouse/clickhouse-go/v2 from 2.3.0 to 2.4.3 in /exporter/clickhouseexporter
    Bump github.com/SAP/go-hdb from 0.109.1 to 0.111.4 in /receiver/saphanareceiver
    Bump github.com/SAP/go-hdb from 0.109.1 to 0.111.4 in /receiver/sqlqueryreceiver
    Bump github.com/aerospike/aerospike-client-go/v6 from 6.6.0 to 6.7.0 in /receiver/aerospikereceiver
    Bump github.com/aws/aws-sdk-go from 1.44.145 to 1.44.152 in /internal/aws/cwlogs
    Bump github.com/aws/aws-sdk-go from 1.44.145 to 1.44.152 in /internal/aws/k8s
    Bump github.com/aws/aws-sdk-go from 1.44.145 to 1.44.152 in /internal/metadataproviders
    Bump github.com/aws/aws-sdk-go from 1.44.145 to 1.44.153 in /exporter/awsxrayexporter
    Bump github.com/aws/aws-sdk-go from 1.44.145 to 1.44.153 in /internal/aws/awsutil
    Bump github.com/aws/aws-sdk-go-v2 from 1.17.1 to 1.17.2 in /extension/sigv4authextension
    Bump github.com/aws/aws-sdk-go-v2/config from 1.18.0 to 1.18.4 in /extension/sigv4authextension
    Bump github.com/aws/aws-sdk-go-v2/credentials from 1.13.0 to 1.13.4 in /extension/sigv4authextension
    Bump github.com/aws/aws-sdk-go-v2/service/sts from 1.17.2 to 1.17.6 in /extension/sigv4authextension
    Bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.0 in /receiver/mysqlreceiver
    Bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.0 in /receiver/sqlqueryreceiver
    Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.13.0 to 2.14.0 in /receiver/opencensusreceiver
    Bump github.com/hashicorp/consul/api from 1.15.3 to 1.18.0 in /internal/metadataproviders
    Bump github.com/sijms/go-ora/v2 from 2.5.10 to 2.5.17 in /receiver/sqlqueryreceiver
    Bump github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common from 1.0.532 to 1.0.551 in /exporter/tencentcloudlogserviceexporter
    Bump go.uber.org/zap from 1.23.0 to 1.24.0 in /cmd/tracegen
    Bump go.uber.org/zap from 1.23.0 to 1.24.0 in /internal/docker
    Bump golang.org/x/mod from 0.6.0 to 0.7.0 in /cmd/configschema
    Bump golang.org/x/net from 0.1.0 to 0.3.0 in /internal/aws/awsutil
    Bump golang.org/x/sys from 0.2.0 to 0.3.0 in /pkg/stanza
    Bump golang.org/x/sys from 0.2.0 to 0.3.0 in /receiver/windowseventlogreceiver
    Bump golang.org/x/text from 0.4.0 to 0.5.0 in /cmd/configschema
    Bump golang.org/x/text from 0.4.0 to 0.5.0 in /pkg/stanza
    Alex Boten committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    df9f271 View commit details
    Browse the repository at this point in the history
  7. [chore] [receiver/hostmetrics] Extend the deprecation timeline (#16735)

    for process memory metrics rename. Reasons for that:
    - 0.65.0 was skipped
    - warnings will be added only in 0.67.0
    dmitryax committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    6cf0e5c View commit details
    Browse the repository at this point in the history
  8. fix(vCenter): balooned memory is expressend in MB (#16729)

    * fix(vCenter): balooned memory is expressend in MB
    
    * fix(changelog): updating changelog according to the guidelines
    paologallinaharbur committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    dd480e2 View commit details
    Browse the repository at this point in the history
  9. Bump github.com/prometheus/prometheus to 0.40.5

    Signed-off-by: Bogdan Drutu <[email protected]>
    bogdandrutu committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    d67eb1f View commit details
    Browse the repository at this point in the history
Loading