This is an automated email from the ASF dual-hosted git repository.
abhishek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 3c62c00d4c Fix Typos in DruidToGraphiteEventConverter (#14219)
3c62c00d4c is described below
commit 3c62c00d4c86ff002480a28c917afd4bc8dd3451
Author: minseok <[email protected]>
AuthorDate: Mon May 8 21:16:32 2023 +0900
Fix Typos in DruidToGraphiteEventConverter (#14219)
---
.../apache/druid/emitter/graphite/DruidToGraphiteEventConverter.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/extensions-contrib/graphite-emitter/src/main/java/org/apache/druid/emitter/graphite/DruidToGraphiteEventConverter.java
b/extensions-contrib/graphite-emitter/src/main/java/org/apache/druid/emitter/graphite/DruidToGraphiteEventConverter.java
index 35505ccc15..7f927b559e 100644
---
a/extensions-contrib/graphite-emitter/src/main/java/org/apache/druid/emitter/graphite/DruidToGraphiteEventConverter.java
+++
b/extensions-contrib/graphite-emitter/src/main/java/org/apache/druid/emitter/graphite/DruidToGraphiteEventConverter.java
@@ -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}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]