Skip to content

[loadbalancing-exporter] enabling exporterhelper persistent queue breaks loadbalancer exporting #16826

@stalloneclone

Description

@stalloneclone

Component(s)

exporter/loadbalancing

What happened?

Description

Enabling persistent queuing on an otlp exporter configured in the loadbalancing-exporter results in Sender Failed warnings from the batch processor and no logs being exported. When the sending_queue.storage configuration option is removed the loadbalancing-exporter works.

It appears that when persistent queuing is enabled the loadbalancing-exporter is only registering the first endpoint in the hostname list.

Steps to Reproduce

1.) Use the test config provided in loadbalancing-exporter

2.) Add and configure the storage extension and add enable the extension in the service configuration.

3.) Enable persistent queuing via sending_queue.storage config options.

Expected Result

Expected results are logs being exported via the loadbalancing-exporter to the backend receivers.

Actual Result

This config results in errors (listed below) and a failure to export logs.

Collector version

v0.64.0

Environment information

Environment

OS: Debian 11

Otel was installed via deb pkg from releases.

OpenTelemetry Collector configuration

receivers:
  otlp/loadbalancer:
    protocols:
      grpc:
        endpoint: localhost:4317
  otlp/backend-1:
    protocols:
      grpc:
        endpoint: localhost:55690
  otlp/backend-2:
    protocols:
      grpc:
        endpoint: localhost:55700
  otlp/backend-3:
    protocols:
      grpc:
        endpoint: localhost:55710
  otlp/backend-4:
    protocols:
      grpc:
        endpoint: localhost:55720
  filelog:
    include:
      - /var/log/syslog
    start_at: end
    include_file_path: true
    include_file_name: true
    storage: file_storage

processors:
  batch:
    send_batch_size: 10000
    timeout: 200ms

extensions:
  file_storage:
    directory: /var/lib/otelcol
    timeout: 1s
    compaction:
      on_start: true
      on_rebound: true
      directory: /tmp
      max_transaction_size: 65536

exporters:
  logging:
  loadbalancing:
    protocol:
      otlp:
        timeout: 1s
        tls:
          insecure: true
        retry_on_failure:
          enabled: true
          initial_interval: 5s
          max_interval: 30s
          max_elapsed_time: 5m
        sending_queue:
          enabled: true
          storage: file_storage
          num_consumers: 10
          queue_size: 5000
    resolver:
      static:
        hostnames:
        - localhost:55690
        - localhost:55700
        - localhost:55710
        - localhost:55720

service:
  extensions: [file_storage]
  pipelines:
    logs/loadbalancer:
      receivers:
        - filelog
      processors: [batch]
      exporters:
        - loadbalancing
    logs/backend-1:
      receivers:
        - otlp/backend-1
      processors: []
      exporters:
        - logging
    logs/backend-2:
      receivers:
        - otlp/backend-2
      processors: []
      exporters:
        - logging
    logs/backend-3:
      receivers:
        - otlp/backend-3
      processors: []
      exporters:
        - logging
    logs/backend-4:
      receivers:
        - otlp/backend-4
      processors: []
      exporters:
        - logging

Log output

Dec 08 21:39:10 otel-agent systemd[1]: Started OpenTelemetry Collector Contrib.

Dec 08 21:39:10 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:10.713Z        info        service/telemetry.go:110        Setting up own telemetry...
Dec 08 21:39:10 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:10.714Z        info        service/telemetry.go:140        Serving Prometheus metrics        {"address": ":8888", "level": "basic"}
Dec 08 21:39:10 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:10.714Z        info        components/components.go:30        In development component. May change in the future.        {"kind": "exporter", "data_type": "logs", "name": "logging", "stability": "in development"}
Dec 08 21:39:10 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:10.715Z        info        service/service.go:89        Starting otelcol-contrib...        {"Version": "0.64.0", "NumCPU": 1}
Dec 08 21:39:10 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:10.715Z        info        extensions/extensions.go:41        Starting extensions...
Dec 08 21:39:10 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:10.715Z        info        extensions/extensions.go:44        Extension is starting...        {"kind": "extension", "name": "file_storage"}
Dec 08 21:39:10 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:10.715Z        info        extensions/extensions.go:48        Extension started.        {"kind": "extension", "name": "file_storage"}
Dec 08 21:39:10 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:10.715Z        info        pipelines/pipelines.go:74        Starting exporters...
Dec 08 21:39:10 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:10.715Z        info        pipelines/pipelines.go:78        Exporter is starting...        {"kind": "exporter", "data_type": "logs", "name": "logging"}
Dec 08 21:39:10 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:10.715Z        info        pipelines/pipelines.go:82        Exporter started.        {"kind": "exporter", "data_type": "logs", "name": "logging"}
Dec 08 21:39:10 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:10.715Z        info        pipelines/pipelines.go:78        Exporter is starting...        {"kind": "exporter", "data_type": "logs", "name": "loadbalancing"}
Dec 08 21:39:10 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:10.717Z        info        filestorage/client.go:244        finished compaction        {"kind": "extension", "name": "file_storage", "directory": "/var/lib/otelcol/exporter_otlp__logs", "elapsed": 0.00013827}
Dec 08 21:39:10 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:10.720Z        warn        zapgrpc/zapgrpc.go:191        [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {
Dec 08 21:39:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:13.582Z        info        pipelines/pipelines.go:82        Exporter started.        {"kind": "exporter", "data_type": "logs", "name": "loadbalancing"}
Dec 08 21:39:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:13.582Z        info        pipelines/pipelines.go:86        Starting processors...
Dec 08 21:39:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:13.582Z        info        pipelines/pipelines.go:90        Processor is starting...        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer"}
Dec 08 21:39:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:13.582Z        info        pipelines/pipelines.go:94        Processor started.        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer"}
Dec 08 21:39:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:13.582Z        info        pipelines/pipelines.go:98        Starting receivers...
Dec 08 21:39:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:13.582Z        info        pipelines/pipelines.go:102        Receiver is starting...        {"kind": "receiver", "name": "otlp/backend-4", "pipeline": "logs"}
Dec 08 21:39:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:13.582Z        info        [email protected]/otlp.go:71        Starting GRPC server        {"kind": "receiver", "name": "otlp/backend-4", "pipeline": "logs", "endpoint": "localhost:55720"}
Dec 08 21:39:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:13.582Z        info        pipelines/pipelines.go:106        Receiver started.        {"kind": "receiver", "name": "otlp/backend-4", "pipeline": "logs"}
Dec 08 21:39:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:13.582Z        info        pipelines/pipelines.go:102        Receiver is starting...        {"kind": "receiver", "name": "otlp/backend-3", "pipeline": "logs"}
Dec 08 21:39:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:13.582Z        info        [email protected]/otlp.go:71        Starting GRPC server        {"kind": "receiver", "name": "otlp/backend-3", "pipeline": "logs", "endpoint": "localhost:55710"}
Dec 08 21:39:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:13.583Z        info        pipelines/pipelines.go:106        Receiver started.        {"kind": "receiver", "name": "otlp/backend-3", "pipeline": "logs"}
Dec 08 21:39:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:13.583Z        info        pipelines/pipelines.go:102        Receiver is starting...        {"kind": "receiver", "name": "otlp/backend-1", "pipeline": "logs"}
Dec 08 21:39:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:13.583Z        info        [email protected]/otlp.go:71        Starting GRPC server        {"kind": "receiver", "name": "otlp/backend-1", "pipeline": "logs", "endpoint": "localhost:55690"}
Dec 08 21:39:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:13.583Z        info        pipelines/pipelines.go:106        Receiver started.        {"kind": "receiver", "name": "otlp/backend-1", "pipeline": "logs"}
Dec 08 21:39:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:13.583Z        info        pipelines/pipelines.go:102        Receiver is starting...        {"kind": "receiver", "name": "otlp/backend-2", "pipeline": "logs"}
Dec 08 21:39:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:13.583Z        info        [email protected]/otlp.go:71        Starting GRPC server        {"kind": "receiver", "name": "otlp/backend-2", "pipeline": "logs", "endpoint": "localhost:55700"}
Dec 08 21:39:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:13.583Z        info        pipelines/pipelines.go:106        Receiver started.        {"kind": "receiver", "name": "otlp/backend-2", "pipeline": "logs"}
Dec 08 21:39:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:13.583Z        info        pipelines/pipelines.go:102        Receiver is starting...        {"kind": "receiver", "name": "filelog", "pipeline": "logs"}
Dec 08 21:39:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:13.583Z        info        adapter/receiver.go:55        Starting stanza receiver        {"kind": "receiver", "name": "filelog", "pipeline": "logs"}
Dec 08 21:39:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:13.586Z        info        filestorage/client.go:244        finished compaction        {"kind": "extension", "name": "file_storage", "directory": "/var/lib/otelcol/receiver_filelog_", "elapsed": 0.0002708}
Dec 08 21:39:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:13.587Z        info        fileconsumer/file.go:312        Resuming from previously known offset(s). 'start_at' setting is not applicable.        {"kind": "receiver", "name": "filelog", "pipeline": "logs", "component": "fileconsumer"}
Dec 08 21:39:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:13.587Z        info        pipelines/pipelines.go:106        Receiver started.        {"kind": "receiver", "name": "filelog", "pipeline": "logs"}
Dec 08 21:39:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:13.587Z        info        service/service.go:106        Everything is ready. Begin running and processing data.
Dec 08 21:39:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:13.788Z        info        fileconsumer/file.go:159        Started watching file        {"kind": "receiver", "name": "filelog", "pipeline": "logs", "component": "fileconsumer", "path": "/var/log/syslog"}
Dec 08 21:39:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:13.989Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:39:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:13.997Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 100}
Dec 08 21:39:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:13.999Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 12}
Dec 08 21:39:14 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:14.194Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\"; couldn't find the exporter for the endpoint \"localhost:55710\"", "errorCauses": [{"error": "couldn't find the exporter for the endpoint \"localhost:55720\""}, {"error": "couldn't find the exporter for the endpoint \"localhost:55710\""}]}
Dec 08 21:39:14 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:14.394Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:39:14 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:14.596Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:39:14 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:14.797Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:39:14 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:14.999Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:39:15 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:15.199Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:39:15 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:15.400Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:39:15 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:15.602Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:39:15 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:15.802Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:39:16 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:16.004Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:39:16 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:16.205Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:39:39 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:39.084Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:39:39 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:39.287Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:39:39 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:39:39.488Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:40:09 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:09.183Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:40:09 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:09.386Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:40:09 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:09.587Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:40:09 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:09.788Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:40:09 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:09.989Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:40:10 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:10.192Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:40:10 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:10.392Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:40:10 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:10.592Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:40:10 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:10.793Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:40:10 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:10.995Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:40:11 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:11.197Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:40:11 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:11.398Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:40:11 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:11.598Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:40:11 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:11.800Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:40:12 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:12.001Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:40:12 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:12.201Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:40:12 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:12.402Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:40:12 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:12.603Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:40:12 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:12.804Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:40:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:13.006Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:40:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:13.205Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:40:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:13.407Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:40:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:13.608Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:40:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:13.809Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:40:14 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:14.009Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:40:14 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:14.211Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:40:14 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:14.413Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:40:14 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:14.613Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:40:39 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:39.107Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:40:39 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:39.308Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:40:39 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:39.509Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:40:39 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:39.710Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:40:39 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:39.912Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:40:40 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:40.113Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:40:40 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:40.314Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:40:40 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:40.515Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:40:40 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:40.716Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:40:40 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:40.917Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:40:41 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:41.118Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:40:41 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:41.320Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:40:41 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:41.521Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:40:41 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:41.724Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:40:41 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:41.923Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:40:42 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:42.124Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:40:42 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:42.325Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:40:42 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:42.526Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:40:42 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:42.727Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:40:42 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:42.929Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:40:43 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:43.129Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:40:43 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:43.331Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:40:43 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:43.532Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:40:43 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:43.734Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:40:43 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:43.936Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:40:44 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:44.136Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:40:44 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:44.337Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:40:44 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:44.538Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:40:44 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:44.739Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:40:44 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:44.940Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:40:45 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:45.142Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:40:45 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:45.342Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:40:45 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:45.542Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:40:45 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:45.744Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:40:45 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:45.945Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:40:46 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:46.146Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:40:46 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:46.347Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:40:46 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:46.547Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:40:46 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:46.748Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:40:46 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:46.951Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:40:47 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:47.150Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:40:47 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:47.351Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:40:47 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:47.553Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:40:47 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:47.752Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:40:47 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:47.953Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:40:48 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:48.154Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:40:48 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:48.354Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:40:48 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:48.556Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:40:48 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:48.756Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:40:48 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:48.959Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:40:49 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:49.160Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:40:49 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:49.360Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:40:49 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:49.560Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:40:49 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:49.762Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:40:49 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:49.962Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:40:50 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:50.162Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:40:50 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:50.364Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:40:50 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:50.565Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:40:50 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:40:50.765Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:41:09 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:09.050Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:41:09 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:09.251Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:41:09 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:09.454Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:41:09 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:09.656Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:41:09 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:09.856Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:41:10 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:10.057Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:41:10 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:10.259Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:41:10 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:10.459Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:41:10 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:10.660Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:41:10 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:10.861Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:41:11 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:11.061Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:41:11 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:11.262Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:41:11 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:11.464Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:41:11 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:11.664Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:41:11 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:11.865Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:41:12 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:12.067Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:41:12 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:12.269Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:41:12 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:12.470Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:41:12 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:12.672Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:41:12 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:12.872Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:41:39 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:39.165Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:41:39 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:39.365Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:41:39 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:39.566Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:41:39 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:39.767Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:41:39 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:39.967Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:41:40 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:40.168Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:41:40 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:40.368Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:41:40 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:40.568Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:41:40 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:40.770Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:41:40 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:40.971Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:41:41 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:41.172Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:41:41 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:41.374Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:41:41 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:41.575Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:41:41 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:41.777Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:41:41 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:41.977Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:41:42 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:42.178Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:41:42 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:42.380Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:41:42 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:42.581Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:41:42 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:42.782Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:41:42 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:42.983Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:41:43 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:43.185Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:41:43 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:43.387Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:41:43 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:43.588Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:41:43 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:43.790Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:41:43 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:41:43.990Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:42:09 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:42:09.099Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:42:09 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:42:09.300Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:42:09 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:42:09.500Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:42:09 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:42:09.701Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:42:09 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:42:09.902Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:42:10 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:42:10.103Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:42:10 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:42:10.303Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:42:10 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:42:10.504Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:42:10 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:42:10.705Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55720\""}
Dec 08 21:42:10 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:42:10.907Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:42:11 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:42:11.108Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:42:11 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:42:11.310Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:42:11 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:42:11.510Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:42:11 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:42:11.711Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:42:11 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:42:11.913Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:42:12 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:42:12.113Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55700\""}
Dec 08 21:42:12 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:42:12.315Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:42:12 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:42:12.516Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:42:12 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:42:12.716Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:42:12 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:42:12.917Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:42:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:42:13.118Z        info        LogsExporter        {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
Dec 08 21:42:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:42:13.318Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}
Dec 08 21:42:13 otel-agent otelcol-contrib[2229801]: 2022-12-08T21:42:13.520Z        warn        [email protected]/batch_processor.go:178        Sender failed        {"kind": "processor", "name": "batch", "pipeline": "logs/loadbalancer", "error": "couldn't find the exporter for the endpoint \"localhost:55710\""}

Additional context

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingexporter/loadbalancingnever staleIssues marked with this label will be never staled and automatically removed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions