Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No instances handling in Rest collector #3357

Closed
rahulguptajss opened this issue Dec 5, 2024 · 0 comments · Fixed by #3358 or #3360
Closed

No instances handling in Rest collector #3357

rahulguptajss opened this issue Dec 5, 2024 · 0 comments · Fixed by #3358 or #3360
Assignees
Labels
25.02 bug Something isn't working status/testme

Comments

@rahulguptajss
Copy link
Contributor

When there are no instances in the REST collector, the collector no longer goes into standby mode. This behavior change was introduced in #3305. There is no functional impact due to this change. It affects the retry logic, determining when to attempt the poll next, which should be every 5 minutes. Currently, it follows the REST collector's schedule cycle for the next run.

time=2024-12-05T15:14:07.205+05:30 level=INFO source=collector.go:601 msg=Collected Poller=dc-1 collector=Rest:Volume apiMs=3750 bytesRx=162845 calcMs=0 exportMs=0 instances=0 instancesExported=1 metrics=0 metricsExported=1 numCalls=5 parseMs=0 pluginInstances=0 pluginMs=1681 pollMs=5433 renderedBytes=92 zBegin=1733391841772
@rahulguptajss rahulguptajss added bug Something isn't working status/open 25.02 labels Dec 5, 2024
@rahulguptajss rahulguptajss self-assigned this Dec 5, 2024
@rahulguptajss rahulguptajss linked a pull request Dec 5, 2024 that will close this issue
@rahulguptajss rahulguptajss linked a pull request Dec 5, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
25.02 bug Something isn't working status/testme
Projects
None yet
2 participants