line / promgen

Promgen is a configuration file generator for Prometheus
https://line.github.io/promgen/
MIT License
1.06k stars 150 forks source link

[IMPROVEMENT] Replace Moment with Luxon #375

Closed KarboniteKream closed 2 years ago

KarboniteKream commented 2 years ago

Description

This PR replaces Moment with Luxon. The benefit of this is to have a simpler library with less magic and an immutable API as well as a minor performance improvement.

Detailed changes