⬆️ Updating add-on Prometheus to dc313a5

This commit is contained in:
Community Hass.io Add-ons Bot 2021-08-18 22:21:28 +00:00
parent b6c6659942
commit b78d5054c4
5 changed files with 16 additions and 22 deletions

View file

@ -894,10 +894,10 @@ SOFTWARE.
[portainer-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[portainer-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[portainer-i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[addon-prometheus]: https://github.com/hassio-addons/addon-prometheus/tree/45a1472
[addon-doc-prometheus]: https://github.com/hassio-addons/addon-prometheus/blob/45a1472/README.md
[addon-prometheus]: https://github.com/hassio-addons/addon-prometheus/tree/dc313a5
[addon-doc-prometheus]: https://github.com/hassio-addons/addon-prometheus/blob/dc313a5/README.md
[prometheus-issue]: https://github.com/hassio-addons/addon-prometheus/issues
[prometheus-version-shield]: https://img.shields.io/badge/version-45a1472-blue.svg
[prometheus-version-shield]: https://img.shields.io/badge/version-dc313a5-blue.svg
[prometheus-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[prometheus-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[prometheus-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

View file

@ -1 +1 @@
- arrow_up: Updated prometheus to 2.22.2
- ⬆️ Upgrades Prometheus to 2.29.1 (#13)

View file

@ -25,13 +25,13 @@ Example:
```yaml
---
job_name: 'octoprint'
job_name: "octoprint"
scrape_interval: 5s
metrics_path: '/plugin/prometheus_exporter/metrics'
metrics_path: "/plugin/prometheus_exporter/metrics"
params:
apikey: ['VERYSECRETAPIKEY']
apikey: ["VERYSECRETAPIKEY"]
static_configs:
- targets: ['octoprint.example.org:5000']
- targets: ["octoprint.example.org:5000"]
```
**Note**: _This is just an example, don't copy and paste it! Create your own!_
@ -64,16 +64,15 @@ For stable this is `http://a0d7b954-prometheus:9090`
## Changelog & Releases
This repository keeps a change log using [GitHub's releases][releases]
functionality. The format of the log is based on
[Keep a Changelog][keepchangelog].
functionality.
Releases are based on [Semantic Versioning][semver], and use the format
of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented
of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
based on the following:
- ``MAJOR``: Incompatible or major changes.
- ``MINOR``: Backwards-compatible new features and enhancements.
- ``PATCH``: Backwards-compatible bugfixes and package updates.
- `MAJOR`: Incompatible or major changes.
- `MINOR`: Backwards-compatible new features and enhancements.
- `PATCH`: Backwards-compatible bugfixes and package updates.
## Support
@ -127,7 +126,6 @@ SOFTWARE.
[forum]: https://example.net
[mjrider]: https://github.com/mjrider
[issue]: https://github.com/hassio-addons/addon-prometheus/issues
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
[reddit]: https://reddit.com/r/homeassistant
[releases]: https://github.com/hassio-addons/addon-prometheus/releases
[semver]: http://semver.org/spec/v2.0.0.htm

View file

@ -37,6 +37,6 @@ If you are more interested in stable releases of our add-ons:
[forum]: https://example.org
[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-Development-yellowgreen.svg
[release-shield]: https://img.shields.io/badge/version-45a1472-blue.svg
[release]: https://github.com/hassio-addons/addon-prometheus/tree/45a1472
[release-shield]: https://img.shields.io/badge/version-dc313a5-blue.svg
[release]: https://github.com/hassio-addons/addon-prometheus/tree/dc313a5
[screenshot]: https://github.com/hassio-addons/addon-prometheus/raw/master/images/screenshot.png

View file

@ -1,6 +1,6 @@
{
"name": "Prometheus",
"version": "45a1472",
"version": "dc313a5",
"slug": "prometheus",
"description": "Cloud native metrics",
"url": "https://github.com/hassio-addons/addon-prometheus",
@ -15,20 +15,16 @@
"amd64",
"armv7"
],
"boot": "auto",
"hassio_api": true,
"homeassistant_api": true,
"hassio_role": "default",
"map": [
"share:rw"
],
"options": {},
"ports": {
"9090/tcp": null
},
"ports_description": {
"9090/tcp": "Not required for Ingress"
},
"schema": {},
"image": "hassioaddons/prometheus-{arch}"
}