telemetry icon indicating copy to clipboard operation
telemetry copied to clipboard

Dynamic dispatching library for metrics and instrumentations.

Results 10 telemetry issues
Sort by recently updated
recently updated
newest added

The new functions take the fifth argument, which is a map of options, and check for `durable` being set to `true` when handling exceptions. If `true` value is found, the...

I have a use case, where I want to include `span_id` and `trace_id`, which come from a "distributed tracing" library of choice into logs. If it's OpenTelemetry or Spandex doesn't...

Follow the instruction given in rebar3_ex_doc.

Hey beam-telemetry!👋, Jude here: MIT, Applied Plamsa Physics, 2014 & Twitter, Applied Machine Learning, 2021. I've been working on this tool to enable developers to digitally sign their source code...

I'd been meaning to try this to see what the implementation looked like. Annoying that it requires that recursive function to build the match spec, matchspec should have some sort...

I'm interested in seeing `telemetry` extended with an API to enable an additional type of instrumentation - the mutation of an outbound request / query with Distributed Trace context information....

It would be useful to debug poorly configured handlers or having the list of all events emitted in an application. I initially thought about always persisting unhandled events to an...

And also disable the `export_all` warning

This has come up a few times for us. It's not always obvious that the function supplied to attach must be `/4`. When supplying something else you get an exception...

I want to report a span that, er, spans over an asynchronous call to a `gen_statem`, using `gen_statem:send_request()` and `gen_statem:check_response()`. It would be useful if there were `telemetry:start_span()` and `telemetry:stop_span()`...