Skip to content

Commit

Permalink
Added missing metrics for launchplanidkey and phase (flyteorg#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmahindrakar-oss authored Apr 14, 2022
1 parent 3c29b17 commit 91787d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/entrypoints/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ func init() {
// Set Keys
labeled.SetMetricKeys(contextutils.AppNameKey, contextutils.ProjectKey, contextutils.DomainKey,
contextutils.ExecIDKey, contextutils.WorkflowIDKey, contextutils.NodeIDKey, contextutils.TaskIDKey,
contextutils.TaskTypeKey, common.RuntimeTypeKey, common.RuntimeVersionKey)
contextutils.TaskTypeKey, contextutils.PhaseKey, contextutils.LaunchPlanIDKey, common.RuntimeTypeKey,
common.RuntimeVersionKey)
}

0 comments on commit 91787d2

Please sign in to comment.