object Promtool
- Source
- Promtool.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Promtool
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
final
case class
Invalid(msg: String) extends Result with Product with Serializable
The prometheus rules parsed incorrectly
-
final
case class
PromtoolError(exitCode: Int, msg: String) extends RuntimeException with Product with Serializable
The prometheus rules checker was not called correctly
-
abstract
class
Result extends Product with Serializable
The result of a prometheus validation