SUSE / telemetry-server

Proof of Concept Telemetry Server scaffolding
Apache License 2.0
2 stars 1 forks source link

Eliminate unnecessary JSON blob processing #46

Closed rtamalin closed 3 months ago

rtamalin commented 3 months ago

Ensure that provided telemetry data JSOB blob data is not processed unless needed, avoiding unmarshaling and re-marshaling of the field.

Depends up breaking changes in SUSE/telemetry#42

Fixes: #27