Fix Typos in DruidToGraphiteEventConverter (#14219)

This commit is contained in:
minseok 2023-05-08 21:16:32 +09:00 committed by GitHub
parent a7a4bfd331
commit 3c62c00d4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ import org.apache.druid.java.util.emitter.service.ServiceMetricEvent;
public interface DruidToGraphiteEventConverter
{
/**
* This function acts as a filter. It returns <tt>null</tt> if the event is not suppose to be emitted to Graphite
* This function acts as a filter. It returns <tt>null</tt> if the event is not supposed to be emitted to Graphite
* Also This function will define the mapping between the druid event dimension's values and Graphite metric Path
*
* @param serviceMetricEvent Druid event ot type {@link ServiceMetricEvent}