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

Make debounceTimeMillis configurable with @ConfigProperty #90

Open
dkwon17 opened this issue Mar 8, 2022 · 0 comments
Open

Make debounceTimeMillis configurable with @ConfigProperty #90

dkwon17 opened this issue Mar 8, 2022 · 0 comments

Comments

@dkwon17
Copy link
Contributor

dkwon17 commented Mar 8, 2022

It would be great if debounceTimeMillis (which is the time frame that identical telemetry events within it, would be merged into one telemetry event) can be introduced into BaseConfiguration as a @ConfigProperty so that it can be configured via environment variables, application.properties etc.

To do this, the following could be added to BaseConfiguration:

  @ConfigProperty(name="debounce.timeout", defaultValue = "1500")
  protected long debounceTimeout;

then, this value could be read from AbstractAnalyticsManager

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant