Skip to content

Commit

Permalink
Add promformat and promval (#1468)
Browse files Browse the repository at this point in the history
  • Loading branch information
mre authored Dec 6, 2023
1 parent c37d8cf commit 45c6c6e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,9 @@
- name: PowerShell
value: powershell
type: language
- name: Prometheus
value: prometheus
type: other
- name: Protocol Buffers
value: protobuf
type: other
Expand Down
12 changes: 12 additions & 0 deletions data/tools/promformat.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: promformat
categories:
- formatter
tags:
- prometheus
license: GPL-3.0
types:
- cli
source: "https://github.com/facetoe/promformat"
homepage: "https://github.com/facetoe/promformat"
description: >-
Promformat is a PromQL formatter written in Python.
13 changes: 13 additions & 0 deletions data/tools/promval.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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.
It can be used to validate that PromQL expressions are written as expected.

0 comments on commit 45c6c6e

Please sign in to comment.