opentelemetry-plugin-1.0.0: GHC plugin for open telemetry
Safe HaskellSafe-Inferred
LanguageHaskell2010

OpenTelemetry.Plugin

Contents

Description

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).

Synopsis

Plugin

plugin :: Plugin Source #

GHC plugin that exports open telemetry metrics about the build