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

Nima: Observe Health #5427

Closed
Tracked by #4766
tomas-langer opened this issue Nov 14, 2022 · 1 comment
Closed
Tracked by #4766

Nima: Observe Health #5427

tomas-langer opened this issue Nov 14, 2022 · 1 comment
Assignees
Labels
4.x Version 4.x Níma Helidon Níma task To do
Milestone

Comments

@tomas-langer
Copy link
Member

tomas-langer commented Nov 14, 2022

HealthService fix TODO

@tomas-langer tomas-langer changed the title Observe health HealthService fix TODO Nima: Observe Health Nov 14, 2022
@tomas-langer tomas-langer added task To do 4.x Version 4.x Níma Helidon Níma labels Nov 14, 2022
@tomas-langer tomas-langer modified the milestones: 4.0.0, 4.0.0-M1 Nov 14, 2022
@tjquinno
Copy link
Member

I assume this is the TODO you mean to refer to:

@Override
public HealthFeature build() {
providers.build()
.asList()
.stream()
// TODO use configuration
.map(provider -> provider.healthChecks(Config.empty()))
.flatMap(Collection::stream)
.forEach(it -> addCheck(it, it.type()));
return new HealthFeature(this);
}

@tjquinno tjquinno self-assigned this Nov 30, 2022
@tjquinno tjquinno closed this as completed Dec 6, 2022
@m0mus m0mus added this to Backlog Aug 12, 2024
@m0mus m0mus moved this to Closed in Backlog Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x Níma Helidon Níma task To do
Projects
Archived in project
Development

No branches or pull requests

2 participants