diff --git a/data/tags.yml b/data/tags.yml index 0a9783786e..6c96673d7a 100644 --- a/data/tags.yml +++ b/data/tags.yml @@ -238,6 +238,9 @@ - name: PowerShell value: powershell type: language +- name: Prometheus + value: prometheus + type: other - name: Protocol Buffers value: protobuf type: other diff --git a/data/tools/promformat.yml b/data/tools/promformat.yml index a716b82ea8..6efc67bfcd 100644 --- a/data/tools/promformat.yml +++ b/data/tools/promformat.yml @@ -2,7 +2,7 @@ name: promformat categories: - formatter tags: - - promql + - prometheus license: GPL-3.0 types: - cli diff --git a/data/tools/promval.yml b/data/tools/promval.yml new file mode 100644 index 0000000000..1e8b5faee7 --- /dev/null +++ b/data/tools/promval.yml @@ -0,0 +1,12 @@ +name: promval +categories: + - linter +tags: + - prometheus +license: MIT +types: + - cli +source: "https://github.com/facetoe/promval" +homepage: "https://github.com/facetoe/promval" +description: >- + PromQL validator written in Python