Skip to content

Commit

Permalink
Merge pull request #31 from telekom/feature-new-sse-metric
Browse files Browse the repository at this point in the history
feat: add new metric to monitor sent sse events
  • Loading branch information
Th3Shadowbroker authored Sep 18, 2024
2 parents e83a636 + 9b34db4 commit 0a2c570
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ public class HorizonMetricsConstants {
public static final String METRIC_PUBLISHED_EVENTS = "published_events";
public static final String METRIC_MULTIPLEXED_EVENTS = "multiplexed_events";
public static final String METRIC_SUBSCRIPTION_COUNT = "subscription_count";
public static final String METRIC_SENT_SSE_EVENTS = "sent_sse_events";
public static final String METRIC_OPEN_SSE_CONNECTIONS = "open_sse_connections";
public static final String METRIC_OPEN_CIRCUIT_BREAKERS = "open_circuit_breakers";
public static final String METRIC_CALLBACK_HTTP_CODE_COUNT = "callback_http_code_count";
Expand Down

0 comments on commit 0a2c570

Please sign in to comment.