Skip to content

dc-interface with provenance on each call

Compare
Choose a tag to compare
@Piiit Piiit released this 02 Mar 16:22
· 155 commits to main since this release

This SDK sends the provenance name and version, that is the name and version of the data collector with each call. It is mainly useful for logging, to find the culprit of errors, or to generate statistics in our ELK stack.

In addition, it no longer pushes and retrieves the provenance UUID from the database. This is now just done once per data collector execution and stored locally. This should reduce the DB calls during data pushes.