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

[configtls] Use configtls.NewDefaultClientConfig instead of manually creating struct #36064

Open
51 tasks
mackjmr opened this issue Oct 29, 2024 · 1 comment
Open
51 tasks
Labels
needs triage New item requiring triage

Comments

@mackjmr
Copy link
Member

mackjmr commented Oct 29, 2024

Component(s)

No response

Describe the issue you're reporting

Move away from manually creating configtls.ClientConfig in favor of using configtls.NewDefaultClientConfig.

This is necessary for the following components:

  • cmd/opampsupervisor
  • exporter/alertmanagerexporter
  • exporter/coralogixexporter
  • exporter/datadogexporter
  • exporter/kafkaexporter
  • exporter/lokiexporter
  • exporter/opencensusexporter
  • exporter/otelarrowexporter
  • exporter/prometheusexporter
  • exporter/prometheuswriteexporter
  • exporter/rabbitmqexporter
  • exporter/signalfxexporter
  • exporter/splunkhecexporter
  • exporter/sumologicexporter
  • exporter/syslogexporter
  • exporter/zipkinexporter
  • extension/awsproxy
  • extension/httpforwardextension
  • extension/jaegerremotesampling
  • extension/oauth2clientauthextension
  • extension/opampextension
  • internal/aws/proxy
  • internal/kafka
  • pkg/datadog/config
  • processor/resourcedetectionprocessor
  • receiver/aerospikereceiver
  • receiver/awsxrayreceiver
  • receiver/bigipreceiver
  • receiver/cloudfoundryreceiver
  • receiver/couchdbreceiver
  • receiver/elasticsearchreceiver
  • receiver/flinkmetricsreceiver
  • receiver/httpcheckreceiver
  • receiver/kafkametricsreceiver
  • receiver/kafkareceiver
  • receiver/mongodbreceiver
  • receiver/mysqlreceiver
  • receiver/nginxreceiver
  • receiver/postgresqlreceiver
  • receiver/prometheusreceiver
  • receiver/rabbitmqreceiver
  • receiver/redisreceiver
  • receiver/riakreceiver
  • receiver/saphanareceiver
  • receiver/sapmreceiver
  • receiver/signalfxreceiver
  • receiver/simpleprometheusreceiver
  • receiver/solacereceiver
  • receiver/splunkhecreceiver
  • receiver/vcenterreceiver
  • testbed

Core collector issue: open-telemetry/opentelemetry-collector#11383

@mackjmr mackjmr added the needs triage New item requiring triage label Oct 29, 2024
@VihasMakwana
Copy link
Contributor

I'll help out with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage New item requiring triage
Projects
None yet
Development

No branches or pull requests

2 participants