View Source AbsintheFieldTelemetry.Application (absinthe_field_telemetry v0.2.4)

AbsintheFieldTelemetry application, responsible for starting the backend workers.

Configured with the :absinthe_field_telemetry environment key:

  • :backend, a tuple of {module, config}

Different backends take different options, see the documentation for the given backend for more details.

Example backend:

config :absinthe_field_telemetry,
  backend: {AbsintheFieldTelemetry.Backend.ETS, []}

Summary

Functions

Callback implementation for Application.start/2.

Functions

Callback implementation for Application.start/2.