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

Gap every five minutes #11

@steven2308

Description

@steven2308

Every 5 minutes there's a gap where Hosted Graphite does not get any metrics. This happens due to this line at leexport.py file:
do_every(CONFIG_LOAD_INTERVAL_SECONDS, load_config_start_searches)

The loading of configuration takes several seconds so during that time no metrics are sent. Since we don't need to reload the configuration we changed the previous line for this and now there's no gaps:
load_config_start_searches()

However it's still a problem for anyone who needs to reload the configuration.

query_period and query_range are set to 50, we can't set query range higher because there would be overlappings in the metrics we send and therefore they would not be real.

Here is an example of what we get in Hosted Graphite
leexportpy bug

Thank you.

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