Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/4644#discussion_r25213794
  
    --- Diff: docs/monitoring.md ---
    @@ -176,6 +176,7 @@ Each instance can report to zero or more _sinks_. Sinks 
are contained in the
     * `JmxSink`: Registers metrics for viewing in a JMX console.
     * `MetricsServlet`: Adds a servlet within the existing Spark UI to serve 
metrics data as JSON data.
     * `GraphiteSink`: Sends metrics to a Graphite node.
    +* `Slf4jSink`: Sends metrics to log4j as logging entries
    --- End diff --
    
    Couldn't it be sent from slf4j to another logging system too? it's possible 
to swap out the slf4j-log4j binding that Spark uses with a little work.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to