Skip to content

Commit

Permalink
fix: emit pipeline metrics even if no pipeline is running (#2257)
Browse files Browse the repository at this point in the history
  • Loading branch information
bossenti authored Dec 1, 2023
1 parent 642dea8 commit fc49429
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ public void checkAndRestorePipelineElements() {
- pipelinesStats.getAttentionRequiredPipelines();
pipelinesStats.setHealthyPipelines(healthNum);
pipelinesStats.setElementCount(getElementsCount(allPipelines));
pipelinesStats.metrics();
}
pipelinesStats.metrics();
}

private String findEndpointUrl(InvocableStreamPipesEntity graph) throws NoServiceEndpointsAvailableException {
Expand Down

0 comments on commit fc49429

Please sign in to comment.