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

Only 100 events are shown #607

Open
tdudgeon opened this issue Jun 20, 2022 · 3 comments
Open

Only 100 events are shown #607

tdudgeon opened this issue Jun 20, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@tdudgeon
Copy link
Contributor

The DM API has a default limit of showing only 100 events. In some cases jobs can create more than than this in which case you don't see the ones after 100 which is confusing to the user.

The API does allow to provide a parameter for how many to include, and an offset to start from.

Probably we should:

  1. increase the default a bit (e.g. 500)
  2. change noisy jobs to be less noisy (the one of concern here is the shard job)
  3. enhance the UI so that it requests a specific number of events and if it gets exactly that many it goes back for more
@tdudgeon tdudgeon added the enhancement New feature or request label Jun 20, 2022
@tdudgeon
Copy link
Contributor Author

I reconfigured the shard job so that it is now less noisy. So this is less of a priority now, but still needs to be handled at some stage. If the default limit in the API is also raised to 500 then I don't think we'll see this very often.

@alanbchristie
Copy link

Just noticed that I exposed the DM-API default event limit to the Pod ENV. So a simple restart of the DM should suffice - but I will change the 'out of box' value shortly.

@alanbchristie
Copy link

The default event limit has been set to 500. Unless this is changed by a Pod EVN variable it should be the value for all current deployments.

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

No branches or pull requests

3 participants