diff --git a/datastream-server/src/main/java/com/linkedin/datastream/server/EventProducer.java b/datastream-server/src/main/java/com/linkedin/datastream/server/EventProducer.java index 85bfa4f53..2cda59932 100644 --- a/datastream-server/src/main/java/com/linkedin/datastream/server/EventProducer.java +++ b/datastream-server/src/main/java/com/linkedin/datastream/server/EventProducer.java @@ -432,9 +432,6 @@ private void reportMetricsForThroughputViolatingTopics(DatastreamRecordMetadata long sourceToDestinationLatencyMs = System.currentTimeMillis() - eventsSourceTimestamp; reportEventLatencyMetrics(topicOrDatastreamName, metadata, sourceToDestinationLatencyMs, THROUGHPUT_VIOLATING_EVENTS_LATENCY_MS_STRING); - reportSLAMetrics(topicOrDatastreamName, sourceToDestinationLatencyMs <= _availabilityThresholdAlternateSlaMs, - EVENTS_PRODUCED_WITHIN_ALTERNATE_SLA, EVENTS_PRODUCED_OUTSIDE_ALTERNATE_SLA); - if (_logger.isDebugEnabled()) { if (sourceToDestinationLatencyMs > _availabilityThresholdAlternateSlaMs) { _logger.debug(