Skip to content

Commit

Permalink
fix(perf_hooks): Markdown lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
d4nyll committed Jan 16, 2024
1 parent a46448c commit 193ea77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/node/instrumentation-perf-hooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,16 @@ sdk.start()

Go to [`localhost:9464/metrics`](http://localhost:9464/metrics), and you should see:

```
```txt
# HELP nodejs_performance_event_loop_utilization Event loop utilization
# UNIT nodejs_performance_event_loop_utilization 1
# TYPE nodejs_performance_event_loop_utilization gauge
nodejs_performance_event_loop_utilization 0.010140079547955264
```

> Metrics will only be exported after it has collected two ELU readings (at least approximately `PerfHooksInstrumentationConfig.eventLoopUtilizationMeasurementInterval` milliseconds after initialization). Otherwise, you may see:
> ```
>
> ```txt
> # no registered metrics
> ```
Expand Down Expand Up @@ -77,4 +78,3 @@ Apache 2.0 - See [LICENSE][license-url] for more information.
[license-image]: https://img.shields.io/badge/license-Apache_2.0-green.svg?style=flat
[npm-url]: https://www.npmjs.com/package/@opentelemetry/instrumentation-pg
[npm-img]: https://badge.fury.io/js/%40opentelemetry%2Finstrumentation-pg.svg

0 comments on commit 193ea77

Please sign in to comment.