Adriana Naula
04/17/2025, 1:28 AMAdriana Naula
04/24/2025, 2:53 PMAshish
04/24/2025, 3:22 PMAdriana Naula
04/24/2025, 4:05 PMAndrew Elwell
04/24/2025, 11:44 PMreserve_data
not preserve_data
?Andrew Elwell
04/24/2025, 11:45 PMAndrew Elwell
04/24/2025, 11:46 PMAdriana Naula
04/25/2025, 10:33 PMPat
04/30/2025, 10:24 AMAlex Bisson
05/05/2025, 12:09 PMreda ghouzraf
05/06/2025, 7:30 PMRavi Gupta
05/08/2025, 1:10 PMharish
05/11/2025, 1:54 PMPuja Shandilya
05/15/2025, 11:55 AMEric D. Schabell
05/26/2025, 11:05 AMEric D. Schabell
06/12/2025, 7:28 AMeduardo
06/13/2025, 4:57 PMB the cheater
06/16/2025, 6:24 PMIvan
06/17/2025, 6:09 AMPat
06/17/2025, 9:56 AMIvan
06/17/2025, 11:12 AMFormat
property that accepts two possible values: json
and none
.
My log format looks like this:
May 29 04:27:24 BunnyCDN 2957141[p1] {
"ServerId": 749,
"IsValid": true,
...
}
So, the message is neither a proper JSON object by itself nor just a plain string.
Given this, what is my option to resolve it?
Thank you in advance.Eric D. Schabell
06/23/2025, 12:54 PMBraydon Kains
06/25/2025, 11:09 PMCheers to O11Y
events because the ZeroBounce API Key is out of credits.Max
06/29/2025, 2:52 PMservice:
log_level: debug
http_server: "on"
http_listen: "0.0.0.0"
http_port: 2020
hot_reload: "on"
pipeline:
inputs:
- name: opentelemetry
port: 4318
processors:
traces:
- name: sampling
type: tail
sampling_settings:
decision_wait: 15s
conditions:
- type: latency
threshold_ms_high: 20
threshold_ms_high: 500
outputs:
- name: stdout
match: '*'
I am occasionally triggering a slow-down of 1s in app 1 to test this out. The spans from app 1 are successfully showing up in the Fluent Bit logs, but the spans from app 2 are completely missing. Is this to be expected? When I remove the processor, both apps' spans show up (and they are confirmed to chain together nicely in terms of parent span IDs and trace IDs to form a single trace). Thank you! :)Eric D. Schabell
06/30/2025, 12:12 PMEric D. Schabell
07/02/2025, 10:14 AMEric D. Schabell
07/15/2025, 9:37 AMEric D. Schabell
07/22/2025, 2:29 PM