Timber v2.5.5 Timber.Events.TemplateRenderEvent

The TemplateRenderEvent trackes template rendering within your app.

Giving you structured insight into template rendering performance.

The defined structure of this data can be found in the log event JSON schema: https://github.com/timberio/log-event-json-schema

Timber can automatically track template rendering events if you use the Phoenix framework and setup the Timber.Integrations.PhoenixInstrumenter.

Summary

Functions

Message to be used when logging

Types

t()
t() :: %Timber.Events.TemplateRenderEvent{name: String.t, time_ms: float}

Functions

message(template_render_event)
message(t) :: IO.chardata

Message to be used when logging.