Skip to content

Collector aliasing should not be hard-coded #24

@salcock

Description

@salcock

Collector aliases being hard-coded means that it is difficult for us to automate updates to bgpfinder when a collector changes names.

Things that need to resolved:

  • collector aliases should be read from a database table, or from a file on disk.
  • collector aliases should be regularly read from that source, so that any changes are picked up without requiring a restart of the entire service.

We don't have to check every scrape or served query; once per hour is probably more than enough to handle new aliases relatively transparently.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions