Skip to main content

deno-openmetrics

deno land deno doc Test

OpenMetrics library for Deno. It supports exporting metrics to Prometheus and OpenMetrics.

ToDo

  • Support Metric Types
    • StateSet
    • Info
    • Histogram
    • GaugeHistogram
    • Summary
    • Unknown
  • Add a Collector that use Deno.metrics() to collect metrics
  • Consider if we can use Worker to collect/handle metrics in background

License

The code follows MIT license written in LICENSE. Contributors need to agree that any modifications sent in this repository follow the license.