Skip to content

Instantly share code, notes, and snippets.

@michaeltcoelho
Created September 7, 2022 09:47
Show Gist options
  • Save michaeltcoelho/c62f3c24fdef1e10936d67d71478382c to your computer and use it in GitHub Desktop.
Save michaeltcoelho/c62f3c24fdef1e10936d67d71478382c to your computer and use it in GitHub Desktop.
Opentelemetry Collector Contrib version v0.58.0
2022-08-25:19:32:49,109 INFO [config.py:17] Updating logging exporter
2022-08-25:19:32:49,110 INFO [config.py:20] Updating otlp exporter
2022-08-25T19:32:49.780Z info service/telemetry.go:103 Setting up own telemetry...
2022-08-25T19:32:49.783Z info service/telemetry.go:138 Serving Prometheus metrics {"address": ":8888", "level": "basic"}
2022-08-25T19:32:49.784Z debug components/components.go:28 Stable component. {"kind": "exporter", "data_type": "traces", "name": "otlp", "stability": "stable"}
2022-08-25T19:32:49.786Z debug components/components.go:28 Stable component. {"kind": "processor", "name": "batch", "pipeline": "traces", "stability": "stable"}
2022-08-25T19:32:49.786Z info components/components.go:30 In development component. May change in the future. {"kind": "processor", "name": "spanmetrics", "pipeline": "traces", "stability": "in development"}
2022-08-25T19:32:49.786Z info [email protected]/processor.go:93 Building spanmetricsprocessor {"kind": "processor", "name": "spanmetrics", "pipeline": "traces"}
2022-08-25T19:32:49.788Z debug components/components.go:28 Beta component. May change in the future. {"kind": "processor", "name": "resource/default", "pipeline": "traces", "stability": "beta"}
2022-08-25T19:32:49.788Z debug components/components.go:28 Beta component. May change in the future. {"kind": "processor", "name": "resourcedetection/ecs", "pipeline": "traces", "stability": "beta"}
2022-08-25T19:32:49.790Z info components/components.go:30 In development component. May change in the future. {"kind": "exporter", "data_type": "logs", "name": "logging", "stability": "in development"}
2022-08-25T19:32:49.790Z debug components/components.go:28 Beta component. May change in the future. {"kind": "exporter", "data_type": "logs", "name": "otlp", "stability": "beta"}
2022-08-25T19:32:49.790Z debug components/components.go:28 Stable component. {"kind": "processor", "name": "batch", "pipeline": "logs", "stability": "stable"}
2022-08-25T19:32:49.790Z debug components/components.go:28 Alpha component. May change in the future. {"kind": "processor", "name": "attributes/logging", "pipeline": "logs", "stability": "alpha"}
2022-08-25T19:32:49.790Z info components/components.go:30 In development component. May change in the future. {"kind": "processor", "name": "logstransform", "pipeline": "logs", "stability": "in development"}
2022-08-25T19:32:49.790Z debug components/components.go:28 Alpha component. May change in the future. {"kind": "processor", "name": "filter/cleanup_logs", "pipeline": "logs", "stability": "alpha"}
2022-08-25T19:32:49.790Z debug components/components.go:28 Beta component. May change in the future. {"kind": "processor", "name": "resource/default", "pipeline": "logs", "stability": "beta"}
2022-08-25T19:32:49.790Z debug components/components.go:28 Beta component. May change in the future. {"kind": "processor", "name": "resourcedetection/ecs", "pipeline": "logs", "stability": "beta"}
2022-08-25T19:32:49.790Z debug components/components.go:28 Stable component. {"kind": "exporter", "data_type": "metrics", "name": "otlp", "stability": "stable"}
2022-08-25T19:32:49.790Z debug components/components.go:28 Stable component. {"kind": "processor", "name": "batch", "pipeline": "metrics", "stability": "stable"}
2022-08-25T19:32:49.790Z debug components/components.go:28 Beta component. May change in the future. {"kind": "processor", "name": "resource/default", "pipeline": "metrics", "stability": "beta"}
2022-08-25T19:32:49.790Z debug components/components.go:28 Beta component. May change in the future. {"kind": "processor", "name": "resourcedetection/ecs", "pipeline": "metrics", "stability": "beta"}
2022-08-25T19:32:49.790Z debug components/components.go:28 Beta component. May change in the future. {"kind": "receiver", "name": "awsecscontainermetrics", "pipeline": "metrics", "stability": "beta"}
2022-08-25T19:32:49.790Z debug components/components.go:28 Stable component. {"kind": "receiver", "name": "otlp", "pipeline": "metrics", "stability": "stable"}
2022-08-25T19:32:49.790Z debug components/components.go:28 Stable component. {"kind": "receiver", "name": "otlp/spanmetrics", "pipeline": "metrics", "stability": "stable"}
2022-08-25T19:32:49.790Z debug components/components.go:28 Stable component. {"kind": "receiver", "name": "otlp", "pipeline": "traces", "stability": "stable"}
2022-08-25T19:32:49.790Z debug components/components.go:28 Beta component. May change in the future. {"kind": "receiver", "name": "fluentforward", "pipeline": "logs", "stability": "beta"}
2022-08-25T19:32:49.792Z info extensions/extensions.go:42 Starting extensions...
2022-08-25T19:32:49.792Z info extensions/extensions.go:45 Extension is starting... {"kind": "extension", "name": "health_check"}
2022-08-25T19:32:49.792Z info [email protected]/healthcheckextension.go:44 Starting health_check extension {"kind": "extension", "name": "health_check", "config": {"Endpoint":":13133","TLSSetting":null,"CORS":null,"Auth":null,"MaxRequestBodySize":0,"IncludeMetadata":false,"Path":"/","CheckCollectorPipeline":{"Enabled":false,"Interval":"5m","ExporterFailureThreshold":5}}}
2022-08-25T19:32:49.793Z info extensions/extensions.go:49 Extension started. {"kind": "extension", "name": "health_check"}
2022-08-25T19:32:49.793Z info pipelines/pipelines.go:74 Starting exporters...
2022-08-25T19:32:49.793Z info pipelines/pipelines.go:78 Exporter is starting... {"kind": "exporter", "data_type": "traces", "name": "otlp"}
2022-08-25T19:32:49.793Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] Channel created {"grpc_log": true}
2022-08-25T19:32:49.793Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] original dial target is: "otlp.eu01.nr-data.net:4317" {"grpc_log": true}
2022-08-25T19:32:49.794Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] parsed dial target is: {Scheme:otlp.eu01.nr-data.net Authority: Endpoint:4317 URL:{Scheme:otlp.eu01.nr-data.net Opaque:4317 User: Host: Path: RawPath: ForceQuery:false RawQuery: Fragment: RawFragment:}} {"grpc_log": true}
2022-08-25T19:32:49.794Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] fallback to scheme "passthrough" {"grpc_log": true}
2022-08-25T19:32:49.794Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] parsed dial target is: {Scheme:passthrough Authority: Endpoint:otlp.eu01.nr-data.net:4317 URL:{Scheme:passthrough Opaque: User: Host: Path:/otlp.eu01.nr-data.net:4317 RawPath: ForceQuery:false RawQuery: Fragment: RawFragment:}} {"grpc_log": true}
2022-08-25T19:32:49.794Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] Channel authority set to "otlp.eu01.nr-data.net:4317" {"grpc_log": true}
2022-08-25T19:32:49.794Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] Resolver state updated: {
"Addresses": [
{
"Addr": "otlp.eu01.nr-data.net:4317",
"ServerName": "",
"Attributes": null,
"BalancerAttributes": null,
"Type": 0,
"Metadata": null
}
],
"ServiceConfig": null,
"Attributes": null
} (resolver returned new addresses) {"grpc_log": true}
2022-08-25T19:32:49.795Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] Channel switches to new LB policy "pick_first" {"grpc_log": true}
2022-08-25T19:32:49.796Z info pipelines/pipelines.go:82 Exporter started. {"kind": "exporter", "data_type": "traces", "name": "otlp"}
2022-08-25T19:32:49.795Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel created {"grpc_log": true}
2022-08-25T19:32:49.796Z info pipelines/pipelines.go:78 Exporter is starting... {"kind": "exporter", "data_type": "logs", "name": "otlp"}
2022-08-25T19:32:49.796Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel created {"grpc_log": true}
2022-08-25T19:32:49.796Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] parsed dial target is: {Scheme:otlp.eu01.nr-data.net Authority: Endpoint:4317 URL:{Scheme:otlp.eu01.nr-data.net Opaque:4317 User: Host: Path: RawPath: ForceQuery:false RawQuery: Fragment: RawFragment:}} {"grpc_log": true}
2022-08-25T19:32:49.796Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] original dial target is: "otlp.eu01.nr-data.net:4317" {"grpc_log": true}
2022-08-25T19:32:49.796Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] fallback to scheme "passthrough" {"grpc_log": true}
2022-08-25T19:32:49.796Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] parsed dial target is: {Scheme:passthrough Authority: Endpoint:otlp.eu01.nr-data.net:4317 URL:{Scheme:passthrough Opaque: User: Host: Path:/otlp.eu01.nr-data.net:4317 RawPath: ForceQuery:false RawQuery: Fragment: RawFragment:}} {"grpc_log": true}
2022-08-25T19:32:49.796Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel authority set to "otlp.eu01.nr-data.net:4317" {"grpc_log": true}
2022-08-25T19:32:49.796Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Resolver state updated: {
"Addresses": [
{
"Addr": "otlp.eu01.nr-data.net:4317",
"ServerName": "",
"Attributes": null,
"BalancerAttributes": null,
"Type": 0,
"Metadata": null
}
],
"ServiceConfig": null,
"Attributes": null
} (resolver returned new addresses) {"grpc_log": true}
2022-08-25T19:32:49.796Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel switches to new LB policy "pick_first" {"grpc_log": true}
2022-08-25T19:32:49.796Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel created {"grpc_log": true}
2022-08-25T19:32:49.796Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-25T19:32:49.796Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-08-25T19:32:49.795Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-25T19:32:49.797Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-08-25T19:32:49.797Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-08-25T19:32:49.797Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-25T19:32:49.797Z info pipelines/pipelines.go:82 Exporter started. {"kind": "exporter", "data_type": "logs", "name": "otlp"}
2022-08-25T19:32:49.797Z info pipelines/pipelines.go:78 Exporter is starting... {"kind": "exporter", "data_type": "logs", "name": "logging"}
2022-08-25T19:32:49.797Z info pipelines/pipelines.go:82 Exporter started. {"kind": "exporter", "data_type": "logs", "name": "logging"}
2022-08-25T19:32:49.797Z info pipelines/pipelines.go:78 Exporter is starting... {"kind": "exporter", "data_type": "metrics", "name": "otlp"}
2022-08-25T19:32:49.798Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel created {"grpc_log": true}
2022-08-25T19:32:49.798Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] original dial target is: "otlp.eu01.nr-data.net:4317" {"grpc_log": true}
2022-08-25T19:32:49.798Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] parsed dial target is: {Scheme:otlp.eu01.nr-data.net Authority: Endpoint:4317 URL:{Scheme:otlp.eu01.nr-data.net Opaque:4317 User: Host: Path: RawPath: ForceQuery:false RawQuery: Fragment: RawFragment:}} {"grpc_log": true}
2022-08-25T19:32:49.798Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] fallback to scheme "passthrough" {"grpc_log": true}
2022-08-25T19:32:49.798Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] parsed dial target is: {Scheme:passthrough Authority: Endpoint:otlp.eu01.nr-data.net:4317 URL:{Scheme:passthrough Opaque: User: Host: Path:/otlp.eu01.nr-data.net:4317 RawPath: ForceQuery:false RawQuery: Fragment: RawFragment:}} {"grpc_log": true}
2022-08-25T19:32:49.798Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel authority set to "otlp.eu01.nr-data.net:4317" {"grpc_log": true}
2022-08-25T19:32:49.798Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Resolver state updated: {
"Addresses": [
{
"Addr": "otlp.eu01.nr-data.net:4317",
"ServerName": "",
"Attributes": null,
"BalancerAttributes": null,
"Type": 0,
"Metadata": null
}
],
"ServiceConfig": null,
"Attributes": null
} (resolver returned new addresses) {"grpc_log": true}
2022-08-25T19:32:49.798Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel switches to new LB policy "pick_first" {"grpc_log": true}
2022-08-25T19:32:49.798Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel created {"grpc_log": true}
2022-08-25T19:32:49.798Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-25T19:32:49.798Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-08-25T19:32:49.798Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {CONNECTING <nil>} {"grpc_log": true}
2022-08-25T19:32:49.798Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-25T19:32:49.798Z info pipelines/pipelines.go:82 Exporter started. {"kind": "exporter", "data_type": "metrics", "name": "otlp"}
2022-08-25T19:32:49.798Z info pipelines/pipelines.go:86 Starting processors...
2022-08-25T19:32:49.798Z info pipelines/pipelines.go:90 Processor is starting... {"kind": "processor", "name": "batch", "pipeline": "traces"}
2022-08-25T19:32:49.798Z info pipelines/pipelines.go:94 Processor started. {"kind": "processor", "name": "batch", "pipeline": "traces"}
2022-08-25T19:32:49.798Z info pipelines/pipelines.go:90 Processor is starting... {"kind": "processor", "name": "spanmetrics", "pipeline": "traces"}
2022-08-25T19:32:49.798Z info [email protected]/processor.go:177 Starting spanmetricsprocessor {"kind": "processor", "name": "spanmetrics", "pipeline": "traces"}
2022-08-25T19:32:49.798Z debug [email protected]/processor.go:191 Looking for spanmetrics exporter from available exporters {"kind": "processor", "name": "spanmetrics", "pipeline": "traces", "spanmetrics-exporter": "otlp", "available-exporters": ["otlp"]}
2022-08-25T19:32:49.798Z info [email protected]/processor.go:197 Found exporter {"kind": "processor", "name": "spanmetrics", "pipeline": "traces", "spanmetrics-exporter": "otlp"}
2022-08-25T19:32:49.798Z info [email protected]/processor.go:205 Started spanmetricsprocessor {"kind": "processor", "name": "spanmetrics", "pipeline": "traces"}
2022-08-25T19:32:49.798Z info pipelines/pipelines.go:94 Processor started. {"kind": "processor", "name": "spanmetrics", "pipeline": "traces"}
2022-08-25T19:32:49.798Z info pipelines/pipelines.go:90 Processor is starting... {"kind": "processor", "name": "resource/default", "pipeline": "traces"}
2022-08-25T19:32:49.798Z info pipelines/pipelines.go:94 Processor started. {"kind": "processor", "name": "resource/default", "pipeline": "traces"}
2022-08-25T19:32:49.798Z info pipelines/pipelines.go:90 Processor is starting... {"kind": "processor", "name": "resourcedetection/ecs", "pipeline": "traces"}
2022-08-25T19:32:49.800Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000714110, {CONNECTING <nil>} {"grpc_log": true}
2022-08-25T19:32:49.800Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-25T19:32:49.798Z info internal/resourcedetection.go:136 began detecting resource information {"kind": "processor", "name": "resourcedetection/ecs", "pipeline": "traces"}
2022-08-25T19:32:49.803Z info internal/resourcedetection.go:150 detected resource information {"kind": "processor", "name": "resourcedetection/ecs", "pipeline": "traces", "resource": {"aws.ecs.cluster.arn":"***************","aws.ecs.launchtype":"ec2","aws.ecs.task.arn":"***********","aws.ecs.task.family":"************","aws.ecs.task.revision":"41","cloud.account.id":"************","cloud.availability_zone":"eu-central-1c","cloud.platform":"aws_ecs","cloud.provider":"aws","cloud.region":"eu-central-1"}}
2022-08-25T19:32:49.803Z info pipelines/pipelines.go:94 Processor started. {"kind": "processor", "name": "resourcedetection/ecs", "pipeline": "traces"}
2022-08-25T19:32:49.803Z info pipelines/pipelines.go:90 Processor is starting... {"kind": "processor", "name": "batch", "pipeline": "logs"}
2022-08-25T19:32:49.803Z info pipelines/pipelines.go:94 Processor started. {"kind": "processor", "name": "batch", "pipeline": "logs"}
2022-08-25T19:32:49.803Z info pipelines/pipelines.go:90 Processor is starting... {"kind": "processor", "name": "attributes/logging", "pipeline": "logs"}
2022-08-25T19:32:49.803Z info pipelines/pipelines.go:94 Processor started. {"kind": "processor", "name": "attributes/logging", "pipeline": "logs"}
2022-08-25T19:32:49.803Z info pipelines/pipelines.go:90 Processor is starting... {"kind": "processor", "name": "logstransform", "pipeline": "logs"}
2022-08-25T19:32:49.805Z debug pipeline/directed.go:70 Starting operator {"kind": "processor", "name": "logstransform", "pipeline": "logs"}
2022-08-25T19:32:49.809Z debug pipeline/directed.go:74 Started operator {"kind": "processor", "name": "logstransform", "pipeline": "logs"}
2022-08-25T19:32:49.809Z debug pipeline/directed.go:70 Starting operator {"kind": "processor", "name": "logstransform", "pipeline": "logs", "operator_id": "regex_parser1", "operator_type": "regex_parser"}
2022-08-25T19:32:49.809Z debug pipeline/directed.go:74 Started operator {"kind": "processor", "name": "logstransform", "pipeline": "logs", "operator_id": "regex_parser1", "operator_type": "regex_parser"}
2022-08-25T19:32:49.809Z debug adapter/converter.go:142 Starting log converter {"kind": "processor", "name": "logstransform", "pipeline": "logs", "worker_count": 2}
2022-08-25T19:32:49.809Z debug adapter/frompdataconverter.go:86 Starting log converter from pdata {"kind": "processor", "name": "logstransform", "pipeline": "logs", "worker_count": 2}
2022-08-25T19:32:49.810Z info pipelines/pipelines.go:94 Processor started. {"kind": "processor", "name": "logstransform", "pipeline": "logs"}
2022-08-25T19:32:49.811Z info pipelines/pipelines.go:90 Processor is starting... {"kind": "processor", "name": "filter/cleanup_logs", "pipeline": "logs"}
2022-08-25T19:32:49.811Z info pipelines/pipelines.go:94 Processor started. {"kind": "processor", "name": "filter/cleanup_logs", "pipeline": "logs"}
2022-08-25T19:32:49.811Z info pipelines/pipelines.go:90 Processor is starting... {"kind": "processor", "name": "resource/default", "pipeline": "logs"}
2022-08-25T19:32:49.811Z info pipelines/pipelines.go:94 Processor started. {"kind": "processor", "name": "resource/default", "pipeline": "logs"}
2022-08-25T19:32:49.811Z info pipelines/pipelines.go:90 Processor is starting... {"kind": "processor", "name": "resourcedetection/ecs", "pipeline": "logs"}
2022-08-25T19:32:49.811Z info pipelines/pipelines.go:94 Processor started. {"kind": "processor", "name": "resourcedetection/ecs", "pipeline": "logs"}
2022-08-25T19:32:49.811Z info pipelines/pipelines.go:90 Processor is starting... {"kind": "processor", "name": "batch", "pipeline": "metrics"}
2022-08-25T19:32:49.811Z info pipelines/pipelines.go:94 Processor started. {"kind": "processor", "name": "batch", "pipeline": "metrics"}
2022-08-25T19:32:49.811Z info pipelines/pipelines.go:90 Processor is starting... {"kind": "processor", "name": "resource/default", "pipeline": "metrics"}
2022-08-25T19:32:49.811Z info pipelines/pipelines.go:94 Processor started. {"kind": "processor", "name": "resource/default", "pipeline": "metrics"}
2022-08-25T19:32:49.811Z info pipelines/pipelines.go:90 Processor is starting... {"kind": "processor", "name": "resourcedetection/ecs", "pipeline": "metrics"}
2022-08-25T19:32:49.811Z info pipelines/pipelines.go:94 Processor started. {"kind": "processor", "name": "resourcedetection/ecs", "pipeline": "metrics"}
2022-08-25T19:32:49.811Z info pipelines/pipelines.go:98 Starting receivers...
2022-08-25T19:32:49.811Z info pipelines/pipelines.go:102 Receiver is starting... {"kind": "receiver", "name": "otlp", "pipeline": "traces"}
2022-08-25T19:32:49.811Z info zapgrpc/zapgrpc.go:174 [core] [Server #7] Server created {"grpc_log": true}
2022-08-25T19:32:49.812Z info otlpreceiver/otlp.go:70 Starting GRPC server on endpoint 0.0.0.0:4317 {"kind": "receiver", "name": "otlp", "pipeline": "metrics"}
2022-08-25T19:32:49.812Z info otlpreceiver/otlp.go:88 Starting HTTP server on endpoint 0.0.0.0:4318 {"kind": "receiver", "name": "otlp", "pipeline": "metrics"}
2022-08-25T19:32:49.812Z info pipelines/pipelines.go:106 Receiver started. {"kind": "receiver", "name": "otlp", "pipeline": "traces"}
2022-08-25T19:32:49.812Z info pipelines/pipelines.go:102 Receiver is starting... {"kind": "receiver", "name": "fluentforward", "pipeline": "logs"}
2022-08-25T19:32:49.814Z info zapgrpc/zapgrpc.go:174 [core] [Server #7 ListenSocket #8] ListenSocket created {"grpc_log": true}
2022-08-25T19:32:49.816Z info pipelines/pipelines.go:106 Receiver started. {"kind": "receiver", "name": "fluentforward", "pipeline": "logs"}
2022-08-25T19:32:49.816Z info pipelines/pipelines.go:102 Receiver is starting... {"kind": "receiver", "name": "awsecscontainermetrics", "pipeline": "metrics"}
2022-08-25T19:32:49.816Z info pipelines/pipelines.go:106 Receiver started. {"kind": "receiver", "name": "awsecscontainermetrics", "pipeline": "metrics"}
2022-08-25T19:32:49.816Z info pipelines/pipelines.go:102 Receiver is starting... {"kind": "receiver", "name": "otlp", "pipeline": "metrics"}
2022-08-25T19:32:49.816Z info pipelines/pipelines.go:106 Receiver started. {"kind": "receiver", "name": "otlp", "pipeline": "metrics"}
2022-08-25T19:32:49.816Z info pipelines/pipelines.go:102 Receiver is starting... {"kind": "receiver", "name": "otlp/spanmetrics", "pipeline": "metrics"}
2022-08-25T19:32:49.816Z info zapgrpc/zapgrpc.go:174 [core] [Server #9] Server created {"grpc_log": true}
2022-08-25T19:32:49.816Z info otlpreceiver/otlp.go:70 Starting GRPC server on endpoint localhost:12345 {"kind": "receiver", "name": "otlp/spanmetrics", "pipeline": "metrics"}
2022-08-25T19:32:49.817Z info pipelines/pipelines.go:106 Receiver started. {"kind": "receiver", "name": "otlp/spanmetrics", "pipeline": "metrics"}
2022-08-25T19:32:49.817Z info healthcheck/handler.go:129 Health Check state change {"kind": "extension", "name": "health_check", "status": "ready"}
2022-08-25T19:32:49.817Z info service/collector.go:215 Starting otelcol-contrib... {"Version": "0.58.0", "NumCPU": 2}
2022-08-25T19:32:49.817Z info service/collector.go:128 Everything is ready. Begin running and processing data.
2022-08-25T19:32:49.817Z info zapgrpc/zapgrpc.go:174 [core] [Server #9 ListenSocket #10] ListenSocket created {"grpc_log": true}
2022-08-25T19:32:49.922Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-08-25T19:32:49.922Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-08-25T19:32:49.922Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-08-25T19:32:49.922Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to READY {"grpc_log": true}
2022-08-25T19:32:49.922Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {READY <nil>} {"grpc_log": true}
2022-08-25T19:32:49.922Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to READY {"grpc_log": true}
2022-08-25T19:32:49.923Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel Connectivity change to READY {"grpc_log": true}
2022-08-25T19:32:49.923Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000714110, {READY <nil>} {"grpc_log": true}
2022-08-25T19:32:49.923Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] Channel Connectivity change to READY {"grpc_log": true}
2022-08-25T19:32:59.632Z debug [email protected]/server.go:73 Got connection {"kind": "receiver", "name": "fluentforward", "pipeline": "logs", "remoteAddr": "172.17.0.1:37978"}
2022-08-25T19:32:59.868Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 4}
2022-08-25T19:33:03.106Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-25T19:33:03.912Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-25T19:33:04.114Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-25T19:33:04.517Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 4}
2022-08-25T19:33:05.931Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 2}
2022-08-25T19:33:06.132Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-25T19:33:07.954Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 13}
2022-08-25T19:33:08.359Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-25T19:33:09.376Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-25T19:33:09.580Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-25T19:33:10.388Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-25T19:33:11.000Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-25T19:33:11.808Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 17}
2022-08-25T19:33:12.009Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 2}
2022-08-25T19:33:12.817Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 2}
2022-08-25T19:33:13.018Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 2}
2022-08-25T19:34:07.445Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-25T19:34:07.648Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 2}
2022-08-25T19:40:47.684Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-08-25T19:40:47.684Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-08-25T19:40:47.685Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-08-25T19:40:47.685Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-08-25T19:51:42.248Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-25T19:51:42.249Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-25T19:51:42.249Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-08-25T19:51:42.249Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-08-25T19:51:42.249Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-25T19:51:42.268Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-08-25T19:51:42.268Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-08-25T19:51:42.269Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-08-25T19:58:22.315Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-08-25T19:58:22.315Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-08-25T19:58:22.315Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-08-25T19:58:22.315Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-08-25T20:56:56.061Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-25T20:56:56.061Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-25T20:56:56.061Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-08-25T20:56:56.061Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-08-25T20:56:56.061Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-25T20:56:56.082Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-08-25T20:56:56.082Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-08-25T20:56:56.082Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-08-25T21:03:36.126Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-08-25T21:03:36.126Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-08-25T21:03:36.127Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-08-25T21:03:36.126Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-08-26T06:14:53.363Z info exporterhelper/queued_retry.go:427 Exporting failed. Will retry the request after interval. {"kind": "exporter", "data_type": "metrics", "name": "otlp", "error": "rpc error: code = Unavailable desc = unexpected HTTP status code received from server: 503 (Service Unavailable); transport: received unexpected content-type \"text/html; charset=UTF-8\"", "interval": "5.52330144s"}
2022-08-26T06:29:37.689Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-26T06:29:37.689Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-26T06:29:37.692Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-08-26T06:29:37.692Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-08-26T06:29:37.692Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-26T06:29:37.786Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-08-26T06:29:37.786Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-08-26T06:29:37.786Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-08-26T06:34:42.051Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-26T06:35:42.688Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-26T06:42:22.732Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-08-26T06:42:22.732Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-08-26T06:42:22.733Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-08-26T06:42:22.733Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-08-26T07:03:49.002Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-26T07:03:49.002Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-26T07:03:49.002Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-08-26T07:03:49.002Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-08-26T07:03:49.002Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-26T07:03:49.095Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-08-26T07:03:49.095Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-08-26T07:03:49.095Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-08-26T07:10:29.141Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-08-26T07:10:29.141Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-08-26T07:10:29.142Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-08-26T07:10:29.142Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-08-26T07:12:01.430Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-26T07:12:01.430Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-26T07:12:01.430Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-08-26T07:12:01.431Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-08-26T07:12:01.431Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-26T07:12:01.526Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-08-26T07:12:01.526Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-08-26T07:12:01.527Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-08-26T07:13:51.448Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-26T07:13:54.865Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-26T07:14:38.837Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-26T07:21:18.904Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-08-26T07:21:18.904Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-08-26T07:21:18.904Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-08-26T07:21:18.904Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-08-26T07:31:15.037Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-26T07:31:15.038Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-26T07:31:15.038Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-08-26T07:31:15.038Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-08-26T07:31:15.038Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-26T07:31:15.137Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-08-26T07:31:15.137Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-08-26T07:31:15.137Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-08-26T07:31:37.927Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-26T07:38:17.999Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-08-26T07:38:17.999Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-08-26T07:38:17.999Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-08-26T07:38:17.999Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-08-26T07:53:52.176Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-26T07:53:52.176Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-26T07:53:52.177Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-08-26T07:53:52.177Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-08-26T07:53:52.177Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-26T07:53:52.198Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-08-26T07:53:52.198Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-08-26T07:53:52.198Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-08-26T07:54:04.227Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-26T07:56:29.567Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-26T07:58:37.467Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-26T08:05:17.510Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-08-26T08:05:17.511Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-08-26T08:05:17.511Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-08-26T08:05:17.510Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-08-26T08:46:03.807Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-26T08:46:03.807Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-26T08:46:03.807Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-08-26T08:46:03.807Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-08-26T08:46:03.807Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-26T08:46:03.900Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-08-26T08:46:03.901Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-08-26T08:46:03.901Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-08-26T08:52:43.954Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-08-26T08:52:43.954Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-08-26T08:52:43.954Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-08-26T08:52:43.954Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-08-26T10:47:51.205Z info exporterhelper/queued_retry.go:427 Exporting failed. Will retry the request after interval. {"kind": "exporter", "data_type": "metrics", "name": "otlp", "error": "rpc error: code = Unavailable desc = unexpected HTTP status code received from server: 503 (Service Unavailable); transport: received unexpected content-type \"text/html; charset=UTF-8\"", "interval": "7.202545441s"}
2022-08-27T05:36:29.231Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-08-27T05:36:29.231Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {IDLE <nil>} {"grpc_log": true}
2022-08-27T05:36:29.231Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to IDLE {"grpc_log": true}
2022-08-27T05:36:29.283Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-08-27T05:36:44.230Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-27T05:36:44.230Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-08-27T05:36:44.231Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {CONNECTING <nil>} {"grpc_log": true}
2022-08-27T05:36:44.231Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-27T05:36:44.251Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to READY {"grpc_log": true}
2022-08-27T05:36:44.251Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {READY <nil>} {"grpc_log": true}
2022-08-27T05:36:44.251Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to READY {"grpc_log": true}
2022-08-27T13:14:50.759Z info exporterhelper/queued_retry.go:427 Exporting failed. Will retry the request after interval. {"kind": "exporter", "data_type": "metrics", "name": "otlp", "error": "rpc error: code = Unavailable desc = unexpected HTTP status code received from server: 503 (Service Unavailable); transport: received unexpected content-type \"text/html; charset=UTF-8\"", "interval": "5.822800266s"}
2022-08-28T04:34:15.770Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-08-28T04:34:15.772Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000714110, {IDLE <nil>} {"grpc_log": true}
2022-08-28T04:34:15.772Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] Channel Connectivity change to IDLE {"grpc_log": true}
2022-08-28T04:34:15.786Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-08-28T04:34:25.802Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-28T04:34:25.802Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-08-28T04:34:25.803Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000714110, {CONNECTING <nil>} {"grpc_log": true}
2022-08-28T04:34:25.803Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-28T04:34:25.826Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel Connectivity change to READY {"grpc_log": true}
2022-08-28T04:34:25.826Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000714110, {READY <nil>} {"grpc_log": true}
2022-08-28T04:34:25.826Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] Channel Connectivity change to READY {"grpc_log": true}
2022-08-28T14:38:49.829Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-08-28T14:38:49.829Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {IDLE <nil>} {"grpc_log": true}
2022-08-28T14:38:49.829Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to IDLE {"grpc_log": true}
2022-08-28T14:38:49.867Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-08-28T14:38:51.835Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-28T14:38:51.835Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-08-28T14:38:51.836Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {CONNECTING <nil>} {"grpc_log": true}
2022-08-28T14:38:51.836Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-28T14:38:51.852Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to READY {"grpc_log": true}
2022-08-28T14:38:51.852Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {READY <nil>} {"grpc_log": true}
2022-08-28T14:38:51.852Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to READY {"grpc_log": true}
2022-08-29T15:04:56.466Z info exporterhelper/queued_retry.go:427 Exporting failed. Will retry the request after interval. {"kind": "exporter", "data_type": "metrics", "name": "otlp", "error": "rpc error: code = Unavailable desc = unexpected HTTP status code received from server: 503 (Service Unavailable); transport: received unexpected content-type \"text/html; charset=UTF-8\"", "interval": "4.688570936s"}
2022-08-29T19:37:22.864Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-08-29T19:37:22.869Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {IDLE <nil>} {"grpc_log": true}
2022-08-29T19:37:22.870Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to IDLE {"grpc_log": true}
2022-08-29T19:37:22.904Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-08-29T19:37:49.923Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-29T19:37:49.923Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-08-29T19:37:49.923Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {CONNECTING <nil>} {"grpc_log": true}
2022-08-29T19:37:49.923Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-29T19:37:49.958Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to READY {"grpc_log": true}
2022-08-29T19:37:49.958Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {READY <nil>} {"grpc_log": true}
2022-08-29T19:37:49.958Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to READY {"grpc_log": true}
2022-08-30T02:35:30.078Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-08-30T02:35:30.079Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000714110, {IDLE <nil>} {"grpc_log": true}
2022-08-30T02:35:30.079Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] Channel Connectivity change to IDLE {"grpc_log": true}
2022-08-30T02:35:30.097Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-08-30T02:35:55.181Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-30T02:35:55.182Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-08-30T02:35:55.182Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000714110, {CONNECTING <nil>} {"grpc_log": true}
2022-08-30T02:35:55.182Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-30T02:35:55.201Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel Connectivity change to READY {"grpc_log": true}
2022-08-30T02:35:55.201Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000714110, {READY <nil>} {"grpc_log": true}
2022-08-30T02:35:55.201Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] Channel Connectivity change to READY {"grpc_log": true}
2022-08-30T14:24:24.936Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-30T14:24:24.940Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-30T14:24:24.940Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-08-30T14:24:24.941Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-08-30T14:24:24.941Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-30T14:24:24.960Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-08-30T14:24:24.960Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-08-30T14:24:24.960Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-08-30T14:31:05.009Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-08-30T14:31:05.009Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-08-30T14:31:05.009Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-08-30T14:31:05.009Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-08-30T14:44:52.170Z info exporterhelper/queued_retry.go:427 Exporting failed. Will retry the request after interval. {"kind": "exporter", "data_type": "metrics", "name": "otlp", "error": "rpc error: code = Unavailable desc = unexpected HTTP status code received from server: 503 (Service Unavailable); transport: received unexpected content-type \"text/html; charset=UTF-8\"", "interval": "4.623187485s"}
2022-08-30T20:01:00.373Z info exporterhelper/queued_retry.go:427 Exporting failed. Will retry the request after interval. {"kind": "exporter", "data_type": "traces", "name": "otlp", "error": "rpc error: code = DeadlineExceeded desc = context deadline exceeded", "interval": "5.934115365s"}
2022-08-30T21:04:05.810Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-08-30T21:04:05.810Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-08-30T21:04:05.810Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {IDLE <nil>} {"grpc_log": true}
2022-08-30T21:04:05.810Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to IDLE {"grpc_log": true}
2022-08-30T21:04:10.563Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-30T21:04:10.563Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-08-30T21:04:10.563Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {CONNECTING <nil>} {"grpc_log": true}
2022-08-30T21:04:10.563Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-30T21:04:10.575Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to READY {"grpc_log": true}
2022-08-30T21:04:10.575Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {READY <nil>} {"grpc_log": true}
2022-08-30T21:04:10.575Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to READY {"grpc_log": true}
2022-08-30T22:37:46.168Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-08-30T22:37:46.168Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-08-30T22:37:46.168Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000714110, {IDLE <nil>} {"grpc_log": true}
2022-08-30T22:37:46.168Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] Channel Connectivity change to IDLE {"grpc_log": true}
2022-08-30T22:37:56.142Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-30T22:37:56.142Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-08-30T22:37:56.142Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000714110, {CONNECTING <nil>} {"grpc_log": true}
2022-08-30T22:37:56.142Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-30T22:37:56.151Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel Connectivity change to READY {"grpc_log": true}
2022-08-30T22:37:56.151Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000714110, {READY <nil>} {"grpc_log": true}
2022-08-30T22:37:56.151Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] Channel Connectivity change to READY {"grpc_log": true}
2022-08-30T23:33:34.853Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-08-30T23:33:34.853Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-08-30T23:33:34.854Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000714110, {IDLE <nil>} {"grpc_log": true}
2022-08-30T23:33:34.854Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] Channel Connectivity change to IDLE {"grpc_log": true}
2022-08-30T23:33:56.391Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-30T23:33:56.392Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-08-30T23:33:56.392Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000714110, {CONNECTING <nil>} {"grpc_log": true}
2022-08-30T23:33:56.392Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-30T23:33:56.500Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel Connectivity change to READY {"grpc_log": true}
2022-08-30T23:33:56.500Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000714110, {READY <nil>} {"grpc_log": true}
2022-08-30T23:33:56.500Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] Channel Connectivity change to READY {"grpc_log": true}
2022-08-31T08:19:07.968Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-31T08:19:07.969Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-31T08:19:07.970Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-08-31T08:19:07.971Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-08-31T08:19:07.971Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-31T08:19:07.990Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-08-31T08:19:07.990Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-08-31T08:19:07.990Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-08-31T08:19:40.898Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-31T08:26:20.950Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-08-31T08:26:20.950Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-08-31T08:26:20.950Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-08-31T08:26:20.950Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-08-31T08:30:59.020Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-31T08:30:59.020Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-31T08:30:59.020Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-08-31T08:30:59.020Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-08-31T08:30:59.020Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-31T08:30:59.038Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-08-31T08:30:59.038Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-08-31T08:30:59.038Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-08-31T08:34:05.160Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-31T08:40:45.203Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-08-31T08:40:45.203Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-08-31T08:40:45.203Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-08-31T08:40:45.204Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-08-31T08:41:12.456Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-31T08:41:12.456Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-31T08:41:12.456Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-08-31T08:41:12.456Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-08-31T08:41:12.456Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-31T08:41:12.481Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-08-31T08:41:12.481Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-08-31T08:41:12.481Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-08-31T08:47:52.536Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-08-31T08:47:52.536Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-08-31T08:47:52.536Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-08-31T08:47:52.536Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-08-31T12:59:27.746Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-31T12:59:27.746Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-31T12:59:27.746Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-08-31T12:59:27.746Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-08-31T12:59:27.746Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-31T12:59:27.772Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-08-31T12:59:27.772Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-08-31T12:59:27.772Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-08-31T13:00:34.194Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-31T13:06:14.902Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-31T13:07:24.974Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-31T13:14:05.047Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-08-31T13:14:05.047Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-08-31T13:14:05.047Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-08-31T13:14:05.047Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-08-31T13:18:07.222Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-31T13:18:07.222Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-31T13:18:07.222Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-08-31T13:18:07.222Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-08-31T13:18:07.222Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-31T13:18:07.235Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-08-31T13:18:07.235Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-08-31T13:18:07.235Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-08-31T13:21:07.901Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-31T13:22:21.596Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-31T13:23:30.668Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-31T13:23:43.719Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-31T13:24:18.858Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-31T13:24:44.747Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-31T13:24:47.960Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-31T13:25:26.108Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-31T13:26:04.459Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-31T13:26:43.423Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-31T13:33:23.462Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-08-31T13:33:23.462Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-08-31T13:33:23.462Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-08-31T13:33:23.462Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-08-31T13:34:11.803Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-31T13:34:11.803Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-31T13:34:11.803Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-08-31T13:34:11.803Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-08-31T13:34:11.804Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-31T13:34:11.823Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-08-31T13:34:11.823Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-08-31T13:34:11.823Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-08-31T13:34:14.214Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-31T13:34:52.757Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-31T13:35:31.307Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-31T13:36:09.653Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-31T13:36:48.013Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-31T13:43:28.081Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-08-31T13:43:28.081Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-08-31T13:43:28.081Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-08-31T13:43:28.081Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-08-31T13:45:57.951Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-31T13:45:57.951Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-31T13:45:57.951Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-08-31T13:45:57.951Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-08-31T13:45:57.951Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-31T13:45:57.979Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-08-31T13:45:57.979Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-08-31T13:45:57.979Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-08-31T13:52:38.032Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-08-31T13:52:38.032Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-08-31T13:52:38.032Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-08-31T13:52:38.032Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-08-31T13:55:50.998Z info exporterhelper/queued_retry.go:427 Exporting failed. Will retry the request after interval. {"kind": "exporter", "data_type": "traces", "name": "otlp", "error": "rpc error: code = DeadlineExceeded desc = context deadline exceeded", "interval": "2.828185096s"}
2022-08-31T14:14:15.583Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-31T14:14:15.583Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-31T14:14:15.584Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-08-31T14:14:15.584Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-08-31T14:14:15.584Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-31T14:14:15.606Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-08-31T14:14:15.606Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-08-31T14:14:15.606Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-08-31T14:20:55.658Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-08-31T14:20:55.658Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-08-31T14:20:55.658Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-08-31T14:20:55.658Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-08-31T14:22:48.004Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-31T14:22:48.005Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-31T14:22:48.005Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-08-31T14:22:48.005Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-08-31T14:22:48.005Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-08-31T14:22:48.029Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-08-31T14:22:48.029Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-08-31T14:22:48.029Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-08-31T14:29:04.241Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-31T14:29:11.672Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-31T14:29:16.691Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-08-31T14:35:56.729Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-08-31T14:35:56.729Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-08-31T14:35:56.729Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-08-31T14:35:56.729Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-08-31T17:14:55.224Z info exporterhelper/queued_retry.go:427 Exporting failed. Will retry the request after interval. {"kind": "exporter", "data_type": "metrics", "name": "otlp", "error": "rpc error: code = Unavailable desc = unexpected HTTP status code received from server: 503 (Service Unavailable); transport: received unexpected content-type \"text/html; charset=UTF-8\"", "interval": "3.282596273s"}
2022-09-01T01:51:29.364Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-09-01T01:51:29.364Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {IDLE <nil>} {"grpc_log": true}
2022-09-01T01:51:29.364Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to IDLE {"grpc_log": true}
2022-09-01T01:51:29.407Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-09-01T01:51:49.837Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-01T01:51:49.838Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-09-01T01:51:49.838Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {CONNECTING <nil>} {"grpc_log": true}
2022-09-01T01:51:49.838Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-01T01:51:49.855Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to READY {"grpc_log": true}
2022-09-01T01:51:49.856Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {READY <nil>} {"grpc_log": true}
2022-09-01T01:51:49.856Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to READY {"grpc_log": true}
2022-09-01T08:12:24.657Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T08:12:24.658Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-01T08:12:24.658Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-09-01T08:12:24.658Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-09-01T08:12:24.659Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-01T08:12:24.677Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-09-01T08:12:24.677Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-09-01T08:12:24.677Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-09-01T08:19:04.731Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-09-01T08:19:04.731Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-09-01T08:19:04.731Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-09-01T08:19:04.731Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-09-01T12:04:52.546Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T12:04:52.546Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-01T12:04:52.546Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-09-01T12:04:52.547Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-09-01T12:04:52.547Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-01T12:04:52.559Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-09-01T12:04:52.559Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-09-01T12:04:52.559Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-09-01T12:05:20.049Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T12:05:41.131Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T12:05:52.975Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T12:06:00.202Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T12:12:40.243Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-09-01T12:12:40.243Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-09-01T12:12:40.243Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-09-01T12:12:40.243Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-09-01T15:28:21.760Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T15:28:21.760Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-01T15:28:21.760Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-09-01T15:28:21.760Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-09-01T15:28:21.760Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-01T15:28:21.781Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-09-01T15:28:21.781Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-09-01T15:28:21.781Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-09-01T15:30:14.179Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T15:31:35.105Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T15:31:54.779Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T15:32:29.715Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T15:32:55.613Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T15:32:59.226Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T15:33:36.964Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T15:34:15.717Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T15:34:55.074Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T15:41:35.135Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-09-01T15:41:35.135Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-09-01T15:41:35.135Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-09-01T15:41:35.135Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-09-01T15:42:22.169Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T15:42:22.169Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-01T15:42:22.169Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-09-01T15:42:22.169Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-09-01T15:42:22.170Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-01T15:42:22.191Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-09-01T15:42:22.191Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-09-01T15:42:22.191Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-09-01T15:42:24.579Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T15:43:03.132Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T15:43:41.476Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T15:44:20.230Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T15:44:58.575Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T15:51:38.627Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-09-01T15:51:38.627Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-09-01T15:51:38.627Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-09-01T15:51:38.627Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-09-01T15:55:01.846Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T15:55:01.846Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-01T15:55:01.846Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-09-01T15:55:01.846Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-09-01T15:55:01.846Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-01T15:55:01.868Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-09-01T15:55:01.868Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-09-01T15:55:01.868Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-09-01T16:01:41.918Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-09-01T16:01:41.918Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-09-01T16:01:41.918Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-09-01T16:01:41.918Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-09-01T18:28:22.797Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T18:28:22.798Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-01T18:28:22.798Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-09-01T18:28:22.798Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-09-01T18:28:22.798Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-01T18:28:22.817Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-09-01T18:28:22.818Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-09-01T18:28:22.818Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-09-01T18:29:36.697Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T18:30:44.563Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T18:30:56.807Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T18:31:31.544Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T18:31:56.640Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T18:31:59.253Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T18:32:38.005Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T18:33:16.357Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T18:33:54.712Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T18:40:34.745Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-09-01T18:40:34.745Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-09-01T18:40:34.745Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-09-01T18:40:34.745Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-09-01T18:41:57.990Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T18:41:57.990Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-01T18:41:57.990Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-09-01T18:41:57.990Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-09-01T18:41:57.990Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-01T18:41:58.015Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-09-01T18:41:58.015Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-09-01T18:41:58.015Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-09-01T18:42:10.440Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T18:42:41.965Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T18:43:17.504Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T18:43:55.863Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T18:44:36.814Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T18:51:16.873Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-09-01T18:51:16.873Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-09-01T18:51:16.873Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-09-01T18:51:16.873Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-09-01T18:53:50.774Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-01T18:53:50.774Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-01T18:53:50.774Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-09-01T18:53:50.775Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-09-01T18:53:50.775Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-01T18:53:50.796Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-09-01T18:53:50.796Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-09-01T18:53:50.796Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-09-01T19:00:31.246Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-09-01T19:00:31.246Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-09-01T19:00:31.246Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-09-01T19:00:31.246Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-09-01T19:08:07.979Z info exporterhelper/queued_retry.go:427 Exporting failed. Will retry the request after interval. {"kind": "exporter", "data_type": "metrics", "name": "otlp", "error": "rpc error: code = Unavailable desc = unexpected HTTP status code received from server: 503 (Service Unavailable); transport: received unexpected content-type \"text/html; charset=UTF-8\"", "interval": "2.984847594s"}
2022-09-01T19:58:00.068Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-09-01T19:58:00.068Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000714110, {IDLE <nil>} {"grpc_log": true}
2022-09-01T19:58:00.068Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] Channel Connectivity change to IDLE {"grpc_log": true}
2022-09-01T19:58:00.104Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-09-01T19:58:05.087Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-01T19:58:05.087Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-09-01T19:58:05.087Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000714110, {CONNECTING <nil>} {"grpc_log": true}
2022-09-01T19:58:05.087Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-01T19:58:05.108Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel Connectivity change to READY {"grpc_log": true}
2022-09-01T19:58:05.108Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000714110, {READY <nil>} {"grpc_log": true}
2022-09-01T19:58:05.108Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] Channel Connectivity change to READY {"grpc_log": true}
2022-09-02T05:30:07.777Z info exporterhelper/queued_retry.go:427 Exporting failed. Will retry the request after interval. {"kind": "exporter", "data_type": "metrics", "name": "otlp", "error": "rpc error: code = DeadlineExceeded desc = context deadline exceeded", "interval": "4.004559303s"}
2022-09-02T05:30:07.825Z info exporterhelper/queued_retry.go:427 Exporting failed. Will retry the request after interval. {"kind": "exporter", "data_type": "traces", "name": "otlp", "error": "rpc error: code = DeadlineExceeded desc = context deadline exceeded", "interval": "5.076063143s"}
2022-09-02T05:30:16.783Z info exporterhelper/queued_retry.go:427 Exporting failed. Will retry the request after interval. {"kind": "exporter", "data_type": "metrics", "name": "otlp", "error": "rpc error: code = DeadlineExceeded desc = context deadline exceeded", "interval": "9.852299708s"}
2022-09-02T05:38:32.818Z info exporterhelper/queued_retry.go:427 Exporting failed. Will retry the request after interval. {"kind": "exporter", "data_type": "metrics", "name": "otlp", "error": "rpc error: code = DeadlineExceeded desc = context deadline exceeded", "interval": "3.571319363s"}
2022-09-02T06:47:28.183Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-09-02T06:47:28.183Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {IDLE <nil>} {"grpc_log": true}
2022-09-02T06:47:28.183Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to IDLE {"grpc_log": true}
2022-09-02T06:47:28.204Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-09-02T06:47:33.181Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-02T06:47:33.181Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-09-02T06:47:33.181Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {CONNECTING <nil>} {"grpc_log": true}
2022-09-02T06:47:33.182Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-02T06:47:33.201Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to READY {"grpc_log": true}
2022-09-02T06:47:33.201Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {READY <nil>} {"grpc_log": true}
2022-09-02T06:47:33.202Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to READY {"grpc_log": true}
2022-09-02T06:52:00.987Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-02T06:52:00.988Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-02T06:52:00.988Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-09-02T06:52:00.988Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-09-02T06:52:00.989Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-02T06:52:01.005Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-09-02T06:52:01.005Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-09-02T06:52:01.005Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-09-02T06:52:38.952Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-02T06:59:18.988Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-09-02T06:59:18.988Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-09-02T06:59:18.988Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-09-02T06:59:18.988Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-09-02T07:05:21.300Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-02T07:05:21.300Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-02T07:05:21.300Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-09-02T07:05:21.300Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-09-02T07:05:21.300Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-02T07:05:21.322Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-09-02T07:05:21.322Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-09-02T07:05:21.322Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-09-02T07:06:35.792Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-02T07:07:45.055Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-02T07:07:57.303Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-02T07:08:32.234Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-02T07:08:56.540Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-02T07:08:59.151Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-02T07:09:37.710Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-02T07:10:16.262Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-02T07:10:54.617Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-02T07:17:34.661Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-09-02T07:17:34.661Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-09-02T07:17:34.661Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-09-02T07:17:34.661Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-09-02T07:18:24.170Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-02T07:18:24.170Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-02T07:18:24.171Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-09-02T07:18:24.171Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-09-02T07:18:24.171Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-02T07:18:24.180Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-09-02T07:18:24.181Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-09-02T07:18:24.181Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-09-02T07:18:26.782Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-02T07:19:05.526Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-02T07:19:43.667Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-02T07:20:22.418Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-02T07:21:01.165Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-02T07:27:41.220Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-09-02T07:27:41.220Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-09-02T07:27:41.220Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-09-02T07:27:41.220Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-09-02T07:30:59.487Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-02T07:30:59.487Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-02T07:30:59.487Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-09-02T07:30:59.487Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-09-02T07:30:59.487Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-02T07:30:59.511Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-09-02T07:30:59.511Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-09-02T07:30:59.511Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-09-02T07:37:39.552Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-09-02T07:37:39.552Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-09-02T07:37:39.553Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-09-02T07:37:39.553Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-09-02T09:20:44.550Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-02T09:20:44.550Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-02T09:20:44.550Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-09-02T09:20:44.550Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-09-02T09:20:44.550Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-02T09:20:44.570Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-09-02T09:20:44.570Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-09-02T09:20:44.570Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-09-02T09:20:54.387Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-02T09:27:34.416Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-09-02T09:27:34.416Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-09-02T09:27:34.416Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-09-02T09:27:34.416Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-09-02T18:26:17.135Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-02T18:26:17.135Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-02T18:26:17.135Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-09-02T18:26:17.135Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-02T18:26:17.135Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-09-02T18:26:17.156Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-09-02T18:26:17.156Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-09-02T18:26:17.156Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-09-02T18:32:57.204Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-09-02T18:32:57.204Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-09-02T18:32:57.204Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-09-02T18:32:57.204Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-09-02T18:38:00.581Z info exporterhelper/queued_retry.go:427 Exporting failed. Will retry the request after interval. {"kind": "exporter", "data_type": "metrics", "name": "otlp", "error": "rpc error: code = Unavailable desc = unexpected HTTP status code received from server: 503 (Service Unavailable); transport: received unexpected content-type \"text/html; charset=UTF-8\"", "interval": "4.403285946s"}
2022-09-03T13:09:38.630Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-09-03T13:09:38.637Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {IDLE <nil>} {"grpc_log": true}
2022-09-03T13:09:38.639Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to IDLE {"grpc_log": true}
2022-09-03T13:09:38.655Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-09-03T13:09:43.622Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-03T13:09:43.622Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-09-03T13:09:43.622Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {CONNECTING <nil>} {"grpc_log": true}
2022-09-03T13:09:43.622Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-03T13:09:43.652Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to READY {"grpc_log": true}
2022-09-03T13:09:43.652Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {READY <nil>} {"grpc_log": true}
2022-09-03T13:09:43.652Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to READY {"grpc_log": true}
2022-09-03T18:28:35.526Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-09-03T18:28:35.526Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000714110, {IDLE <nil>} {"grpc_log": true}
2022-09-03T18:28:35.526Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] Channel Connectivity change to IDLE {"grpc_log": true}
2022-09-03T18:28:35.569Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-09-03T18:28:50.388Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-03T18:28:50.388Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-09-03T18:28:50.388Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000714110, {CONNECTING <nil>} {"grpc_log": true}
2022-09-03T18:28:50.388Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-03T18:28:50.399Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel Connectivity change to READY {"grpc_log": true}
2022-09-03T18:28:50.399Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000714110, {READY <nil>} {"grpc_log": true}
2022-09-03T18:28:50.399Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] Channel Connectivity change to READY {"grpc_log": true}
2022-09-04T10:35:31.185Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-04T10:35:31.189Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-04T10:35:31.190Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-09-04T10:35:31.190Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-09-04T10:35:31.190Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-04T10:35:31.210Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-09-04T10:35:31.211Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-09-04T10:35:31.211Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-09-04T10:42:11.270Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-09-04T10:42:11.270Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-09-04T10:42:11.270Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-09-04T10:42:11.270Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-09-04T19:26:57.957Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-09-04T19:26:57.958Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {IDLE <nil>} {"grpc_log": true}
2022-09-04T19:26:57.958Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to IDLE {"grpc_log": true}
2022-09-04T19:26:57.992Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-09-04T19:27:07.956Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-04T19:27:07.957Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-09-04T19:27:07.957Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {CONNECTING <nil>} {"grpc_log": true}
2022-09-04T19:27:07.957Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-04T19:27:07.978Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to READY {"grpc_log": true}
2022-09-04T19:27:07.978Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {READY <nil>} {"grpc_log": true}
2022-09-04T19:27:07.978Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to READY {"grpc_log": true}
2022-09-05T05:24:31.187Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-05T05:24:31.190Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-05T05:24:31.192Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-09-05T05:24:31.194Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-09-05T05:24:31.196Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-05T05:24:31.219Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-09-05T05:24:31.219Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-09-05T05:24:31.219Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-09-05T05:31:11.264Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-09-05T05:31:11.264Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-09-05T05:31:11.264Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-09-05T05:31:11.264Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-09-05T13:15:12.915Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 1}
2022-09-05T13:15:12.915Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-05T13:15:12.915Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-09-05T13:15:12.915Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-09-05T13:15:12.916Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-05T13:15:12.935Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-09-05T13:15:12.935Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-09-05T13:15:12.935Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-09-05T13:21:52.982Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-09-05T13:21:52.982Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {IDLE <nil>} {"grpc_log": true}
2022-09-05T13:21:52.982Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to IDLE {"grpc_log": true}
2022-09-05T13:21:52.982Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-09-05T18:16:50.047Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-09-05T18:16:50.047Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000714110, {IDLE <nil>} {"grpc_log": true}
2022-09-05T18:16:50.047Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] Channel Connectivity change to IDLE {"grpc_log": true}
2022-09-05T18:16:50.089Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-09-05T18:17:10.124Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-05T18:17:10.124Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-09-05T18:17:10.124Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000714110, {CONNECTING <nil>} {"grpc_log": true}
2022-09-05T18:17:10.125Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-05T18:17:10.146Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel Connectivity change to READY {"grpc_log": true}
2022-09-05T18:17:10.146Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000714110, {READY <nil>} {"grpc_log": true}
2022-09-05T18:17:10.146Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] Channel Connectivity change to READY {"grpc_log": true}
2022-09-05T19:22:44.840Z info exporterhelper/queued_retry.go:427 Exporting failed. Will retry the request after interval. {"kind": "exporter", "data_type": "traces", "name": "otlp", "error": "rpc error: code = Unavailable desc = unexpected HTTP status code received from server: 503 (Service Unavailable); transport: received unexpected content-type \"text/html; charset=UTF-8\"", "interval": "4.090290871s"}
2022-09-06T00:10:08.240Z info exporterhelper/queued_retry.go:427 Exporting failed. Will retry the request after interval. {"kind": "exporter", "data_type": "traces", "name": "otlp", "error": "rpc error: code = Unavailable desc = unexpected HTTP status code received from server: 503 (Service Unavailable)", "interval": "4.844449224s"}
2022-09-06T00:14:16.719Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-09-06T00:14:16.719Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000714110, {IDLE <nil>} {"grpc_log": true}
2022-09-06T00:14:16.719Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-09-06T00:14:16.719Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] Channel Connectivity change to IDLE {"grpc_log": true}
2022-09-06T00:14:42.080Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-06T00:14:42.080Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-09-06T00:14:42.080Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000714110, {CONNECTING <nil>} {"grpc_log": true}
2022-09-06T00:14:42.080Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-06T00:14:42.098Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1 SubChannel #2] Subchannel Connectivity change to READY {"grpc_log": true}
2022-09-06T00:14:42.098Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000714110, {READY <nil>} {"grpc_log": true}
2022-09-06T00:14:42.098Z info zapgrpc/zapgrpc.go:174 [core] [Channel #1] Channel Connectivity change to READY {"grpc_log": true}
2022-09-06T01:04:02.278Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-09-06T01:04:02.278Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {IDLE <nil>} {"grpc_log": true}
2022-09-06T01:04:02.278Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to IDLE {"grpc_log": true}
2022-09-06T01:04:02.302Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-09-06T01:04:07.277Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-06T01:04:07.277Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {CONNECTING <nil>} {"grpc_log": true}
2022-09-06T01:04:07.277Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-09-06T01:04:07.277Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-06T01:04:07.296Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to READY {"grpc_log": true}
2022-09-06T01:04:07.296Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {READY <nil>} {"grpc_log": true}
2022-09-06T01:04:07.296Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to READY {"grpc_log": true}
2022-09-06T05:07:33.687Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-09-06T05:07:33.692Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-09-06T05:07:33.693Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {IDLE <nil>} {"grpc_log": true}
2022-09-06T05:07:33.693Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to IDLE {"grpc_log": true}
2022-09-06T05:07:43.442Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-06T05:07:43.443Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-09-06T05:07:43.443Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {CONNECTING <nil>} {"grpc_log": true}
2022-09-06T05:07:43.443Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-06T05:07:43.461Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to READY {"grpc_log": true}
2022-09-06T05:07:43.461Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {READY <nil>} {"grpc_log": true}
2022-09-06T05:07:43.461Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to READY {"grpc_log": true}
2022-09-06T05:16:13.482Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to IDLE {"grpc_log": true}
2022-09-06T05:16:13.482Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {IDLE <nil>} {"grpc_log": true}
2022-09-06T05:16:13.482Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to IDLE {"grpc_log": true}
2022-09-06T05:16:13.482Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-09-06T05:16:13.483Z info exporterhelper/queued_retry.go:427 Exporting failed. Will retry the request after interval. {"kind": "exporter", "data_type": "metrics", "name": "otlp", "error": "rpc error: code = Unavailable desc = error reading from server: read tcp 172.17.0.2:34546->185.221.85.50:4317: read: connection reset by peer", "interval": "3.915170756s"}
2022-09-06T05:16:17.399Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-06T05:16:17.399Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-09-06T05:16:17.399Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {CONNECTING <nil>} {"grpc_log": true}
2022-09-06T05:16:17.400Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-06T05:16:17.410Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5 SubChannel #6] Subchannel Connectivity change to READY {"grpc_log": true}
2022-09-06T05:16:17.410Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc000715350, {READY <nil>} {"grpc_log": true}
2022-09-06T05:16:17.410Z info zapgrpc/zapgrpc.go:174 [core] [Channel #5] Channel Connectivity change to READY {"grpc_log": true}
2022-09-06T13:04:15.333Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-09-06T13:04:15.346Z info zapgrpc/zapgrpc.go:174 [transport] transport: loopyWriter.run returning. connection error: desc = "transport is closing" {"grpc_log": true}
2022-09-06T13:04:15.562Z info LogsExporter {"kind": "exporter", "data_type": "logs", "name": "logging", "#logs": 4}
2022-09-06T13:04:15.566Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-06T13:04:15.568Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel picks a new address "otlp.eu01.nr-data.net:4317" to connect {"grpc_log": true}
2022-09-06T13:04:15.569Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {CONNECTING <nil>} {"grpc_log": true}
2022-09-06T13:04:15.572Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to CONNECTING {"grpc_log": true}
2022-09-06T13:04:15.598Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3 SubChannel #4] Subchannel Connectivity change to READY {"grpc_log": true}
2022-09-06T13:04:15.598Z info zapgrpc/zapgrpc.go:174 [core] pickfirstBalancer: UpdateSubConnState: 0xc0007148a0, {READY <nil>} {"grpc_log": true}
2022-09-06T13:04:15.598Z info zapgrpc/zapgrpc.go:174 [core] [Channel #3] Channel Connectivity change to READY {"grpc_log": true}
2022-09-06T13:04:15.658Z debug [email protected]/server.go:81 Closing connection {"kind": "receiver", "name": "fluentforward", "pipeline": "logs", "remoteAddr": "172.17.0.1:37978", "error": "EOF"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment