n8n-nodes-pushgateway
v0.1.0
Published
A custom node for n8n allowing integration into Prometheus Pushgateway
Downloads
116
Maintainers
Readme
n8n-nodes-pushgateway
This is an n8n community node. It lets you use Prometheus Pushgateway in your n8n workflows.
Prometheus Pushgateway is a service for pushing time series metrics from n8n workflows to a Prometheus server.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
-[x] Push metrics to Prometheus Pushgateway -[ ] TODO: Delete metrics from Prometheus Pushgateway
Credentials
The host for the Prometheus Pushgateway is required to be set in the node credentials. Basic Auth credentials are optional.
Compatibility
Tested on n8n v2.2.3.
Usage
Add a Pushgateway node to your workflow and configure a credential it with the host of your Prometheus Pushgateway.
Upon adding a node, you can add one or more metrics to push to the Pushgateway including the name, help text, value and labels.
Global labels can be added which will automatically be added to all metrics pushed to the Pushgateway.
Resources
Version history
0.1.0
Initial release. Includes push operation only.
