PromVIEW by The LabVIEW Lab - Toolkit for LabVIEW Download

Version | 1.1.0.6 |
Released | Apr 08, 2021 |
Publisher | The LabVIEW Lab |
License | Not Specified |
LabVIEW Version | LabVIEW>=20.0 |
Operating System | Windows NT,Linux |
Project links | Repository |
Description
PromVIEW is a client library written in LabVIEW to expose metrics to Prometheus (https://www.prometheus.io)
PromVIEW provides the basic functions to instrument your LabVIEW code by creating metrics and collectors, and it can also be used to create an exporter through the Tools > PromVIEW > Create Exposition Web Service... menu.
An Prometheus exporter is a web service that exposes the metrics so Prometheus can scrape this web service and update its time-series database with the new values.
Changelog:
1.1.0 : - Fixed how labels are stored in metrics so they now allow multiple values
BREAKING CHANGE: for all metric types, Create.vi now accepts label names as an array
- Edited the internal structure of metrics to handle internal "children" metrics
- Edited examples to reflect changes. Also the basic example is more fitted to track metrics.
- Partially support OpenMetrics format through metrics format and additional children metrics
Release Notes
Recent Posts
Getting Started (5 minutes)
Learn how to get started with PromVIEW. This example shows how to use the Basic Metrics example pro… by Eric Maussion, 1 year, 10 months ago, 0 |
|