Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ Por ejemplo verifica que los backend (en este caso la API de github, a traves de
body.put("healthy", true);
body.put("totalAdditions", myMetric.getValue());
body.put("metric", myMetric);
// Cambio
body.put("remoterepo", healthzGithubRepo);

log.fine("La respuesta recibida ha sido: "+myMetric);
}else {
log.fine("La respuesta del remoto no se ha recibido bien");
Expand Down