[
https://issues.apache.org/jira/browse/SAMZA-1049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15684114#comment-15684114
]
Jake Maes commented on SAMZA-1049:
----------------------------------
[~spvenkat], The new patch fixes the 'apply' error but doesn't build.
This doesn't inspire confidence. Did you test this patch?
{noFormat}
:samza-core_2.10:compileJava UP-TO-DATE
:samza-core_2.10:compileScala
[ant:scalac]
/Users/jmaes/workspace/samza/samza/samza-core/src/main/scala/org/apache/samza/container/SamzaContainer.scala:155:
error: value getMetricsTimerEnabled is not a member of
org.apache.samza.config.Config
[ant:scalac] val clock = if (config.getMetricsTimerEnabled) {
[ant:scalac] ^
[ant:scalac] one error found
:samza-core_2.10:compileScala FAILED
FAILURE: Build failed with an exception.
{noFormat}
> Enable support for reporting metrics from Monitors in SamzaRest.
> ----------------------------------------------------------------
>
> Key: SAMZA-1049
> URL: https://issues.apache.org/jira/browse/SAMZA-1049
> Project: Samza
> Issue Type: New Feature
> Reporter: Shanthoosh Venkataraman
> Assignee: Shanthoosh Venkataraman
> Priority: Minor
> Attachments: rb53297.patch
>
>
> Metrics is an important and adequate mechanism to track and
> measure the behavior of the monitors in an environment and define alerts
> based upon them. In majority of the cases, tracking the behavior of the
> monitors through metrics will be useful in debugging.
> This ticket aims at enabling the creation and reporting of
> metrics from the monitors in `SamzaRest` package. Metrics can be reported to
> multiple sinks and configuration for each sink should be defined in
> `SamzaRest` configuration.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)