Releases: hasura/ndc-prometheus
Releases · hasura/ndc-prometheus
v0.3.2
v0.3.1
What's Changed
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Behavior change
Move native query from function
to collection
to better support permission filters. However, label and value boolean expressions in where
are used to filter results after the query is executed
{
service_up(args: {
job: "node",
instance: "node-exporter:9100"
step: "1m"
}, where: { timestamp: { _gt: "2024-10-11"}}) {
job
instance
values {
timestamp
value
}
}
}
What's Changed
- Sort labels enum and add flat argument by @hgiasac in #22
- Support boolean expression for native query by @hgiasac in #23
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
Full Changelog: v0.1.0...v0.1.1
v0.1.0
v0.0.4
What's Changed
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
Full Changelog: v0.0.1...v0.0.2