Skip to content

steinarvk/promqlparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

promqlparse

A CLI tool that reads an expression from stdin and tries to parse it as a Prometheus PromQL expression.

It returns success (0) or failure (1) depending on whether or not the parse succeeded, and prints an error message to stdout if the parse failed.

This program is primarily meant to used in linters, checks, and the like.

About

CLI parser to validate Prometheus PromQL expressions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages