Skip to content

Commit

Permalink
fix rule
Browse files Browse the repository at this point in the history
  • Loading branch information
EddeCCC committed Aug 27, 2024
1 parent ee01a4e commit 3cc5b37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ class InspectItOcelotInstrumentationPlanMapper {
this.entry = mapOf(getSimpleAction("method_entry_time", "a_timing_nanos"))
this.exit = mapOf(Pair("duration", ActionCallSettings().apply {
this.action = "a_timing_elapsedMillis"
this.dataInput = mapOf(Pair("timestamp", "method_entry_time"))
this.dataInput = mapOf(Pair("since_nanos", "method_entry_time"))
}))
this.scopes = mapOf(Pair(instrument.location.toScopeName(), true))
this.metrics = mapOf(
Expand Down

0 comments on commit 3cc5b37

Please sign in to comment.