David Bernard
David Bernard
everything could be configurable, but I would like to avoid fragmentation in the way to define template, and to handle them (more code to maintain,...). An other advantage of the...
The `.ffizer.hbs` extension is something I like (and unique vs others that choose the backlist) when I browse the template I know what is a template what is not. The...
It's a good idea to add an options. I could not change the default behavior because not managing every files as template: - is a boost in rendering (less transformations)...
workaround ? ``` {{#to_json format="yaml"}} --- {{ input_content }} {{/to_json}} ```
should fixe #55
the travis build failed, but it doesn't seem related to PR, but to the server code.
Thanks for the information and the link. PR is welcome (I'll not have too much time to work on this crate before some days)
Comment (to myself for memory): From https://github.com/open-telemetry/semantic-conventions/blob/main/semantic_conventions/trace/http.yaml > The IP address of the original client behind all proxies, if > known (e.g. from [Forwarded](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Forwarded), > [X-Forwarded-For](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-For), or a similar header)....
In previous versions, a hack was used to inject trace_id into logs. But sometimes a wrong trace_id was injected, because the trace_id changed after some operations (tracing_opentelemetry generate the opentelemetry...
FYI, in the past, I saw a [crate](https://crates.io/crates/tracing-opentelemetry-fmt) providing a formatter with the trace_id, but I never tried it with the crates of this repository. I also don't know how...