Skip to content

Instantly share code, notes, and snippets.

@FredrikAugust
Created January 17, 2025 10:11
Show Gist options
  • Save FredrikAugust/7acd38595d1e6ab7af34b842477764bc to your computer and use it in GitHub Desktop.
Save FredrikAugust/7acd38595d1e6ab7af34b842477764bc to your computer and use it in GitHub Desktop.
2025-01-17T10:10:51.531177Z DEBUG vector::app: Internal log rate limit configured. internal_log_rate_secs=10
2025-01-17T10:10:51.532181Z INFO vector::app: Log level is enabled. level="trace"
2025-01-17T10:10:51.533073Z DEBUG vector::app: messaged="Building runtime." worker_threads=10
2025-01-17T10:10:51.534107Z TRACE mio::poll: registering event source with poller: token=Token(1), interests=READABLE
2025-01-17T10:10:51.537187Z INFO vector::app: Loading configs. paths=["vector.yaml"]
2025-01-17T10:10:51.544931Z DEBUG vector::config::loading: No secret placeholder found, skipping secret resolution.
2025-01-17T10:10:51.572039Z DEBUG vector::topology::builder: Building new source. component=vector
2025-01-17T10:10:51.574447Z DEBUG vector::topology::builder: Building new transform. component=backend-parsed-logs
2025-01-17T10:10:51.578457Z DEBUG vector::topology::builder: Building new transform. component=isolate-otel-envelope
2025-01-17T10:10:51.578696Z DEBUG vector::topology::builder: Building new transform. component=otel
2025-01-17T10:10:51.579024Z DEBUG vector::topology::builder: Building new transform. component=routes
2025-01-17T10:10:51.579328Z DEBUG vector::topology::builder: Building new sink. component=loki-otel
2025-01-17T10:10:51.600942Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}: vector_core::tls::settings: Fetching system root certs.
2025-01-17T10:10:51.741939Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}: vector_core::tls::settings: Fetching system root certs.
2025-01-17T10:10:51.858363Z DEBUG vector::topology::builder: Building new sink. component=stdout
2025-01-17T10:10:52.059816Z INFO vector::topology::running: Running healthchecks.
2025-01-17T10:10:52.059853Z DEBUG vector::topology::running: Connecting changed/added component(s).
2025-01-17T10:10:52.059931Z INFO vector::topology::builder: Healthcheck passed.
2025-01-17T10:10:52.059941Z INFO vector::topology::builder: Healthcheck passed.
2025-01-17T10:10:52.060157Z DEBUG vector::topology::running: Configuring outputs for source. component=vector
2025-01-17T10:10:52.060614Z DEBUG vector::topology::running: Configuring output for component. component=vector output_id=None
2025-01-17T10:10:52.060624Z DEBUG vector::topology::running: Configuring outputs for transform. component=backend-parsed-logs
2025-01-17T10:10:52.060628Z DEBUG vector::topology::running: Configuring output for component. component=backend-parsed-logs output_id=None
2025-01-17T10:10:52.060631Z DEBUG vector::topology::running: Configuring outputs for transform. component=isolate-otel-envelope
2025-01-17T10:10:52.060634Z DEBUG vector::topology::running: Configuring output for component. component=isolate-otel-envelope output_id=None
2025-01-17T10:10:52.060640Z DEBUG vector::topology::running: Configuring outputs for transform. component=otel
2025-01-17T10:10:52.060643Z DEBUG vector::topology::running: Configuring output for component. component=otel output_id=None
2025-01-17T10:10:52.060647Z DEBUG vector::topology::running: Configuring outputs for transform. component=routes
2025-01-17T10:10:52.060650Z DEBUG vector::topology::running: Configuring output for component. component=routes output_id=Some("_unmatched")
2025-01-17T10:10:52.060653Z DEBUG vector::topology::running: Configuring output for component. component=routes output_id=Some("backend")
2025-01-17T10:10:52.060656Z DEBUG vector::topology::running: Connecting inputs for transform. component=backend-parsed-logs
2025-01-17T10:10:52.060662Z DEBUG vector::topology::running: Adding component input to fanout. component=backend-parsed-logs fanout_id=routes.backend
2025-01-17T10:10:52.060667Z DEBUG vector::topology::running: Connecting inputs for transform. component=isolate-otel-envelope
2025-01-17T10:10:52.060670Z DEBUG vector::topology::running: Adding component input to fanout. component=isolate-otel-envelope fanout_id=routes._unmatched
2025-01-17T10:10:52.060673Z DEBUG vector::topology::running: Adding component input to fanout. component=isolate-otel-envelope fanout_id=backend-parsed-logs
2025-01-17T10:10:52.060676Z DEBUG vector::topology::running: Connecting inputs for transform. component=otel
2025-01-17T10:10:52.060680Z DEBUG vector::topology::running: Adding component input to fanout. component=otel fanout_id=vector
2025-01-17T10:10:52.060684Z DEBUG vector::topology::running: Connecting inputs for transform. component=routes
2025-01-17T10:10:52.060687Z DEBUG vector::topology::running: Adding component input to fanout. component=routes fanout_id=otel
2025-01-17T10:10:52.060690Z DEBUG vector::topology::running: Connecting inputs for sink. component=loki-otel
2025-01-17T10:10:52.060693Z DEBUG vector::topology::running: Adding component input to fanout. component=loki-otel fanout_id=isolate-otel-envelope
2025-01-17T10:10:52.060697Z DEBUG vector::topology::running: Connecting inputs for sink. component=stdout
2025-01-17T10:10:52.060703Z DEBUG vector::topology::running: Adding component input to fanout. component=stdout fanout_id=isolate-otel-envelope
2025-01-17T10:10:52.060724Z DEBUG vector::topology::running: Spawning new source. key=vector
2025-01-17T10:10:52.060757Z DEBUG vector::topology::running: Spawning new transform. key=backend-parsed-logs
2025-01-17T10:10:52.060764Z DEBUG vector::topology::running: Spawning new transform. key=isolate-otel-envelope
2025-01-17T10:10:52.060771Z DEBUG vector::topology::running: Spawning new transform. key=otel
2025-01-17T10:10:52.060776Z DEBUG vector::topology::running: Spawning new transform. key=routes
2025-01-17T10:10:52.060781Z TRACE vector::topology::running: Spawning new sink. key=loki-otel
2025-01-17T10:10:52.060786Z TRACE vector::topology::running: Spawning new sink. key=stdout
2025-01-17T10:10:52.060811Z DEBUG source{component_kind="source" component_id=vector component_type=file}: vector::topology::builder: Source pump supervisor starting.
2025-01-17T10:10:52.060936Z DEBUG source{component_kind="source" component_id=vector component_type=file}: vector::topology::builder: Source pump starting.
2025-01-17T10:10:52.061036Z DEBUG transform{component_kind="transform" component_id=isolate-otel-envelope component_type=remap}: vector::topology::builder: Synchronous transform starting.
2025-01-17T10:10:52.061038Z DEBUG transform{component_kind="transform" component_id=otel component_type=remap}: vector::topology::builder: Synchronous transform starting.
2025-01-17T10:10:52.061057Z DEBUG sink{component_kind="sink" component_id=stdout component_type=console}: vector::topology::builder: Sink starting.
2025-01-17T10:10:52.061033Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}: vector::topology::builder: Sink starting.
2025-01-17T10:10:52.061307Z DEBUG transform{component_kind="transform" component_id=routes component_type=route}: vector::topology::builder: Synchronous transform starting.
2025-01-17T10:10:52.061381Z DEBUG source{component_kind="source" component_id=vector component_type=file}: vector::topology::builder: Source starting.
2025-01-17T10:10:52.061318Z DEBUG transform{component_kind="transform" component_id=backend-parsed-logs component_type=remap}: vector::topology::builder: Synchronous transform starting.
2025-01-17T10:10:52.061468Z INFO vector: Vector has started. debug="false" version="0.44.0" arch="aarch64" revision="3cdc7c3 2025-01-13 21:26:04.735691656"
2025-01-17T10:10:52.061591Z DEBUG sink{component_kind="sink" component_id=stdout component_type=console}: vector::utilization: utilization=0.3701387373343725
2025-01-17T10:10:52.061755Z INFO source{component_kind="source" component_id=vector component_type=file}: vector::sources::file: Starting file server. include=["./*.log"] exclude=[]
2025-01-17T10:10:52.063227Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}: vector::utilization: utilization=0.1465350511099014
2025-01-17T10:10:52.063236Z TRACE vector: Beep.
2025-01-17T10:10:52.063597Z INFO source{component_kind="source" component_id=vector component_type=file}:file_server: file_source::checkpointer: Loaded checkpoint data.
2025-01-17T10:10:52.065290Z INFO source{component_kind="source" component_id=vector component_type=file}:file_server: vector::internal_events::file::source: Found new file to watch. file=logs.log
2025-01-17T10:10:52.065664Z TRACE source{component_kind="source" component_id=vector component_type=file}:file_server: file_source::file_server: Continue watching file. path="logs.log"
2025-01-17T10:10:52.066000Z TRACE source{component_kind="source" component_id=vector component_type=file}:file_server: file_source::file_server: Read bytes. path="logs.log" bytes=3211
2025-01-17T10:10:52.066010Z TRACE source{component_kind="source" component_id=vector component_type=file}:file_server: file_source::file_server: Read bytes. path="logs.log" bytes=3210
2025-01-17T10:10:52.066019Z TRACE source{component_kind="source" component_id=vector component_type=file}:file_server: file_source::file_server: Read bytes. path="logs.log" bytes=3211
2025-01-17T10:10:52.066043Z TRACE source{component_kind="source" component_id=vector component_type=file}:file_server: file_source::file_server: Read bytes. path="logs.log" bytes=3210
2025-01-17T10:10:52.066041Z TRACE source{component_kind="source" component_id=vector component_type=file}: vector::internal_events::file::source: Bytes received. byte_size=3211 protocol="file" file=logs.log
2025-01-17T10:10:52.066624Z TRACE source{component_kind="source" component_id=vector component_type=file}: vector::internal_events::file::source: Events received. count=1 byte_size=3344 file=logs.log
2025-01-17T10:10:52.066635Z TRACE source{component_kind="source" component_id=vector component_type=file}: vector::internal_events::file::source: Bytes received. byte_size=3210 protocol="file" file=logs.log
2025-01-17T10:10:52.066640Z TRACE source{component_kind="source" component_id=vector component_type=file}: vector::internal_events::file::source: Events received. count=1 byte_size=3343 file=logs.log
2025-01-17T10:10:52.066640Z TRACE source{component_kind="source" component_id=vector component_type=file}:file_server: file_source::file_server: Read bytes. path="logs.log" bytes=3211
2025-01-17T10:10:52.066643Z TRACE source{component_kind="source" component_id=vector component_type=file}: vector::internal_events::file::source: Bytes received. byte_size=3211 protocol="file" file=logs.log
2025-01-17T10:10:52.066649Z TRACE source{component_kind="source" component_id=vector component_type=file}: vector::internal_events::file::source: Events received. count=1 byte_size=3344 file=logs.log
2025-01-17T10:10:52.066650Z TRACE source{component_kind="source" component_id=vector component_type=file}:file_server: file_source::file_server: Read bytes. path="logs.log" bytes=3177
2025-01-17T10:10:52.066652Z TRACE source{component_kind="source" component_id=vector component_type=file}: vector::internal_events::file::source: Bytes received. byte_size=3210 protocol="file" file=logs.log
2025-01-17T10:10:52.066663Z TRACE source{component_kind="source" component_id=vector component_type=file}:file_server: file_source::file_server: Read bytes. path="logs.log" bytes=3177
2025-01-17T10:10:52.066667Z TRACE source{component_kind="source" component_id=vector component_type=file}: vector::internal_events::file::source: Events received. count=1 byte_size=3343 file=logs.log
2025-01-17T10:10:52.066678Z TRACE source{component_kind="source" component_id=vector component_type=file}: vector::internal_events::file::source: Bytes received. byte_size=3211 protocol="file" file=logs.log
2025-01-17T10:10:52.066682Z TRACE source{component_kind="source" component_id=vector component_type=file}: vector::internal_events::file::source: Events received. count=1 byte_size=3344 file=logs.log
2025-01-17T10:10:52.066685Z TRACE source{component_kind="source" component_id=vector component_type=file}: vector::internal_events::file::source: Bytes received. byte_size=3177 protocol="file" file=logs.log
2025-01-17T10:10:52.066687Z TRACE source{component_kind="source" component_id=vector component_type=file}:file_server: file_source::file_server: Read bytes. path="logs.log" bytes=3210
2025-01-17T10:10:52.066699Z TRACE source{component_kind="source" component_id=vector component_type=file}: vector::internal_events::file::source: Events received. count=1 byte_size=3310 file=logs.log
2025-01-17T10:10:52.066704Z TRACE source{component_kind="source" component_id=vector component_type=file}:file_server: file_source::file_server: Read bytes. path="logs.log" bytes=3211
2025-01-17T10:10:52.066706Z TRACE source{component_kind="source" component_id=vector component_type=file}: vector::internal_events::file::source: Bytes received. byte_size=3177 protocol="file" file=logs.log
2025-01-17T10:10:52.066716Z TRACE source{component_kind="source" component_id=vector component_type=file}:file_server: file_source::file_server: Read bytes. path="logs.log" bytes=3210
2025-01-17T10:10:52.066723Z TRACE source{component_kind="source" component_id=vector component_type=file}: vector::internal_events::file::source: Events received. count=1 byte_size=3310 file=logs.log
2025-01-17T10:10:52.066739Z TRACE source{component_kind="source" component_id=vector component_type=file}: vector::internal_events::file::source: Bytes received. byte_size=3210 protocol="file" file=logs.log
2025-01-17T10:10:52.066743Z TRACE source{component_kind="source" component_id=vector component_type=file}: vector::internal_events::file::source: Events received. count=1 byte_size=3343 file=logs.log
2025-01-17T10:10:52.066746Z TRACE source{component_kind="source" component_id=vector component_type=file}: vector::internal_events::file::source: Bytes received. byte_size=3211 protocol="file" file=logs.log
2025-01-17T10:10:52.066754Z TRACE source{component_kind="source" component_id=vector component_type=file}: vector::internal_events::file::source: Events received. count=1 byte_size=3344 file=logs.log
2025-01-17T10:10:52.066758Z TRACE source{component_kind="source" component_id=vector component_type=file}: vector::internal_events::file::source: Bytes received. byte_size=3210 protocol="file" file=logs.log
2025-01-17T10:10:52.066771Z TRACE source{component_kind="source" component_id=vector component_type=file}: vector::internal_events::file::source: Events received. count=1 byte_size=3343 file=logs.log
2025-01-17T10:10:52.066962Z TRACE source{component_kind="source" component_id=vector component_type=file}: vector_buffers::topology::channel::limited_queue: Sent item.
2025-01-17T10:10:52.066966Z TRACE source{component_kind="source" component_id=vector component_type=file}: vector_common::internal_event::events_sent: Events sent. count=10 byte_size=33379 output=_default
2025-01-17T10:10:52.067254Z TRACE source{component_kind="source" component_id=vector component_type=file}: vector_core::fanout: Processing control message outside of send: ControlMessage::Add(ComponentKey { id: "otel" })
2025-01-17T10:10:52.067611Z TRACE source{component_kind="source" component_id=vector component_type=file}: vector_buffers::topology::channel::limited_queue: Sent item.
2025-01-17T10:10:52.067778Z TRACE source{component_kind="source" component_id=vector component_type=file}: vector_core::fanout: Sent item to fanout.
2025-01-17T10:10:52.067784Z TRACE transform{component_kind="transform" component_id=otel component_type=remap}: vector_common::internal_event::events_received: Events received. count=10 byte_size=33379
2025-01-17T10:10:52.068971Z TRACE transform{component_kind="transform" component_id=otel component_type=remap}: vector_core::fanout: Processing control message outside of send: ControlMessage::Add(ComponentKey { id: "routes" })
2025-01-17T10:10:52.068977Z TRACE transform{component_kind="transform" component_id=otel component_type=remap}: vector_buffers::topology::channel::limited_queue: Sent item.
2025-01-17T10:10:52.068980Z TRACE transform{component_kind="transform" component_id=otel component_type=remap}: vector_core::fanout: Sent item to fanout.
2025-01-17T10:10:52.068982Z TRACE transform{component_kind="transform" component_id=otel component_type=remap}: vector_common::internal_event::events_sent: Events sent. count=10 byte_size=40955 output=_default
2025-01-17T10:10:52.068988Z TRACE transform{component_kind="transform" component_id=routes component_type=route}: vector_common::internal_event::events_received: Events received. count=10 byte_size=40955
2025-01-17T10:10:52.069074Z TRACE mio::poll: registering event source with poller: token=Token(4420363904), interests=READABLE | WRITABLE
2025-01-17T10:10:52.069142Z TRACE transform{component_kind="transform" component_id=routes component_type=route}: vector_common::internal_event::events_sent: Events sent. count=0 byte_size=0 output=backend
2025-01-17T10:10:52.069148Z TRACE transform{component_kind="transform" component_id=routes component_type=route}: vector_core::fanout: Processing control message outside of send: ControlMessage::Add(ComponentKey { id: "isolate-otel-envelope" })
2025-01-17T10:10:52.069153Z TRACE transform{component_kind="transform" component_id=routes component_type=route}: vector_buffers::topology::channel::limited_queue: Sent item.
2025-01-17T10:10:52.069155Z TRACE transform{component_kind="transform" component_id=routes component_type=route}: vector_core::fanout: Sent item to fanout.
2025-01-17T10:10:52.069157Z TRACE transform{component_kind="transform" component_id=routes component_type=route}: vector_common::internal_event::events_sent: Events sent. count=10 byte_size=40955 output=_unmatched
2025-01-17T10:10:52.069157Z TRACE transform{component_kind="transform" component_id=isolate-otel-envelope component_type=remap}: vector_common::internal_event::events_received: Events received. count=10 byte_size=40955
2025-01-17T10:10:52.069230Z TRACE transform{component_kind="transform" component_id=isolate-otel-envelope component_type=remap}: vector_core::fanout: Processing control message outside of send: ControlMessage::Add(ComponentKey { id: "loki-otel" })
2025-01-17T10:10:52.069234Z TRACE transform{component_kind="transform" component_id=isolate-otel-envelope component_type=remap}: vector_core::fanout: Processing control message outside of send: ControlMessage::Add(ComponentKey { id: "stdout" })
2025-01-17T10:10:52.069240Z TRACE transform{component_kind="transform" component_id=isolate-otel-envelope component_type=remap}: vector_buffers::topology::channel::limited_queue: Sent item.
2025-01-17T10:10:52.069244Z TRACE transform{component_kind="transform" component_id=isolate-otel-envelope component_type=remap}: vector_buffers::topology::channel::limited_queue: Sent item.
2025-01-17T10:10:52.069247Z TRACE transform{component_kind="transform" component_id=isolate-otel-envelope component_type=remap}: vector_core::fanout: Sent item to fanout.
2025-01-17T10:10:52.069249Z TRACE transform{component_kind="transform" component_id=isolate-otel-envelope component_type=remap}: vector_common::internal_event::events_sent: Events sent. count=10 byte_size=9027 output=_default
2025-01-17T10:10:52.069256Z TRACE sink{component_kind="sink" component_id=stdout component_type=console}: vector_common::internal_event::events_received: Events received. count=10 byte_size=9027
2025-01-17T10:10:52.069250Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}: vector_common::internal_event::events_received: Events received. count=10 byte_size=9027
2025-01-17T10:10:52.070191Z TRACE sink{component_kind="sink" component_id=stdout component_type=console}: vector_common::internal_event::events_sent: Events sent. count=1 byte_size=902
2025-01-17T10:10:52.070199Z TRACE sink{component_kind="sink" component_id=stdout component_type=console}: vector_common::internal_event::bytes_sent: Bytes sent. byte_size=913 protocol=console
{"resourceLogs":[{"resource":{"attributes":[{"key":"k8s.cluster.name","value":{"stringValue":"localhost"}},{"key":"k8s.container.name","value":{"stringValue":"traefik"}},{"key":"k8s.namespace.name","value":{"stringValue":"traefik"}},{"key":"k8s.pod.name","value":{"stringValue":"traefik-6c5f47858f-zcshh"}},{"key":"service.instance.id","value":{"stringValue":"a5ea854a-8ab1-4372-9451-6946a67c60e1"}},{"key":"service.name","value":{"stringValue":"traefik"}},{"key":"service.version","value":{"stringValue":"docker.io/traefik:v3.1.2"}}]},"scopeLogs":[{"logRecords":[{"attributes":[],"body":{"stringValue":"40.40.40.40 - - [17/Jan/2025:09:07:22 +0000] \"GET /2 HTTP/2.0\" 404 110 \"-\" \"-\" 1414 \"traefik-api-gw-http-route-traefik-websecure-0-f0a84f9c3d80d88006f2@kubernetesgateway\" \"http://10.100.3.11:8080\" 4ms"},"observedTimeUnixNano":1737108652068580000,"timeUnixNano":1737108652068580000}],"scope":{}}]}]}
{"resourceLogs":[{"resource":{"attributes":[{"key":"k8s.cluster.name","value":{"stringValue":"localhost"}},{"key":"k8s.container.name","value":{"stringValue":"traefik"}},{"key":"k8s.namespace.name","value":{"stringValue":"traefik"}},{"key":"k8s.pod.name","value":{"stringValue":"traefik-6c5f47858f-zcshh"}},{"key":"service.instance.id","value":{"stringValue":"a5ea854a-8ab1-4372-9451-6946a67c60e1"}},{"key":"service.name","value":{"stringValue":"traefik"}},{"key":"service.version","value":{"stringValue":"docker.io/traefik:v3.1.2"}}]},"scopeLogs":[{"logRecords":[{"attributes":[],"body":{"stringValue":"40.40.40.40 - - [17/Jan/2025:09:07:24 +0000] \"GET /1 HTTP/2.0\" 404 110 \"-\" \"-\" 1415 \"traefik-api-gw-http-route-traefik-websecure-0-f0a84f9c3d80d88006f2@kubernetesgateway\" \"http://10.100.3.4:8080\" 4ms"},"observedTimeUnixNano":1737108652068606000,"timeUnixNano":1737108652068606000}],"scope":{}}]}]}
2025-01-17T10:10:52.070433Z TRACE sink{component_kind="sink" component_id=stdout component_type=console}: vector_common::internal_event::events_sent: Events sent. count=1 byte_size=901
2025-01-17T10:10:52.070455Z TRACE sink{component_kind="sink" component_id=stdout component_type=console}: vector_common::internal_event::bytes_sent: Bytes sent. byte_size=912 protocol=console
2025-01-17T10:10:52.070463Z TRACE sink{component_kind="sink" component_id=stdout component_type=console}: vector_common::internal_event::events_sent: Events sent. count=1 byte_size=902
2025-01-17T10:10:52.070466Z TRACE sink{component_kind="sink" component_id=stdout component_type=console}: vector_common::internal_event::bytes_sent: Bytes sent. byte_size=913 protocol=console
{"resourceLogs":[{"resource":{"attributes":[{"key":"k8s.cluster.name","value":{"stringValue":"localhost"}},{"key":"k8s.container.name","value":{"stringValue":"traefik"}},{"key":"k8s.namespace.name","value":{"stringValue":"traefik"}},{"key":"k8s.pod.name","value":{"stringValue":"traefik-6c5f47858f-zcshh"}},{"key":"service.instance.id","value":{"stringValue":"a5ea854a-8ab1-4372-9451-6946a67c60e1"}},{"key":"service.name","value":{"stringValue":"traefik"}},{"key":"service.version","value":{"stringValue":"docker.io/traefik:v3.1.2"}}]},"scopeLogs":[{"logRecords":[{"attributes":[],"body":{"stringValue":"40.40.40.40 - - [17/Jan/2025:09:07:25 +0000] \"GET /2 HTTP/2.0\" 404 110 \"-\" \"-\" 1416 \"traefik-api-gw-http-route-traefik-websecure-0-f0a84f9c3d80d88006f2@kubernetesgateway\" \"http://10.100.3.11:8080\" 4ms"},"observedTimeUnixNano":1737108652068624000,"timeUnixNano":1737108652068625000}],"scope":{}}]}]}
2025-01-17T10:10:52.070491Z TRACE sink{component_kind="sink" component_id=stdout component_type=console}: vector_common::internal_event::events_sent: Events sent. count=1 byte_size=901
{"resourceLogs":[{"resource":{"attributes":[{"key":"k8s.cluster.name","value":{"stringValue":"localhost"}},{"key":"k8s.container.name","value":{"stringValue":"traefik"}},{"key":"k8s.namespace.name","value":{"stringValue":"traefik"}},{"key":"k8s.pod.name","value":{"stringValue":"traefik-6c5f47858f-zcshh"}},{"key":"service.instance.id","value":{"stringValue":"a5ea854a-8ab1-4372-9451-6946a67c60e1"}},{"key":"service.name","value":{"stringValue":"traefik"}},{"key":"service.version","value":{"stringValue":"docker.io/traefik:v3.1.2"}}]},"scopeLogs":[{"logRecords":[{"attributes":[],"body":{"stringValue":"40.40.40.40 - - [17/Jan/2025:09:07:27 +0000] \"GET /4 HTTP/2.0\" 404 110 \"-\" \"-\" 1417 \"traefik-api-gw-http-route-traefik-websecure-0-f0a84f9c3d80d88006f2@kubernetesgateway\" \"http://10.100.3.4:8080\" 5ms"},"observedTimeUnixNano":1737108652068642000,"timeUnixNano":1737108652068642000}],"scope":{}}]}]}
2025-01-17T10:10:52.070496Z TRACE sink{component_kind="sink" component_id=stdout component_type=console}: vector_common::internal_event::bytes_sent: Bytes sent. byte_size=912 protocol=console
{"resourceLogs":[{"resource":{"attributes":[{"key":"k8s.cluster.name","value":{"stringValue":"localhost"}},{"key":"k8s.container.name","value":{"stringValue":"traefik"}},{"key":"k8s.namespace.name","value":{"stringValue":"traefik"}},{"key":"k8s.pod.name","value":{"stringValue":"traefik-6c5f47858f-zcshh"}},{"key":"service.instance.id","value":{"stringValue":"a5ea854a-8ab1-4372-9451-6946a67c60e1"}},{"key":"service.name","value":{"stringValue":"traefik"}},{"key":"service.version","value":{"stringValue":"docker.io/traefik:v3.1.2"}}]},"scopeLogs":[{"logRecords":[{"attributes":[],"body":{"stringValue":"40.40.40.40 - - [17/Jan/2025:09:07:28 +0000] \"GET /5 HTTP/2.0\" 404 110 \"-\" \"-\" 1418 \"traefik-api-gw-http-route-traefik-websecure-0-f0a84f9c3d80d88006f2@kubernetesgateway\" \"http://10.100.3.11:8080\" 4ms"},"observedTimeUnixNano":1737108652068660000,"timeUnixNano":1737108652068660000}],"scope":{}}]}]}
2025-01-17T10:10:52.070513Z TRACE sink{component_kind="sink" component_id=stdout component_type=console}: vector_common::internal_event::events_sent: Events sent. count=1 byte_size=902
2025-01-17T10:10:52.070523Z TRACE sink{component_kind="sink" component_id=stdout component_type=console}: vector_common::internal_event::bytes_sent: Bytes sent. byte_size=913 protocol=console
2025-01-17T10:10:52.070544Z TRACE sink{component_kind="sink" component_id=stdout component_type=console}: vector_common::internal_event::events_sent: Events sent. count=1 byte_size=902
{"resourceLogs":[{"resource":{"attributes":[{"key":"k8s.cluster.name","value":{"stringValue":"localhost"}},{"key":"k8s.container.name","value":{"stringValue":"traefik"}},{"key":"k8s.namespace.name","value":{"stringValue":"traefik"}},{"key":"k8s.pod.name","value":{"stringValue":"traefik-6c5f47858f-lzl88"}},{"key":"service.instance.id","value":{"stringValue":"08588e70-1ff6-471b-9733-2bc96452af94"}},{"key":"service.name","value":{"stringValue":"traefik"}},{"key":"service.version","value":{"stringValue":"docker.io/traefik:v3.1.2"}}]},"scopeLogs":[{"logRecords":[{"attributes":[],"body":{"stringValu2025-01-17T10:10:52.070547Z TRACE sink{component_kind="sink" component_id=stdout component_type=console}: vector_common::internal_event::bytes_sent: Bytes sent. byte_size=913 protocol=console
e":"40.40.40.40 - - [17/Jan/2025:09:07:26 +0000] \"GET /3 HTTP/2.0\" 404 110 \"-\" \"-\" 1443 \"traefik-api-gw-http-route-traefik-websecure-0-f0a84f9c3d80d88006f2@kubernetesgateway\" \"http://10.100.3.4:8080\" 13ms"},"observedTimeUnixNano":1737108652068678000,"timeUnixNano":1737108652068678000}],"scope":{}}]}]}
2025-01-17T10:10:52.070557Z TRACE sink{component_kind="sink" component_id=stdout component_type=console}: vector_common::internal_event::events_sent: Events sent. count=1 byte_size=902
{"resourceLogs":[{"resource":{"attributes":[{"key":"k8s.cluster.name","value":{"stringValue":"localhost"}},{"key":"k8s.container.name","value":{"stringValue":"traefik"}},{"key":"k8s.namespace.name","value":{"stringValue":"traefik"}},{"key":"k8s.pod.name","value":{"stringValue":"traefik-6c5f47858f-lzl88"}},{"key":"service.instance.id","value":{"stringValue":"08588e70-1ff6-471b-9733-2bc96452af94"}},{"key":"service.name","value":{"stringValue":"traefik"}},{"key":"service.version","value":{"stringValue":"docker.io/traefik:v3.1.2"}}]},"scopeLogs":[{"logRecords":[{"attributes":[],"body":{"stringValue":"40.40.40.40 - - [17/Jan/2025:09:07:30 +0000] \"GET /6 HTTP/2.0\" 404 110 \"-\" \"-\" 1444 \"traefik-api-gw-http-route-traefik-websecure-0-f0a84f9c3d80d88006f2@kubernetesgateway\" \"http://10.100.3.11:8080\" 4ms"},"observedTimeUnixNano":1737108652068695000,"timeUnixNano":1737108652068695000}],"scope":{}}]}]}
2025-01-17T10:10:52.070560Z TRACE sink{component_kind="sink" component_id=stdout component_type=console}: vector_common::internal_event::bytes_sent: Bytes sent. byte_size=913 protocol=console
2025-01-17T10:10:52.070594Z TRACE sink{component_kind="sink" component_id=stdout component_type=console}: vector_common::internal_event::events_sent: Events sent. count=1 byte_size=901
{"resourceLogs":[{"resource":{"attributes":[{"key":"k8s.cluster.name","value":{"stringValue":"localhost"}},{"key":"k8s.container.name","value":{"stringValue":"traefik"}},{"key":"k8s.namespace.name","value":{"stringValue":"traefik"}},{"key":"k8s.pod.name","value":{"stringValue":"traefik-6c5f47858f-zcshh"}},{"key":"service.instance.id","value":{"stringValue":"a5ea854a-8ab1-4372-9451-6946a67c60e1"}},{"key":"service.name","value":{"stringValue":"traefik"}},{"key":"service.version","value":{"stringValue":"2025-01-17T10:10:52.070597Z TRACE sink{component_kind="sink" component_id=stdout component_type=console}: vector_common::internal_event::bytes_sent: Bytes sent. byte_size=912 protocol=console
docker.io/traefik:v3.1.2"}}]},"scopeLogs":[{"logRecords":[{"attributes":[],"body":{"stringValue":"40.40.40.40 - - [17/Jan/2025:09:07:31 +0000] \"GET /7 HTTP/2.0\" 404 110 \"-\" \"-\" 1419 \"traefik-api-gw-http-route-traefik-websecure-0-f0a84f9c3d80d88006f2@kubernetesgateway\" \"http://10.100.3.4:8080\" 4ms"},"observedTimeUnixNano":1737108652068711000,"timeUnixNano":1737108652068711000}],"scope":{}}]}]}
2025-01-17T10:10:52.070609Z TRACE sink{component_kind="sink" component_id=stdout component_type=console}: vector_common::internal_event::events_sent: Events sent. count=1 byte_size=902
{"resourceLogs":[{"resource":{"attributes":[{"key":"k8s.cluster.name","value":{"stringValue":"localhost"}},{"key":"k8s.container.name","value":{"stringValue":"traefik"}},{"key":"k8s.namespace.name","value":{"stringValue":"traefik"}},{"key":"k8s.pod.name","value":{"stringValue":"traefik-6c5f47858f-zcshh"}},{"key":"service.instance.id","value":{"stringValue":"a5ea854a-8ab1-4372-9451-6946a67c60e1"}},{"key":"service.name","value":{"stringValue":"traefik"}},{"key":"service.version","value":{"stringValue":"docker.io/traefik:v3.1.2"}}]},"scopeLogs":[{"logRecords":[{"attributes":[],"body":{"stringValue":"40.40.40.40 - - [17/Jan/2025:09:07:32 +0000] \"GET /8 HTTP/2.0\" 404 110 \"-\" \"-\" 1420 \"traefik-api-gw-http-route-traefik-websecure-0-f0a84f9c3d80d88006f2@kubernetesgateway\" \"http://10.100.3.11:8080\" 4ms"},"observedTimeUnixNano":1737108652068736000,"timeUnixNano":1737108652068736000}],"scope":{}}]}]}
2025-01-17T10:10:52.070619Z TRACE sink{component_kind="sink" component_id=stdout component_type=console}: vector_common::internal_event::bytes_sent: Bytes sent. byte_size=913 protocol=console
2025-01-17T10:10:52.070643Z TRACE sink{component_kind="sink" component_id=stdout component_type=console}: vector_common::internal_event::events_sent: Events sent. count=1 byte_size=901
{"resourceLogs":[{"resource":{"attributes":[{"key":"k8s.cluster.name","value":{"stringValue":"localhost"}},{"key":"k8s.container.name","value":{"stringValue":"traefik"}},{"key":"k8s.namespace.name","value":{"stringValue":"traefik"}},{"key":"k8s.pod.name","value":{"stringValue":"traefik-6c5f47858f-zcshh"}},{"key":"service.instance.id","value":{"stringValue":"a5ea854a-8ab1-4372-9451-6946a67c60e1"}},{"key":"servi2025-01-17T10:10:52.070645Z TRACE sink{component_kind="sink" component_id=stdout component_type=console}: vector_common::internal_event::bytes_sent: Bytes sent. byte_size=912 protocol=console
ce.name","value":{"stringValue":"traefik"}},{"key":"service.version","value":{"stringValue":"docker.io/traefik:v3.1.2"}}]},"scopeLogs":[{"logRecords":[{"attributes":[],"body":{"stringValue":"40.40.40.40 - - [17/Jan/2025:09:07:33 +0000] \"GET /9 HTTP/2.0\" 404 110 \"-\" \"-\" 1421 \"traefik-api-gw-http-route-traefik-websecure-0-f0a84f9c3d80d88006f2@kubernetesgateway\" \"http://10.100.3.4:8080\" 4ms"},"observedTimeUnixNano":1737108652068753000,"timeUnixNano":1737108652068753000}],"scope":{}}]}]}
2025-01-17T10:10:52.070468Z INFO vector::internal_events::api: API server running. address=127.0.0.1:8686 playground=http://127.0.0.1:8686/playground graphql=http://127.0.0.1:8686/graphql
2025-01-17T10:10:52.070944Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}: vector_stream::driver: Submitting service request. in_flight_requests=0 request_id=1
2025-01-17T10:10:52.072197Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=1}:http: vector::internal_events::http_client: Sending HTTP request. uri=https://logs-prod-013.grafana.net/otlp/v1/logs method=POST version=HTTP/1.1 headers={"content-type": "application/json", "authorization": Sensitive, "accept-encoding": "zstd,gzip,deflate,br", "user-agent": "Vector/0.44.0 (aarch64-apple-darwin 3cdc7c3 2025-01-13 21:26:04.735691656)"} body=[912 bytes]
2025-01-17T10:10:52.072740Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=1}:http: hyper::client::pool: checkout waiting for idle connection: ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.073315Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=1}:http: hyper::client::connect::http: Http::connect; scheme=Some("https"), host=Some("logs-prod-013.grafana.net"), port=None
2025-01-17T10:10:52.073669Z DEBUG hyper::client::connect::dns: resolving host="logs-prod-013.grafana.net"
2025-01-17T10:10:52.093027Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=1}:http: hyper::client::connect::http: connecting to 20.31.17.143:443
2025-01-17T10:10:52.093113Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=1}:http: mio::poll: registering event source with poller: token=Token(4498524288), interests=READABLE | WRITABLE
2025-01-17T10:10:52.138813Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=1}:http: hyper::client::connect::http: connected to 20.31.17.143:443
2025-01-17T10:10:52.196152Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=1}:http: hyper::client::conn: client handshake Http1
2025-01-17T10:10:52.196598Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=1}:http: hyper::client::client: handshake complete, spawning background dispatcher task
2025-01-17T10:10:52.197288Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Busy }
2025-01-17T10:10:52.197512Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=1}:http: hyper::client::pool: checkout dropped for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.197789Z TRACE encode_headers: hyper::proto::h1::role: Client::encode method=POST, body=Some(Known(912))
2025-01-17T10:10:52.197840Z TRACE hyper::proto::h1::io: buffer.flatten self.len=463 buf.len=912
2025-01-17T10:10:52.197868Z DEBUG hyper::proto::h1::io: flushed 1375 bytes
2025-01-17T10:10:52.197873Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: KeepAlive, keep_alive: Busy }
2025-01-17T10:10:52.244066Z TRACE hyper::proto::h1::conn: Conn::read_head
2025-01-17T10:10:52.244603Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: KeepAlive, keep_alive: Busy }
2025-01-17T10:10:52.296282Z TRACE hyper::proto::h1::conn: Conn::read_head
2025-01-17T10:10:52.296332Z TRACE hyper::proto::h1::io: received 133 bytes
2025-01-17T10:10:52.296371Z TRACE parse_headers: hyper::proto::h1::role: Response.parse bytes=133
2025-01-17T10:10:52.298399Z TRACE parse_headers: hyper::proto::h1::role: Response.parse Complete(133)
2025-01-17T10:10:52.298437Z DEBUG hyper::proto::h1::io: parsed 3 headers
2025-01-17T10:10:52.298443Z DEBUG hyper::proto::h1::conn: incoming body is empty
2025-01-17T10:10:52.298473Z TRACE hyper::proto::h1::conn: maybe_notify; read_from_io blocked
2025-01-17T10:10:52.298501Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
2025-01-17T10:10:52.298508Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
2025-01-17T10:10:52.298789Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=1}:http: hyper::client::pool: put; add idle connection for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.298984Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=1}:http: hyper::client::pool: pooling idle connection for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.299004Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=1}:http: vector::internal_events::http_client: HTTP response. status=204 No Content version=HTTP/1.1 headers={"date": "Fri, 17 Jan 2025 10:10:52 GMT", "connection": "keep-alive", "strict-transport-security": "max-age=31536000"} body=[empty]
2025-01-17T10:10:52.299034Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=1}: vector::internal_events::common: Bytes sent. byte_size=912 protocol=https endpoint=https://logs-prod-013.grafana.net/otlp/v1/logs
2025-01-17T10:10:52.299263Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=1}: vector_stream::driver: Service call succeeded. request_id=1
2025-01-17T10:10:52.299462Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=1}: vector_common::internal_event::events_sent: Events sent. count=1 byte_size=902
2025-01-17T10:10:52.299479Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}: vector_stream::driver: Submitting service request. in_flight_requests=0 request_id=2
2025-01-17T10:10:52.299507Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=2}:http: vector::internal_events::http_client: Sending HTTP request. uri=https://logs-prod-013.grafana.net/otlp/v1/logs method=POST version=HTTP/1.1 headers={"content-type": "application/json", "authorization": Sensitive, "accept-encoding": "zstd,gzip,deflate,br", "user-agent": "Vector/0.44.0 (aarch64-apple-darwin 3cdc7c3 2025-01-13 21:26:04.735691656)"} body=[911 bytes]
2025-01-17T10:10:52.299528Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=2}:http: hyper::client::pool: take? ("https", logs-prod-013.grafana.net): expiration = Some(90s)
2025-01-17T10:10:52.299733Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=2}:http: hyper::client::pool: reuse idle connection for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.299934Z TRACE encode_headers: hyper::proto::h1::role: Client::encode method=POST, body=Some(Known(911))
2025-01-17T10:10:52.299946Z TRACE hyper::proto::h1::io: buffer.flatten self.len=463 buf.len=911
2025-01-17T10:10:52.299992Z TRACE hyper::client::pool: idle interval checking for expired
2025-01-17T10:10:52.299998Z DEBUG hyper::proto::h1::io: flushed 1374 bytes
2025-01-17T10:10:52.300024Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: KeepAlive, keep_alive: Busy }
2025-01-17T10:10:52.348867Z TRACE hyper::proto::h1::conn: Conn::read_head
2025-01-17T10:10:52.349029Z TRACE hyper::proto::h1::io: received 133 bytes
2025-01-17T10:10:52.349146Z TRACE parse_headers: hyper::proto::h1::role: Response.parse bytes=133
2025-01-17T10:10:52.349172Z TRACE parse_headers: hyper::proto::h1::role: Response.parse Complete(133)
2025-01-17T10:10:52.349193Z DEBUG hyper::proto::h1::io: parsed 3 headers
2025-01-17T10:10:52.349198Z DEBUG hyper::proto::h1::conn: incoming body is empty
2025-01-17T10:10:52.349247Z TRACE hyper::proto::h1::conn: maybe_notify; read_from_io blocked
2025-01-17T10:10:52.349275Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
2025-01-17T10:10:52.349296Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
2025-01-17T10:10:52.349329Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=2}:http: hyper::client::pool: put; add idle connection for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.349344Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=2}:http: hyper::client::pool: pooling idle connection for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.349374Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=2}:http: vector::internal_events::http_client: HTTP response. status=204 No Content version=HTTP/1.1 headers={"date": "Fri, 17 Jan 2025 10:10:52 GMT", "connection": "keep-alive", "strict-transport-security": "max-age=31536000"} body=[empty]
2025-01-17T10:10:52.349435Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=2}: vector::internal_events::common: Bytes sent. byte_size=911 protocol=https endpoint=https://logs-prod-013.grafana.net/otlp/v1/logs
2025-01-17T10:10:52.349489Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=2}: vector_stream::driver: Service call succeeded. request_id=2
2025-01-17T10:10:52.349501Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=2}: vector_common::internal_event::events_sent: Events sent. count=1 byte_size=901
2025-01-17T10:10:52.349530Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}: vector_stream::driver: Submitting service request. in_flight_requests=0 request_id=3
2025-01-17T10:10:52.349589Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=3}:http: vector::internal_events::http_client: Sending HTTP request. uri=https://logs-prod-013.grafana.net/otlp/v1/logs method=POST version=HTTP/1.1 headers={"content-type": "application/json", "authorization": Sensitive, "accept-encoding": "zstd,gzip,deflate,br", "user-agent": "Vector/0.44.0 (aarch64-apple-darwin 3cdc7c3 2025-01-13 21:26:04.735691656)"} body=[912 bytes]
2025-01-17T10:10:52.349618Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=3}:http: hyper::client::pool: take? ("https", logs-prod-013.grafana.net): expiration = Some(90s)
2025-01-17T10:10:52.349629Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=3}:http: hyper::client::pool: reuse idle connection for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.349661Z TRACE encode_headers: hyper::proto::h1::role: Client::encode method=POST, body=Some(Known(912))
2025-01-17T10:10:52.349674Z TRACE hyper::proto::h1::io: buffer.flatten self.len=463 buf.len=912
2025-01-17T10:10:52.349827Z DEBUG hyper::proto::h1::io: flushed 1375 bytes
2025-01-17T10:10:52.349836Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: KeepAlive, keep_alive: Busy }
2025-01-17T10:10:52.398900Z TRACE hyper::proto::h1::conn: Conn::read_head
2025-01-17T10:10:52.399017Z TRACE hyper::proto::h1::io: received 133 bytes
2025-01-17T10:10:52.399039Z TRACE parse_headers: hyper::proto::h1::role: Response.parse bytes=133
2025-01-17T10:10:52.399051Z TRACE parse_headers: hyper::proto::h1::role: Response.parse Complete(133)
2025-01-17T10:10:52.399071Z DEBUG hyper::proto::h1::io: parsed 3 headers
2025-01-17T10:10:52.399075Z DEBUG hyper::proto::h1::conn: incoming body is empty
2025-01-17T10:10:52.399097Z TRACE hyper::proto::h1::conn: maybe_notify; read_from_io blocked
2025-01-17T10:10:52.399115Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
2025-01-17T10:10:52.399122Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
2025-01-17T10:10:52.399155Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=3}:http: hyper::client::pool: put; add idle connection for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.399172Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=3}:http: hyper::client::pool: pooling idle connection for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.399409Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=3}:http: vector::internal_events::http_client: HTTP response. status=204 No Content version=HTTP/1.1 headers={"date": "Fri, 17 Jan 2025 10:10:52 GMT", "connection": "keep-alive", "strict-transport-security": "max-age=31536000"} body=[empty]
2025-01-17T10:10:52.399538Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=3}: vector::internal_events::common: Bytes sent. byte_size=912 protocol=https endpoint=https://logs-prod-013.grafana.net/otlp/v1/logs
2025-01-17T10:10:52.399584Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=3}: vector_stream::driver: Service call succeeded. request_id=3
2025-01-17T10:10:52.399596Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=3}: vector_common::internal_event::events_sent: Events sent. count=1 byte_size=902
2025-01-17T10:10:52.399618Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}: vector_stream::driver: Submitting service request. in_flight_requests=0 request_id=4
2025-01-17T10:10:52.399722Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=4}:http: vector::internal_events::http_client: Sending HTTP request. uri=https://logs-prod-013.grafana.net/otlp/v1/logs method=POST version=HTTP/1.1 headers={"content-type": "application/json", "authorization": Sensitive, "accept-encoding": "zstd,gzip,deflate,br", "user-agent": "Vector/0.44.0 (aarch64-apple-darwin 3cdc7c3 2025-01-13 21:26:04.735691656)"} body=[911 bytes]
2025-01-17T10:10:52.399753Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=4}:http: hyper::client::pool: take? ("https", logs-prod-013.grafana.net): expiration = Some(90s)
2025-01-17T10:10:52.399766Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=4}:http: hyper::client::pool: reuse idle connection for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.399827Z TRACE encode_headers: hyper::proto::h1::role: Client::encode method=POST, body=Some(Known(911))
2025-01-17T10:10:52.399844Z TRACE hyper::proto::h1::io: buffer.flatten self.len=463 buf.len=911
2025-01-17T10:10:52.399950Z DEBUG hyper::proto::h1::io: flushed 1374 bytes
2025-01-17T10:10:52.399956Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: KeepAlive, keep_alive: Busy }
2025-01-17T10:10:52.456311Z TRACE hyper::proto::h1::conn: Conn::read_head
2025-01-17T10:10:52.456379Z TRACE hyper::proto::h1::io: received 133 bytes
2025-01-17T10:10:52.456394Z TRACE parse_headers: hyper::proto::h1::role: Response.parse bytes=133
2025-01-17T10:10:52.456404Z TRACE parse_headers: hyper::proto::h1::role: Response.parse Complete(133)
2025-01-17T10:10:52.456419Z DEBUG hyper::proto::h1::io: parsed 3 headers
2025-01-17T10:10:52.456424Z DEBUG hyper::proto::h1::conn: incoming body is empty
2025-01-17T10:10:52.456433Z TRACE hyper::proto::h1::conn: maybe_notify; read_from_io blocked
2025-01-17T10:10:52.456445Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
2025-01-17T10:10:52.456451Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
2025-01-17T10:10:52.456472Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=4}:http: hyper::client::pool: put; add idle connection for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.456485Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=4}:http: hyper::client::pool: pooling idle connection for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.456573Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=4}:http: vector::internal_events::http_client: HTTP response. status=204 No Content version=HTTP/1.1 headers={"date": "Fri, 17 Jan 2025 10:10:52 GMT", "connection": "keep-alive", "strict-transport-security": "max-age=31536000"} body=[empty]
2025-01-17T10:10:52.456650Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=4}: vector::internal_events::common: Bytes sent. byte_size=911 protocol=https endpoint=https://logs-prod-013.grafana.net/otlp/v1/logs
2025-01-17T10:10:52.456857Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=4}: vector_stream::driver: Service call succeeded. request_id=4
2025-01-17T10:10:52.456876Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=4}: vector_common::internal_event::events_sent: Events sent. count=1 byte_size=901
2025-01-17T10:10:52.456895Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}: vector_stream::driver: Submitting service request. in_flight_requests=0 request_id=5
2025-01-17T10:10:52.456962Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=5}:http: vector::internal_events::http_client: Sending HTTP request. uri=https://logs-prod-013.grafana.net/otlp/v1/logs method=POST version=HTTP/1.1 headers={"content-type": "application/json", "authorization": Sensitive, "accept-encoding": "zstd,gzip,deflate,br", "user-agent": "Vector/0.44.0 (aarch64-apple-darwin 3cdc7c3 2025-01-13 21:26:04.735691656)"} body=[912 bytes]
2025-01-17T10:10:52.456987Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=5}:http: hyper::client::pool: take? ("https", logs-prod-013.grafana.net): expiration = Some(90s)
2025-01-17T10:10:52.457850Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=5}:http: hyper::client::pool: reuse idle connection for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.457892Z TRACE encode_headers: hyper::proto::h1::role: Client::encode method=POST, body=Some(Known(912))
2025-01-17T10:10:52.457906Z TRACE hyper::proto::h1::io: buffer.flatten self.len=463 buf.len=912
2025-01-17T10:10:52.457993Z DEBUG hyper::proto::h1::io: flushed 1375 bytes
2025-01-17T10:10:52.458001Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: KeepAlive, keep_alive: Busy }
2025-01-17T10:10:52.506953Z TRACE hyper::proto::h1::conn: Conn::read_head
2025-01-17T10:10:52.507121Z TRACE hyper::proto::h1::io: received 133 bytes
2025-01-17T10:10:52.507152Z TRACE parse_headers: hyper::proto::h1::role: Response.parse bytes=133
2025-01-17T10:10:52.507172Z TRACE parse_headers: hyper::proto::h1::role: Response.parse Complete(133)
2025-01-17T10:10:52.507196Z DEBUG hyper::proto::h1::io: parsed 3 headers
2025-01-17T10:10:52.507205Z DEBUG hyper::proto::h1::conn: incoming body is empty
2025-01-17T10:10:52.507226Z TRACE hyper::proto::h1::conn: maybe_notify; read_from_io blocked
2025-01-17T10:10:52.507247Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
2025-01-17T10:10:52.507255Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
2025-01-17T10:10:52.507296Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=5}:http: hyper::client::pool: put; add idle connection for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.507321Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=5}:http: hyper::client::pool: pooling idle connection for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.507346Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=5}:http: vector::internal_events::http_client: HTTP response. status=204 No Content version=HTTP/1.1 headers={"date": "Fri, 17 Jan 2025 10:10:52 GMT", "connection": "keep-alive", "strict-transport-security": "max-age=31536000"} body=[empty]
2025-01-17T10:10:52.507440Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=5}: vector::internal_events::common: Bytes sent. byte_size=912 protocol=https endpoint=https://logs-prod-013.grafana.net/otlp/v1/logs
2025-01-17T10:10:52.507490Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=5}: vector_stream::driver: Service call succeeded. request_id=5
2025-01-17T10:10:52.507551Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=5}: vector_common::internal_event::events_sent: Events sent. count=1 byte_size=902
2025-01-17T10:10:52.507592Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}: vector_stream::driver: Submitting service request. in_flight_requests=0 request_id=6
2025-01-17T10:10:52.507695Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=6}:http: vector::internal_events::http_client: Sending HTTP request. uri=https://logs-prod-013.grafana.net/otlp/v1/logs method=POST version=HTTP/1.1 headers={"content-type": "application/json", "authorization": Sensitive, "accept-encoding": "zstd,gzip,deflate,br", "user-agent": "Vector/0.44.0 (aarch64-apple-darwin 3cdc7c3 2025-01-13 21:26:04.735691656)"} body=[912 bytes]
2025-01-17T10:10:52.507747Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=6}:http: hyper::client::pool: take? ("https", logs-prod-013.grafana.net): expiration = Some(90s)
2025-01-17T10:10:52.507762Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=6}:http: hyper::client::pool: reuse idle connection for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.507833Z TRACE encode_headers: hyper::proto::h1::role: Client::encode method=POST, body=Some(Known(912))
2025-01-17T10:10:52.507856Z TRACE hyper::proto::h1::io: buffer.flatten self.len=463 buf.len=912
2025-01-17T10:10:52.508042Z DEBUG hyper::proto::h1::io: flushed 1375 bytes
2025-01-17T10:10:52.508049Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: KeepAlive, keep_alive: Busy }
2025-01-17T10:10:52.554825Z TRACE hyper::proto::h1::conn: Conn::read_head
2025-01-17T10:10:52.554909Z TRACE hyper::proto::h1::io: received 133 bytes
2025-01-17T10:10:52.554929Z TRACE parse_headers: hyper::proto::h1::role: Response.parse bytes=133
2025-01-17T10:10:52.554942Z TRACE parse_headers: hyper::proto::h1::role: Response.parse Complete(133)
2025-01-17T10:10:52.554962Z DEBUG hyper::proto::h1::io: parsed 3 headers
2025-01-17T10:10:52.554968Z DEBUG hyper::proto::h1::conn: incoming body is empty
2025-01-17T10:10:52.554982Z TRACE hyper::proto::h1::conn: maybe_notify; read_from_io blocked
2025-01-17T10:10:52.554998Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
2025-01-17T10:10:52.555009Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
2025-01-17T10:10:52.555035Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=6}:http: hyper::client::pool: put; add idle connection for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.555071Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=6}:http: hyper::client::pool: pooling idle connection for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.555094Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=6}:http: vector::internal_events::http_client: HTTP response. status=204 No Content version=HTTP/1.1 headers={"date": "Fri, 17 Jan 2025 10:10:52 GMT", "connection": "keep-alive", "strict-transport-security": "max-age=31536000"} body=[empty]
2025-01-17T10:10:52.555162Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=6}: vector::internal_events::common: Bytes sent. byte_size=912 protocol=https endpoint=https://logs-prod-013.grafana.net/otlp/v1/logs
2025-01-17T10:10:52.555203Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=6}: vector_stream::driver: Service call succeeded. request_id=6
2025-01-17T10:10:52.555240Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=6}: vector_common::internal_event::events_sent: Events sent. count=1 byte_size=902
2025-01-17T10:10:52.555273Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}: vector_stream::driver: Submitting service request. in_flight_requests=0 request_id=7
2025-01-17T10:10:52.555295Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}: vector_stream::driver: Submitting service request. in_flight_requests=1 request_id=8
2025-01-17T10:10:52.555384Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=7}:http: vector::internal_events::http_client: Sending HTTP request. uri=https://logs-prod-013.grafana.net/otlp/v1/logs method=POST version=HTTP/1.1 headers={"content-type": "application/json", "authorization": Sensitive, "accept-encoding": "zstd,gzip,deflate,br", "user-agent": "Vector/0.44.0 (aarch64-apple-darwin 3cdc7c3 2025-01-13 21:26:04.735691656)"} body=[912 bytes]
2025-01-17T10:10:52.555436Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=7}:http: hyper::client::pool: take? ("https", logs-prod-013.grafana.net): expiration = Some(90s)
2025-01-17T10:10:52.555452Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=7}:http: hyper::client::pool: reuse idle connection for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.555598Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=8}:http: vector::internal_events::http_client: Sending HTTP request. uri=https://logs-prod-013.grafana.net/otlp/v1/logs method=POST version=HTTP/1.1 headers={"content-type": "application/json", "authorization": Sensitive, "accept-encoding": "zstd,gzip,deflate,br", "user-agent": "Vector/0.44.0 (aarch64-apple-darwin 3cdc7c3 2025-01-13 21:26:04.735691656)"} body=[911 bytes]
2025-01-17T10:10:52.555628Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=8}:http: hyper::client::pool: checkout waiting for idle connection: ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.555672Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=8}:http: hyper::client::connect::http: Http::connect; scheme=Some("https"), host=Some("logs-prod-013.grafana.net"), port=None
2025-01-17T10:10:52.555738Z TRACE encode_headers: hyper::proto::h1::role: Client::encode method=POST, body=Some(Known(912))
2025-01-17T10:10:52.555756Z DEBUG hyper::client::connect::dns: resolving host="logs-prod-013.grafana.net"
2025-01-17T10:10:52.555761Z TRACE hyper::proto::h1::io: buffer.flatten self.len=463 buf.len=912
2025-01-17T10:10:52.555891Z DEBUG hyper::proto::h1::io: flushed 1375 bytes
2025-01-17T10:10:52.555897Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: KeepAlive, keep_alive: Busy }
2025-01-17T10:10:52.558776Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=8}:http: hyper::client::connect::http: connecting to 20.31.17.143:443
2025-01-17T10:10:52.559228Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=8}:http: mio::poll: registering event source with poller: token=Token(4524016000), interests=READABLE | WRITABLE
2025-01-17T10:10:52.611403Z TRACE hyper::proto::h1::conn: Conn::read_head
2025-01-17T10:10:52.611560Z TRACE hyper::proto::h1::io: received 133 bytes
2025-01-17T10:10:52.611601Z TRACE parse_headers: hyper::proto::h1::role: Response.parse bytes=133
2025-01-17T10:10:52.611626Z TRACE parse_headers: hyper::proto::h1::role: Response.parse Complete(133)
2025-01-17T10:10:52.611673Z DEBUG hyper::proto::h1::io: parsed 3 headers
2025-01-17T10:10:52.611683Z DEBUG hyper::proto::h1::conn: incoming body is empty
2025-01-17T10:10:52.611764Z TRACE hyper::proto::h1::conn: maybe_notify; read_from_io blocked
2025-01-17T10:10:52.611810Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
2025-01-17T10:10:52.611825Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
2025-01-17T10:10:52.611884Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=7}:http: hyper::client::pool: put; add idle connection for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.611930Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=7}:http: hyper::client::pool: put; found waiter for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.611966Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=7}:http: vector::internal_events::http_client: HTTP response. status=204 No Content version=HTTP/1.1 headers={"date": "Fri, 17 Jan 2025 10:10:52 GMT", "connection": "keep-alive", "strict-transport-security": "max-age=31536000"} body=[empty]
2025-01-17T10:10:52.612069Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=7}: vector::internal_events::common: Bytes sent. byte_size=912 protocol=https endpoint=https://logs-prod-013.grafana.net/otlp/v1/logs
2025-01-17T10:10:52.612150Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=7}: vector_stream::driver: Service call succeeded. request_id=7
2025-01-17T10:10:52.612175Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=7}: vector_common::internal_event::events_sent: Events sent. count=1 byte_size=902
2025-01-17T10:10:52.612213Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=8}:http: hyper::client::pool: reuse idle connection for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.612420Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}: vector_stream::driver: Submitting service request. in_flight_requests=1 request_id=9
2025-01-17T10:10:52.612561Z DEBUG hyper::client::connect::http: connected to 20.31.17.143:443
2025-01-17T10:10:52.612600Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=9}:http: vector::internal_events::http_client: Sending HTTP request. uri=https://logs-prod-013.grafana.net/otlp/v1/logs method=POST version=HTTP/1.1 headers={"content-type": "application/json", "authorization": Sensitive, "accept-encoding": "zstd,gzip,deflate,br", "user-agent": "Vector/0.44.0 (aarch64-apple-darwin 3cdc7c3 2025-01-13 21:26:04.735691656)"} body=[912 bytes]
2025-01-17T10:10:52.612770Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=9}:http: hyper::client::pool: checkout waiting for idle connection: ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.613223Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=9}:http: hyper::client::connect::http: Http::connect; scheme=Some("https"), host=Some("logs-prod-013.grafana.net"), port=None
2025-01-17T10:10:52.613433Z DEBUG hyper::client::connect::dns: resolving host="logs-prod-013.grafana.net"
2025-01-17T10:10:52.613441Z TRACE encode_headers: hyper::proto::h1::role: Client::encode method=POST, body=Some(Known(911))
2025-01-17T10:10:52.613467Z TRACE hyper::proto::h1::io: buffer.flatten self.len=463 buf.len=911
2025-01-17T10:10:52.613586Z DEBUG hyper::proto::h1::io: flushed 1374 bytes
2025-01-17T10:10:52.613592Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: KeepAlive, keep_alive: Busy }
2025-01-17T10:10:52.614929Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=9}:http: hyper::client::connect::http: connecting to 20.31.17.143:443
2025-01-17T10:10:52.615189Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=9}:http: mio::poll: registering event source with poller: token=Token(4524016512), interests=READABLE | WRITABLE
2025-01-17T10:10:52.658884Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=9}:http: hyper::client::connect::http: connected to 20.31.17.143:443
2025-01-17T10:10:52.661185Z TRACE hyper::proto::h1::conn: Conn::read_head
2025-01-17T10:10:52.661278Z TRACE hyper::proto::h1::io: received 133 bytes
2025-01-17T10:10:52.661305Z TRACE parse_headers: hyper::proto::h1::role: Response.parse bytes=133
2025-01-17T10:10:52.661321Z TRACE parse_headers: hyper::proto::h1::role: Response.parse Complete(133)
2025-01-17T10:10:52.661349Z DEBUG hyper::proto::h1::io: parsed 3 headers
2025-01-17T10:10:52.661356Z DEBUG hyper::proto::h1::conn: incoming body is empty
2025-01-17T10:10:52.661379Z TRACE hyper::proto::h1::conn: maybe_notify; read_from_io blocked
2025-01-17T10:10:52.661402Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
2025-01-17T10:10:52.661480Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
2025-01-17T10:10:52.661515Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=8}:http: hyper::client::pool: put; add idle connection for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.661566Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=8}:http: hyper::client::pool: put; found waiter for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.661590Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=8}:http: vector::internal_events::http_client: HTTP response. status=204 No Content version=HTTP/1.1 headers={"date": "Fri, 17 Jan 2025 10:10:52 GMT", "connection": "keep-alive", "strict-transport-security": "max-age=31536000"} body=[empty]
2025-01-17T10:10:52.662038Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=8}: vector::internal_events::common: Bytes sent. byte_size=911 protocol=https endpoint=https://logs-prod-013.grafana.net/otlp/v1/logs
2025-01-17T10:10:52.662098Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=8}: vector_stream::driver: Service call succeeded. request_id=8
2025-01-17T10:10:52.662112Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=8}: vector_common::internal_event::events_sent: Events sent. count=1 byte_size=901
2025-01-17T10:10:52.662294Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=9}:http: hyper::client::pool: reuse idle connection for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.662357Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}: vector_stream::driver: Submitting service request. in_flight_requests=1 request_id=10
2025-01-17T10:10:52.662564Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=10}:http: vector::internal_events::http_client: Sending HTTP request. uri=https://logs-prod-013.grafana.net/otlp/v1/logs method=POST version=HTTP/1.1 headers={"content-type": "application/json", "authorization": Sensitive, "accept-encoding": "zstd,gzip,deflate,br", "user-agent": "Vector/0.44.0 (aarch64-apple-darwin 3cdc7c3 2025-01-13 21:26:04.735691656)"} body=[911 bytes]
2025-01-17T10:10:52.662747Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=10}:http: hyper::client::pool: checkout waiting for idle connection: ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.662772Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=10}:http: hyper::client::connect::http: Http::connect; scheme=Some("https"), host=Some("logs-prod-013.grafana.net"), port=None
2025-01-17T10:10:52.662862Z DEBUG hyper::client::connect::dns: resolving host="logs-prod-013.grafana.net"
2025-01-17T10:10:52.662885Z TRACE encode_headers: hyper::proto::h1::role: Client::encode method=POST, body=Some(Known(912))
2025-01-17T10:10:52.662914Z TRACE hyper::proto::h1::io: buffer.flatten self.len=463 buf.len=912
2025-01-17T10:10:52.663110Z DEBUG hyper::proto::h1::io: flushed 1375 bytes
2025-01-17T10:10:52.663119Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: KeepAlive, keep_alive: Busy }
2025-01-17T10:10:52.665551Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=10}:http: hyper::client::connect::http: connecting to 20.31.17.143:443
2025-01-17T10:10:52.665858Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=10}:http: mio::poll: registering event source with poller: token=Token(4488430720), interests=READABLE | WRITABLE
2025-01-17T10:10:52.672199Z TRACE hyper::client::conn: client handshake Http1
2025-01-17T10:10:52.672277Z TRACE hyper::client::client: handshake complete, spawning background dispatcher task
2025-01-17T10:10:52.672301Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Busy }
2025-01-17T10:10:52.672317Z TRACE hyper::client::pool: put; add idle connection for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.672328Z TRACE hyper::client::pool: put; found waiter for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.672344Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=10}:http: hyper::client::pool: reuse idle connection for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.672407Z TRACE encode_headers: hyper::proto::h1::role: Client::encode method=POST, body=Some(Known(911))
2025-01-17T10:10:52.672426Z TRACE hyper::proto::h1::io: buffer.flatten self.len=463 buf.len=911
2025-01-17T10:10:52.672453Z DEBUG hyper::proto::h1::io: flushed 1374 bytes
2025-01-17T10:10:52.672459Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: KeepAlive, keep_alive: Busy }
2025-01-17T10:10:52.708890Z TRACE hyper::client::conn: client handshake Http1
2025-01-17T10:10:52.709001Z TRACE hyper::client::client: handshake complete, spawning background dispatcher task
2025-01-17T10:10:52.709083Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Busy }
2025-01-17T10:10:52.709114Z TRACE hyper::client::pool: put; add idle connection for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.709126Z DEBUG hyper::client::pool: pooling idle connection for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.711618Z DEBUG hyper::client::connect::http: connected to 20.31.17.143:443
2025-01-17T10:10:52.712221Z TRACE hyper::proto::h1::conn: Conn::read_head
2025-01-17T10:10:52.712263Z TRACE hyper::proto::h1::io: received 133 bytes
2025-01-17T10:10:52.712281Z TRACE parse_headers: hyper::proto::h1::role: Response.parse bytes=133
2025-01-17T10:10:52.712298Z TRACE parse_headers: hyper::proto::h1::role: Response.parse Complete(133)
2025-01-17T10:10:52.712312Z DEBUG hyper::proto::h1::io: parsed 3 headers
2025-01-17T10:10:52.712315Z DEBUG hyper::proto::h1::conn: incoming body is empty
2025-01-17T10:10:52.712327Z TRACE hyper::proto::h1::conn: maybe_notify; read_from_io blocked
2025-01-17T10:10:52.712342Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
2025-01-17T10:10:52.712545Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
2025-01-17T10:10:52.712564Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=9}:http: hyper::client::pool: put; add idle connection for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.712580Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=9}:http: hyper::client::pool: pooling idle connection for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.712593Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=9}:http: vector::internal_events::http_client: HTTP response. status=204 No Content version=HTTP/1.1 headers={"date": "Fri, 17 Jan 2025 10:10:52 GMT", "connection": "keep-alive", "strict-transport-security": "max-age=31536000"} body=[empty]
2025-01-17T10:10:52.712632Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=9}: vector::internal_events::common: Bytes sent. byte_size=912 protocol=https endpoint=https://logs-prod-013.grafana.net/otlp/v1/logs
2025-01-17T10:10:52.712657Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=9}: vector_stream::driver: Service call succeeded. request_id=9
2025-01-17T10:10:52.712666Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=9}: vector_common::internal_event::events_sent: Events sent. count=1 byte_size=902
2025-01-17T10:10:52.719396Z TRACE hyper::proto::h1::conn: Conn::read_head
2025-01-17T10:10:52.719518Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: KeepAlive, keep_alive: Busy }
2025-01-17T10:10:52.753225Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Busy }
2025-01-17T10:10:52.765341Z TRACE hyper::client::conn: client handshake Http1
2025-01-17T10:10:52.765362Z TRACE hyper::client::client: handshake complete, spawning background dispatcher task
2025-01-17T10:10:52.765373Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Busy }
2025-01-17T10:10:52.765379Z TRACE hyper::client::pool: put; add idle connection for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.765384Z DEBUG hyper::client::pool: pooling idle connection for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.769148Z TRACE hyper::proto::h1::conn: Conn::read_head
2025-01-17T10:10:52.769258Z TRACE hyper::proto::h1::io: received 133 bytes
2025-01-17T10:10:52.769298Z TRACE parse_headers: hyper::proto::h1::role: Response.parse bytes=133
2025-01-17T10:10:52.769316Z TRACE parse_headers: hyper::proto::h1::role: Response.parse Complete(133)
2025-01-17T10:10:52.769351Z DEBUG hyper::proto::h1::io: parsed 3 headers
2025-01-17T10:10:52.769358Z DEBUG hyper::proto::h1::conn: incoming body is empty
2025-01-17T10:10:52.769392Z TRACE hyper::proto::h1::conn: maybe_notify; read_from_io blocked
2025-01-17T10:10:52.769417Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
2025-01-17T10:10:52.769425Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Idle }
2025-01-17T10:10:52.769464Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=10}:http: hyper::client::pool: put; add idle connection for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.769489Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=10}:http: hyper::client::pool: pooling idle connection for ("https", logs-prod-013.grafana.net)
2025-01-17T10:10:52.769515Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=10}:http: vector::internal_events::http_client: HTTP response. status=204 No Content version=HTTP/1.1 headers={"date": "Fri, 17 Jan 2025 10:10:52 GMT", "connection": "keep-alive", "strict-transport-security": "max-age=31536000"} body=[empty]
2025-01-17T10:10:52.769596Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=10}: vector::internal_events::common: Bytes sent. byte_size=911 protocol=https endpoint=https://logs-prod-013.grafana.net/otlp/v1/logs
2025-01-17T10:10:52.769659Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=10}: vector_stream::driver: Service call succeeded. request_id=10
2025-01-17T10:10:52.769674Z TRACE sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}:request{request_id=10}: vector_common::internal_event::events_sent: Events sent. count=1 byte_size=901
2025-01-17T10:10:52.811704Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Init, writing: Init, keep_alive: Busy }
2025-01-17T10:10:53.063992Z TRACE vector: Beep.
2025-01-17T10:10:53.074360Z DEBUG vector::internal_events::file::source: Files checkpointed. count=3 duration_ms=7
2025-01-17T10:10:53.102544Z DEBUG source{component_kind="source" component_id=vector component_type=file}:file_server: file_source::file_server: event_throughput=10.000/sec bytes_throughput=32.038k/sec ratios={"discovery": 0.00020900917, "other": 9.3857896e-5, "reading": 0.00044216603, "sending": 0.00066246314, "sleeping": 0.998593}
2025-01-17T10:10:53.103506Z TRACE source{component_kind="source" component_id=vector component_type=file}:file_server: file_source::file_server: Continue watching file. path="logs.log"
2025-01-17T10:10:54.064754Z TRACE vector: Beep.
2025-01-17T10:10:54.076918Z DEBUG vector::internal_events::file::source: Files checkpointed. count=3 duration_ms=0
2025-01-17T10:10:54.129807Z DEBUG source{component_kind="source" component_id=vector component_type=file}:file_server: file_source::file_server: event_throughput=5.000/sec bytes_throughput=16.019k/sec ratios={"discovery": 0.0003287622, "other": 0.0003426492, "reading": 0.00022503505, "sending": 0.00034274897, "sleeping": 0.99876106}
2025-01-17T10:10:54.130503Z TRACE source{component_kind="source" component_id=vector component_type=file}:file_server: file_source::file_server: Continue watching file. path="logs.log"
^C2025-01-17T10:10:54.808383Z INFO vector::signal: Signal received. signal="SIGINT"
2025-01-17T10:10:54.809668Z INFO vector: Vector has stopped.
2025-01-17T10:10:54.809839Z DEBUG vector::sources::file: Finished sending.
2025-01-17T10:10:54.809875Z DEBUG source{component_kind="source" component_id=vector component_type=file}: vector::topology::builder: Source pump finished normally.
2025-01-17T10:10:54.809918Z DEBUG source{component_kind="source" component_id=vector component_type=file}: vector::topology::builder: Source pump supervisor task finished normally.
2025-01-17T10:10:54.809941Z DEBUG source{component_kind="source" component_id=vector component_type=file}: vector::topology::builder: Source finished normally.
2025-01-17T10:10:54.810739Z DEBUG transform{component_kind="transform" component_id=otel component_type=remap}: vector::topology::builder: Synchronous transform finished normally.
2025-01-17T10:10:54.810780Z DEBUG transform{component_kind="transform" component_id=routes component_type=route}: vector::topology::builder: Synchronous transform finished normally.
2025-01-17T10:10:54.811004Z DEBUG transform{component_kind="transform" component_id=backend-parsed-logs component_type=remap}: vector::topology::builder: Synchronous transform finished normally.
2025-01-17T10:10:54.811030Z DEBUG transform{component_kind="transform" component_id=isolate-otel-envelope component_type=remap}: vector::topology::builder: Synchronous transform finished normally.
2025-01-17T10:10:54.811262Z DEBUG sink{component_kind="sink" component_id=stdout component_type=console}: vector::topology::builder: Sink finished normally.
2025-01-17T10:10:54.811398Z INFO vector::topology::running: Shutting down... Waiting on running components. remaining_components="loki-otel" time_remaining="59 seconds left"
2025-01-17T10:10:55.065154Z TRACE vector: Beep.
2025-01-17T10:10:56.064331Z TRACE vector: Beep.
2025-01-17T10:10:57.063614Z TRACE vector: Beep.
2025-01-17T10:10:57.064385Z TRACE hyper::proto::h1::dispatch: client tx closed
2025-01-17T10:10:57.064393Z TRACE hyper::proto::h1::conn: State::close_read()
2025-01-17T10:10:57.064396Z TRACE hyper::proto::h1::conn: State::close_write()
2025-01-17T10:10:57.064399Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Closed, writing: Closed, keep_alive: Disabled }
2025-01-17T10:10:57.064410Z TRACE hyper::proto::h1::dispatch: client tx closed
2025-01-17T10:10:57.064421Z TRACE hyper::proto::h1::conn: State::close_read()
2025-01-17T10:10:57.064423Z TRACE hyper::proto::h1::conn: State::close_write()
2025-01-17T10:10:57.064427Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Closed, writing: Closed, keep_alive: Disabled }
2025-01-17T10:10:57.064433Z TRACE hyper::proto::h1::dispatch: client tx closed
2025-01-17T10:10:57.064437Z TRACE hyper::proto::h1::conn: State::close_read()
2025-01-17T10:10:57.064439Z TRACE hyper::proto::h1::conn: State::close_write()
2025-01-17T10:10:57.064443Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Closed, writing: Closed, keep_alive: Disabled }
2025-01-17T10:10:57.064482Z TRACE hyper::proto::h1::conn: shut down IO complete
2025-01-17T10:10:57.064410Z TRACE hyper::proto::h1::dispatch: client tx closed
2025-01-17T10:10:57.064500Z TRACE hyper::proto::h1::conn: State::close_read()
2025-01-17T10:10:57.064501Z TRACE hyper::proto::h1::conn: State::close_write()
2025-01-17T10:10:57.064505Z TRACE hyper::proto::h1::conn: flushed({role=client}): State { reading: Closed, writing: Closed, keep_alive: Disabled }
2025-01-17T10:10:57.064487Z TRACE hyper::proto::h1::conn: shut down IO complete
2025-01-17T10:10:57.064484Z TRACE hyper::proto::h1::conn: shut down IO complete
2025-01-17T10:10:57.064524Z TRACE hyper::proto::h1::conn: shut down IO complete
2025-01-17T10:10:57.064705Z TRACE mio::poll: deregistering event source from poller
2025-01-17T10:10:57.064705Z TRACE mio::poll: deregistering event source from poller
2025-01-17T10:10:57.064705Z TRACE mio::poll: deregistering event source from poller
2025-01-17T10:10:57.064705Z TRACE mio::poll: deregistering event source from poller
2025-01-17T10:10:57.065594Z DEBUG sink{component_kind="sink" component_id=loki-otel component_type=opentelemetry}: vector::topology::builder: Sink finished normally.
2025-01-17T10:10:57.065621Z TRACE hyper::client::pool: pool closed, canceling idle interval
2025-01-17T10:10:57.066336Z TRACE mio::poll: deregistering event source from poller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment