Skip to content

Commit b673f9e

Browse files
author
Brendan Doyle
committed
update action container metrics subactions to action instead of namespace
1 parent 0912c73 commit b673f9e

File tree

1 file changed

+2
-2
lines changed
  • common/scala/src/main/scala/org/apache/openwhisk/common

1 file changed

+2
-2
lines changed

common/scala/src/main/scala/org/apache/openwhisk/common/Logging.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,14 +377,14 @@ object LoggingMarkers {
377377
scheduler,
378378
"actionContainer",
379379
counter,
380-
Some(namespace),
380+
Some(action),
381381
Map("namespace" -> namespace, "action" -> action))(MeasurementUnit.none)
382382
def SCHEDULER_ACTION_INPROGRESS_CONTAINER(namespace: String, action: String) =
383383
LogMarkerToken(
384384
scheduler,
385385
"actionInProgressContainer",
386386
counter,
387-
Some(namespace),
387+
Some(action),
388388
Map("namespace" -> namespace, "action" -> action))(MeasurementUnit.none)
389389

390390
/*

0 commit comments

Comments
 (0)