Skip to content

feat(ingester): Remote Write format #6

@JPBotelho

Description

@JPBotelho

The current ingestion format is comically naive, we're just fetching /metrics, adding a timestamp and appending to a file. We should: try to convert these /metrics scrapes into HTTP Write packets.

Then, it comes naturally that the ingester should support being an HTTP Remote Write target (eg an agent fetches metrics and remote_writes them to the ingester, which saves it all in a single file)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions