Skip to content

jdgwartney/sdk

TrueSight Pulse Meter Plugin SDK for Python

This provides a framework for the development of the TrueSight Pulse Meter Plugins

Measurement Transports

The SDK supports sending measurements to Pulse via 3 different methods:

  • Standard Out
  • Meter RPC
  • Measurement API

Standard Out

Plugin writes to standard out which is read by the Plugin Manager which then forwards to the meter via Meter RPC API, which then sends to Pulse.

Meter RPC

Plugin writes to Meter RPC channel which then sends to Pulse.

Measurement API

Plugin writes to Pulse Measurement REST API directly sending to Pulse

DataSources

The framework supports the following data sources, custom data sources can be created by extending the default data source

  • Database
  • Exec
  • HTTP/HTTPS
  • Logfile
  • TCP/UDP Socket

About

No description, website, or topics provided.

Resources

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published