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

Have the collector skip configurations without an uri #2296

Open
Tdue21 opened this issue Sep 10, 2024 · 0 comments
Open

Have the collector skip configurations without an uri #2296

Tdue21 opened this issue Sep 10, 2024 · 0 comments

Comments

@Tdue21
Copy link

Tdue21 commented Sep 10, 2024

What would you like to be added:

I would like the health check collector service to skip configurations without an uri.

Why is this needed:

We are using the sample UI for the forseeable future. At some point we aim to build some kind of UI ourselves, but that is in the future.
I have finished a small project for pushing health checks via the IHealthCheckPublisher.

I have a process that receives these healthchecks and adds them to the database.
However, in order to show them, I have to create a record in the Configurations table and since this is push messages, the record does not have an uri.
image

This causes the collector to fail when it tries to collect from these configurations.
So, in the UI the state of the service changes between:
image

and
image

Depending on whether the collector or the push processor ran last.

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