Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
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).