-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | GHC plugin for open telemetry -- -- This package provides a GHC plugin that exports each module's build -- times to an open telemetry collector. See the included README -- below for more details. @package opentelemetry-plugin @version 1.0.0 -- | This module provides a GHC plugin that will export open telemetry -- metrics for your build. Specifically, this plugin will create one span -- per module (recording how long that module took to build) and one -- sub-span per phase of that module's build (recording how long that -- phase took). module OpenTelemetry.Plugin -- | GHC plugin that exports open telemetry metrics about the build plugin :: Plugin