-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
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
add support for Linux
see https://github.com/Sylphe88/PromVIEW/issues/5 by Antoine Chalons, 7 months, 3 weeks ago, 0 , 0 |
|
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, 3 years, 6 months ago, 0 , 1 |
|