Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add promformat #1468

Merged
merged 2 commits into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading