Skip to content

Commit

Permalink
Merge branch 'main' into kinetica-exporter/PR-2-metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
am-kinetica authored Dec 6, 2023
2 parents 700ef50 + 5d413ae commit b2ce2ca
Show file tree
Hide file tree
Showing 221 changed files with 1,642 additions and 7,247 deletions.
11 changes: 11 additions & 0 deletions .chloggen/bripkens-spanmetrics-memory-leak.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: bug_fix

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Fix memory leak when the cumulative temporality is used.

# One or more tracking issues related to the change
issues: [27654]
31 changes: 31 additions & 0 deletions .chloggen/codeboten_rm-deprecatedjaegermods.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Use this changelog template to create an entry for release notes.

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

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: mark featuregates to replace Thrift-gen with Proto-gen types for sampling strategies as stable

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

# (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: |
The following featuregates are stable:
- extension.jaegerremotesampling.replaceThriftWithProto
- receiver.jaegerreceiver.replaceThriftWithProto
# 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: []

27 changes: 27 additions & 0 deletions .chloggen/spidercensus_fix-googlecloudspanner.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Use this changelog template to create an entry for release notes.

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

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "Google Cloud Spanner Receiver currently generates an exception and exits if it attempts to read data from a database that doesn't exist. However it's normal for a single receiver to poll multiple databases, so this is not graceful failure. This PR makes a change to gracefully generate an error in case of an unreadable missing database and then continue reading other databases.."

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

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

# 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]
2 changes: 0 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ extension/headerssetterextension/ @open-te
extension/healthcheckextension/ @open-telemetry/collector-contrib-approvers @jpkrohling
extension/httpforwarder/ @open-telemetry/collector-contrib-approvers @atoulme @rmfitzpatrick
extension/jaegerremotesampling/ @open-telemetry/collector-contrib-approvers @jpkrohling @frzifus
extension/jaegerremotesampling/internal/jaegerremotesamplingdeprecated/ @open-telemetry/collector-contrib-approvers @jpkrohling @frzifus
extension/oauth2clientauthextension/ @open-telemetry/collector-contrib-approvers @pavankrish123 @jpkrohling
extension/observer/ @open-telemetry/collector-contrib-approvers @dmitryax @rmfitzpatrick
extension/observer/dockerobserver/ @open-telemetry/collector-contrib-approvers @MovieStoreGuy
Expand Down Expand Up @@ -221,7 +220,6 @@ receiver/httpcheckreceiver/ @open-te
receiver/iisreceiver/ @open-telemetry/collector-contrib-approvers @Mrod1598 @djaglowski
receiver/influxdbreceiver/ @open-telemetry/collector-contrib-approvers @jacobmarble
receiver/jaegerreceiver/ @open-telemetry/collector-contrib-approvers @jpkrohling
receiver/jaegerreceiver/internal/jaegerreceiverdeprecated/ @open-telemetry/collector-contrib-approvers @jpkrohling
receiver/jmxreceiver/ @open-telemetry/collector-contrib-approvers @rmfitzpatrick
receiver/journaldreceiver/ @open-telemetry/collector-contrib-approvers @sumo-drosiek @djaglowski
receiver/k8sclusterreceiver/ @open-telemetry/collector-contrib-approvers @dmitryax @TylerHelmuth @povilasv
Expand Down
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ body:
- extension/healthcheck
- extension/httpforwarder
- extension/jaegerremotesampling
- extension/jaegerremotesampling/internal/jaegerremotesamplingdeprecated
- extension/oauth2clientauth
- extension/observer
- extension/observer/dockerobserver
Expand Down Expand Up @@ -209,7 +208,6 @@ body:
- receiver/iis
- receiver/influxdb
- receiver/jaeger
- receiver/jaeger/internal/jaegerreceiverdeprecated
- receiver/jmx
- receiver/journald
- receiver/k8scluster
Expand Down
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ body:
- extension/healthcheck
- extension/httpforwarder
- extension/jaegerremotesampling
- extension/jaegerremotesampling/internal/jaegerremotesamplingdeprecated
- extension/oauth2clientauth
- extension/observer
- extension/observer/dockerobserver
Expand Down Expand Up @@ -203,7 +202,6 @@ body:
- receiver/iis
- receiver/influxdb
- receiver/jaeger
- receiver/jaeger/internal/jaegerreceiverdeprecated
- receiver/jmx
- receiver/journald
- receiver/k8scluster
Expand Down
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/other.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ body:
- extension/healthcheck
- extension/httpforwarder
- extension/jaegerremotesampling
- extension/jaegerremotesampling/internal/jaegerremotesamplingdeprecated
- extension/oauth2clientauth
- extension/observer
- extension/observer/dockerobserver
Expand Down Expand Up @@ -203,7 +202,6 @@ body:
- receiver/iis
- receiver/influxdb
- receiver/jaeger
- receiver/jaeger/internal/jaegerreceiverdeprecated
- receiver/jmx
- receiver/journald
- receiver/k8scluster
Expand Down
4 changes: 1 addition & 3 deletions cmd/checkapi/allowlist.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
connector/servicegraphconnector
extension/observer
processor/servicegraphprocessor
extension/observer
14 changes: 7 additions & 7 deletions cmd/configschema/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ require (
cloud.google.com/go/longrunning v0.5.4 // indirect
cloud.google.com/go/monitoring v1.16.3 // indirect
cloud.google.com/go/pubsub v1.33.0 // indirect
cloud.google.com/go/spanner v1.53.0 // indirect
cloud.google.com/go/spanner v1.53.1 // indirect
cloud.google.com/go/trace v1.10.4 // indirect
code.cloudfoundry.org/clock v1.0.0 // indirect
code.cloudfoundry.org/go-diodes v0.0.0-20211115184647-b584dd5df32c // indirect
Expand Down Expand Up @@ -248,7 +248,7 @@ require (
github.com/SermoDigital/jose v0.9.2-0.20180104203859-803625baeddc // indirect
github.com/Showmax/go-fqdn v1.0.0 // indirect
github.com/aerospike/aerospike-client-go/v6 v6.13.0 // indirect
github.com/alecthomas/participle/v2 v2.1.0 // indirect
github.com/alecthomas/participle/v2 v2.1.1 // indirect
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/aliyun/aliyun-log-go-sdk v0.1.66 // indirect
github.com/andybalholm/brotli v1.0.6 // indirect
Expand All @@ -259,7 +259,7 @@ require (
github.com/apache/thrift v0.19.0 // indirect
github.com/ardielle/ardielle-go v1.5.2 // indirect
github.com/armon/go-metrics v0.4.1 // indirect
github.com/aws/aws-sdk-go v1.48.11 // indirect
github.com/aws/aws-sdk-go v1.48.12 // indirect
github.com/aws/aws-sdk-go-v2 v1.23.5 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.3 // indirect
github.com/aws/aws-sdk-go-v2/config v1.25.11 // indirect
Expand Down Expand Up @@ -426,7 +426,7 @@ require (
github.com/julienschmidt/httprouter v1.3.0 // indirect
github.com/karrick/godirwalk v1.17.0 // indirect
github.com/klauspost/asmfmt v1.3.2 // indirect
github.com/klauspost/compress v1.17.3 // indirect
github.com/klauspost/compress v1.17.4 // indirect
github.com/klauspost/cpuid/v2 v2.2.3 // indirect
github.com/knadh/koanf/maps v0.1.1 // indirect
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect
Expand Down Expand Up @@ -577,11 +577,11 @@ require (
github.com/seccomp/libseccomp-golang v0.9.2-0.20220502022130-f33da4d89646 // indirect
github.com/secure-systems-lab/go-securesystemslib v0.7.0 // indirect
github.com/segmentio/asm v1.2.0 // indirect
github.com/shirou/gopsutil/v3 v3.23.10 // indirect
github.com/shirou/gopsutil/v3 v3.23.11 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/signalfx/com_signalfx_metrics_protobuf v0.0.3 // indirect
github.com/signalfx/sapm-proto v0.13.0 // indirect
github.com/sijms/go-ora/v2 v2.7.23 // indirect
github.com/sijms/go-ora/v2 v2.7.24 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/snowflakedb/gosnowflake v1.7.0 // indirect
github.com/soheilhy/cmux v0.1.5 // indirect
Expand All @@ -595,7 +595,7 @@ require (
github.com/stretchr/objx v0.5.0 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.807 // indirect
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.811 // indirect
github.com/tg123/go-htpasswd v1.2.1 // indirect
github.com/tidwall/gjson v1.14.3 // indirect
github.com/tidwall/match v1.1.1 // indirect
Expand Down
29 changes: 14 additions & 15 deletions cmd/configschema/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b2ce2ca

Please sign in to comment.