Skip to content

Instantly share code, notes, and snippets.

@sebamontini
Created January 15, 2015 20:18
Show Gist options
  • Save sebamontini/a49afc96d5dbd9ea6af4 to your computer and use it in GitHub Desktop.
Save sebamontini/a49afc96d5dbd9ea6af4 to your computer and use it in GitHub Desktop.
dd-agent conf for spark
instances:
- host: localhost
port: 8050
name: spark_master
# # List of metrics to be collected by the integration
# # Read http://docs.datadoghq.com/integrations/java/ to learn how to customize it
init_config:
conf:
- include:
domain: java.lang
attribute:
- PeakThreadCount
- CurrentThreadUserTime
- include:
bean: metrics:name=spark.jobserver.JarManager.message-handler
- include:
bean: metrics:name=spark.jobserver.JobInfoActor.message-handler
- include:
bean: metrics:name=spark.jobserver.JobManagerActor.message-handler
- include:
bean: metrics:name=spark.jobserver.JobResultActor.message-handler
- include:
bean: metrics:name=spark.jobserver.JobStatusActor.message-handler
- include:
bean: metrics:name=spark.jobserver.LocalContextSupervisorActor.message-handler
- include:
bean: metrics:name=spark.jobserver.JobResultActor.result-cache-size
- include:
bean: metrics:name=spark.jobserver.JobResultActor.subscribers-size
- include:
bean: metrics:name=spark.jobserver.JobStatusActor.job-latency
- include:
bean: metrics:name=spark.jobserver.JobStatusActor.num-running-jobs
- include:
bean: metrics:name=spark.jobserver.LocalContextSupervisorActor.num-contexts
- include:
bean: metrics:name=spark.jobserver.RddManagerActor.message-handler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment