Skip to content

Commit

Permalink
fix(telemetry): event name typo (#10551)
Browse files Browse the repository at this point in the history
## Description

Fixes typo for kernel upgrade event

### Security Considerations

None

### Scaling Considerations

None

### Documentation Considerations

None

### Testing Considerations

Shouldn't affect operations

### Upgrade Considerations

Chain software but doesn't affect consensus as it's an optional (off by default) plugin
  • Loading branch information
mergify[bot] authored Nov 22, 2024
2 parents a7bee20 + 9e19321 commit 0105e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/telemetry/src/slog-to-otel.js
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ export const makeSlogToOtelKit = (tracer, overrideAttrs = {}) => {
spans.pop('timer-poll');
break;
}
case 'cosmic-swinget-inject-kernel-upgrade-events': {
case 'cosmic-swingset-inject-kernel-upgrade-events': {
spans.push('kernel-upgrade-events');
spans.pop('kernel-upgrade-events');
break;
Expand Down

0 comments on commit 0105e1a

Please sign in to comment.