-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Ensure loadbalancing child exporters use the OTLP type so backend creation succeeds #43960
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
Conversation
|
@iblancasa -- awesome quick turnaround time. Tested it and working as you expected. Here's an example:
loadbalancing otelcol_exporter_sent_log_records_total{env="test",exporter="loadbalancing",exporter_host_name="otel-exporter",host_name="otel-exporter",instance="41ac214b-c822-4677-aa9d-f588e730dfdb",job="otel-exporter",server_port="8888",service_instance_id="41ac214b-c822-4677-aa9d-f588e730dfdb",service_name="otel-exporter",service_version="0.138.0-dev",team="observability",url_scheme="http",workload="exporter"}otlp otelcol_exporter_sent_log_records_total{env="test",exporter="otlp",exporter_host_name="otel-exporter",host_name="otel-exporter",instance="41ac214b-c822-4677-aa9d-f588e730dfdb",job="otel-exporter",server_port="8888",service_instance_id="41ac214b-c822-4677-aa9d-f588e730dfdb",service_name="otel-exporter",service_version="0.138.0-dev",team="observability",url_scheme="http",workload="exporter"} |
…ation succeeds Signed-off-by: Israel Blancas <[email protected]>
…ation succeeds (open-telemetry#43960) #### Description <!-- Issue number (e.g. open-telemetry#1234) or full URL to issue, if applicable. --> #### Link to tracking issue Fixes open-telemetry#43950 <!--Describe what testing was performed and which tests were added.--> #### Testing Tested with config: ```yaml exporters: loadbalancing: retry_on_failure: enabled: true initial_interval: 5s max_interval: 30s max_elapsed_time: 60s sending_queue: enabled: true num_consumers: 10 queue_size: 10000 block_on_overflow: false sizer: items protocol: otlp: timeout: 1s tls: insecure: true resolver: dns: hostname: otel-receivers.test port: '4317' interval: 5s timeout: 1s ``` Signed-off-by: Israel Blancas <[email protected]>

Description
Link to tracking issue
Fixes #43950
Testing
Tested with config: