Skip to content

Commit

Permalink
Consistent label formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dgieselaar committed Nov 8, 2021
1 parent ba9995e commit b99d0c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/actions/server/lib/action_executor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export class ActionExecutor {
name: `execute_action`,
type: 'actions',
labels: {
actionId,
actions_action_id: actionId,
},
},
async (span) => {
Expand Down Expand Up @@ -135,7 +135,7 @@ export class ActionExecutor {
if (span) {
span.name = `execute_action ${actionTypeId}`;
span.addLabels({
actionTypeId,
actions_action_type_id: actionTypeId,
});
}

Expand Down

0 comments on commit b99d0c2

Please sign in to comment.