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

Handling missing keys #109

Open
mweidling opened this issue Sep 24, 2024 · 0 comments
Open

Handling missing keys #109

mweidling opened this issue Sep 24, 2024 · 0 comments

Comments

@mweidling
Copy link
Contributor

In some cases, keys that represent relevant metrics might be missing.

One example is the cpu_time which misses in workflows where bashlib processors are used (unlike the Python based processors, they don't provide any information about the CPU time. To ensure – or at least to not skew – comparability – @MareenGeestmann and I discussed that it would be better to not provide any CPU time at all in these cases).

The current implementation of the Mongo API is configured to not display any keys which have a value of null (in accordance with @paulpestov ). The front end has to handle this fact, especially for the cases where a metric is affected.

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