Skip to content
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.

Commit

Permalink
Merge pull request #79 from Smarker/rename-customevent
Browse files Browse the repository at this point in the history
Rename process.events to batch.receive for logging an incoming RDD
  • Loading branch information
Smarker committed Aug 11, 2017
2 parents d675bbb + fc94da4 commit 837cef5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -14,7 +14,7 @@ class AppInsightsTelemetry extends FortisTelemetry {
val metrics = new HashMap[String, java.lang.Double](1)
metrics.put("batchSize", batchSize.toDouble)

client.trackEvent("process.events", properties, metrics)
client.trackEvent("batch.receive", properties, metrics)
}

}

0 comments on commit 837cef5

Please sign in to comment.