Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
myrotvorets-team committed Oct 14, 2023
1 parent e3bdba8 commit ece05c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/processmetrics.mts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function createMemUsageCounter(meter: Meter): ObservableUpDownCounter {
});
}

export async function initProcessMetrcis(): Promise<void> {
export async function initProcessMetrics(): Promise<void> {
const meter = getMeter();
const cpuTime = meter.createObservableCounter('process.cpu.time', {
unit: 's',
Expand Down

0 comments on commit ece05c1

Please sign in to comment.