Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Release 9.0

Compare
Choose a tag to compare
@MihaiBojin MihaiBojin released this 28 Apr 15:51
· 10 commits to master since this release

Introduction

Pyplyn is a scalable time-series data collector with ETL capabilities that allows you to ship metrics and visualize system health in real-time.

Release notes

  • Added a feature in the HighestValue transform, to support tagging the submitted Refocus samples with the original datapoint's timestamp, by specifying the tagMessageBody option
{
  "name" : "HighestValue",
  "tagMessageBody" : "ORIGINAL_TIMESTAMP"
}
  • Updated Argus client to be compatible with Release 2.6.0
  • Fixed a bug in the Argus client that was causing null fields to be serialized, causing the endpoint to return 400/Bad Request when passing Notification.severityLevel=null
  • Fixed a bug in Refocus client to prevent read-only fields to be serialized
  • Refactor modular system; allow extension projects to replace modules
  • Faster startup; trigger main execution just after configurations are made available
  • Separated deserialization functionality into own method; better test initialization
  • Improved remote client logging