Skip to content

Commit 2646e6e

Browse files
Remove throughput violating topics from reporting to ALT SLA (#998)
1 parent c6ba83d commit 2646e6e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

datastream-server/src/main/java/com/linkedin/datastream/server/EventProducer.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -432,9 +432,6 @@ private void reportMetricsForThroughputViolatingTopics(DatastreamRecordMetadata
432432
long sourceToDestinationLatencyMs = System.currentTimeMillis() - eventsSourceTimestamp;
433433
reportEventLatencyMetrics(topicOrDatastreamName, metadata, sourceToDestinationLatencyMs, THROUGHPUT_VIOLATING_EVENTS_LATENCY_MS_STRING);
434434

435-
reportSLAMetrics(topicOrDatastreamName, sourceToDestinationLatencyMs <= _availabilityThresholdAlternateSlaMs,
436-
EVENTS_PRODUCED_WITHIN_ALTERNATE_SLA, EVENTS_PRODUCED_OUTSIDE_ALTERNATE_SLA);
437-
438435
if (_logger.isDebugEnabled()) {
439436
if (sourceToDestinationLatencyMs > _availabilityThresholdAlternateSlaMs) {
440437
_logger.debug(

0 commit comments

Comments
 (0)