Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Enable serialisation of SeriesHelper data points #526

Open
@OddBloke

Description

@OddBloke

We're introducing InfluxDB reporting in to a batch job pipeline we have. However, we don't want to introduce a runtime dependency on our InfluxDB server (as it's only intended for rough metric tracking, so doesn't have an SLA from the team that run it).

It would be good if there were a supported way of serialising all the data point that a SeriesHelper class has been given in the public API; we could write these out and have a separate job (whose failure wouldn't block our broader pipeline) read them in and write them to InfluxDB.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions