Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoyuki Morita <[email protected]>
  • Loading branch information
ykmr1224 committed Jun 13, 2024
1 parent d407ad4 commit 0691ca9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

package org.opensearch.sql.spark.metrics;

/**
* Interface to abstract the emit of metrics
*/
public interface MetricsService {
void incrementNumericalMetric(EmrMetrics emrMetrics);
}

0 comments on commit 0691ca9

Please sign in to comment.