Skip to content

Releases: suker200/prometheus-pusher

1.0.11

06 Dec 10:53
c0e32d2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.10...1.0.11

1.0.10

06 Dec 09:52
662bbec
Compare
Choose a tag to compare

What's Changed

  • Add support interval check vm event status metadata by @suker200 in #8

Full Changelog: 1.0.9...1.0.10

1.0.9

02 Dec 14:43
69115eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.8...1.0.9

1.0.8

02 Dec 13:43
0aaab16
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.7...1.0.8

1.0.7

02 Dec 07:03
2a95be1
Compare
Choose a tag to compare

What's Changed

  • Support BASIC_USER, BASIC_PASSWORD from env by @suker200 in #5

Full Changelog: 1.0.6...1.0.7

1.0.6

29 Nov 06:56
58ea391
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.4...1.0.6

1.0.4

29 Nov 04:02
Compare
Choose a tag to compare

Full Changelog: 1.0.3...1.0.4

1.0.3

28 Nov 12:38
b86f0ea
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...1.0.3

1.0.2

28 Nov 11:26
Compare
Choose a tag to compare

Support PROMETHEUS_INSTANCE_NAME override prometheus instance label

1.0.1: Merge pull request #2 from suker200/support_runtime

28 Nov 09:06
dc9bd07
Compare
Choose a tag to compare

Support runtime environment for simplifying integrate to docker multi process

export RUNTIME=your_runtime_name # This will be your prometheus job name
export PUSH_GATEWAY_URL="https://push_gateway_url/metrics"
export PUSH_GATEWAY_INTERVAL=2
export PUSH_GATEWAY_RESOURCE_PORT=8080