Skip to content

Releases: hasura/ndc-prometheus

v0.3.1

12 Oct 05:59
7a19117
Compare
Choose a tag to compare

What's Changed

  • fix panic when explaining native query and add NaN, Inf format settings by @hgiasac in #24

Full Changelog: v0.3.0...v0.3.1

v0.3.0

11 Oct 15:53
7b6a7bd
Compare
Choose a tag to compare

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

08 Oct 03:56
1a00a73
Compare
Choose a tag to compare

What's Changed

  • configuration: skip unknown metric types and improve performance by @hgiasac in #21

Full Changelog: v0.1.1...v0.2.0

v0.1.1

06 Oct 17:47
8ceac47
Compare
Choose a tag to compare

What's Changed

  • upgrade SDK v1.5.0 and support query concurrency by @hgiasac in #19

Full Changelog: v0.1.0...v0.1.1

v0.1.0

30 Sep 10:22
3d45dd1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.1.0

v0.0.4

26 Sep 09:27
69915e6
Compare
Choose a tag to compare

What's Changed

  • fix: no generated label when introspecting histogram metrics by @hgiasac in #12

Full Changelog: v0.0.3...v0.0.4

v0.0.3

26 Sep 03:22
a40bf3c
Compare
Choose a tag to compare

What's Changed

  • Add more metrics generation settings by @hgiasac in #11

Full Changelog: v0.0.2...v0.0.3

v0.0.2

25 Sep 08:36
9eb51c3
Compare
Choose a tag to compare

What's Changed

  • Support Google Cloud and other authentication strategies by @hgiasac in #9

Full Changelog: v0.0.1...v0.0.2