Skip to content

Commit a3665d1

Browse files
authored
fix: links in readme (#321)
1 parent 6cf52ea commit a3665d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ Documentation can be found at [cap.cloud.sap](https://cap.cloud.sap/docs) and [o
3838
- [Sampler](#sampler)
3939
- [Propagators](#propagators)
4040
- [Exporters](#exporters)
41-
- [High Resolution Timestamps (beta)](#high-resolution-timestamps)
41+
- [High Resolution Timestamps (beta)](#high-resolution-timestamps-beta)
4242
- [Environment Variables](#environment-variables)
43-
- [Custom Spans (beta)](#custom-spans)
43+
- [Custom Spans (beta)](#custom-spans-beta)
4444
- [Support, Feedback, Contributing](#support-feedback-contributing)
4545
- [Code of Conduct](#code-of-conduct)
4646
- [Licensing](#licensing)
@@ -477,7 +477,7 @@ Default:
477477
```
478478

479479

480-
### High Resolution Timestamps (beta) {#high-resolution-timestamps}
480+
### High Resolution Timestamps (beta)
481481

482482
By default, the start time of a span is taken from `Date.now()` and, hence, has only millisecond resolution.
483483
Via `cds.requires.telemetry.tracing.hrtime = true`, you can instruct the plugin to specify the start and end times of spans, which it does with nanosecond resolution.
@@ -500,7 +500,7 @@ Please note that `process.env.VCAP_APPLICATION` and `process.env.CF_INSTANCE_GUI
500500

501501

502502

503-
## Custom Spans (beta) {#custom-spans}
503+
## Custom Spans (beta)
504504

505505
Custom spans can be added to the trace hierarchy via [`tracer.startActiveSpan()`](https://open-telemetry.github.io/opentelemetry-js/interfaces/_opentelemetry_api.Tracer.html#startActiveSpan).
506506
For this, you need to create your own tracer via [TraceAPI.getTracer()](https://open-telemetry.github.io/opentelemetry-js/classes/_opentelemetry_api.TraceAPI.html#getTracer).

0 commit comments

Comments
 (0)