Releases: arvancloud/ar-prometheus-exporter
Releases · arvancloud/ar-prometheus-exporter
v0.2.0
- Use the official registry for NPM packages.
- Update packages.
- Allows the user to define the metrics to be scrapped.
- Use const instead of let for variables that are not reassigned.
- Use async/await syntax consistently to handle promises.
- Add error handling to catch and log any errors that occur.
- Use template literals for string concatenation.
- Move the creation of the
promClient.register.contentType
variable to a separate variable declaration for improved readability.
What's Changed
- Add image size badge by @hatamiarash7 in #12
- Improve by @hatamiarash7 in #13
- Improve code by @hatamiarash7 in #14
Full Changelog: v0.1.2...v0.2.0
v0.1.2
- Improve repo
- Improve
package.json
- Fix tag name
What's Changed
- Improve by @hatamiarash7 in #10
Full Changelog: 0.1.1...v0.1.2
0.1.1
- Fix CI
What's Changed
- Add Docker build platform by @hatamiarash7 in #9
Full Changelog: 0.1.0...0.1.1
0.1.0
First release
What's Changed
- Implement ar-exporter by @SadeghHayeri in #1
- Add
arvancloud_cdn_
prefix to all metrics by @yzdann in #2 - Revert "Add
arvancloud_cdn_
prefix to all metrics" by @3a8r in #3 - Revert "Implement ar-exporter" by @3a8r in #4
- Add implementation [+Fix docker security issue] by @SadeghHayeri in #5
- change exporter port from 9097 to 9786 by @parsa97 in #6
- Fix BASE_URL by @YaserAmini88 in #7
- Improve by @hatamiarash7 in #8
New Contributors
- @SadeghHayeri made their first contribution in #1
- @yzdann made their first contribution in #2
- @3a8r made their first contribution in #3
- @parsa97 made their first contribution in #6
- @YaserAmini88 made their first contribution in #7
- @hatamiarash7 made their first contribution in #8
Full Changelog: https://github.com/arvancloud/ar-prometheus-exporter/commits/0.1.0