Send metrics to prometheus pushgateway

This commit is contained in:
2025-10-25 21:40:23 +02:00
parent 1cc4965ba6
commit 7bfa1e7c92
2 changed files with 907 additions and 1 deletions

View File

@@ -124,5 +124,6 @@ get_values_consumables system_consumables_base_keys Consumables
echo "Stop extract from system_consumables"
echo "$valueStore"
echo "$valueStore" | curl --data-binary @- http://localhost:9091/metrics/job/printer
echo "Success!"
exit 0