You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,10 @@
3
3
This package goal is to make the experience of configuring and working with OpenTelemetry easier.
4
4
5
5
## [Manual for easy local grafana deployment](./localManual.md)
6
+
7
+
## API documentation
8
+
Check the autogenerated documentation [here](https://mapcolonies.github.io/telemetry/).
9
+
6
10
## example
7
11
Below are short examples for tracing and metrics. More examples are available at the [examples folder](examples/), and the various opentelemetry repos.
8
12
### Tracing
@@ -29,7 +33,7 @@ span.end();
29
33
tracing.stop().then(() =>console.log('done'));
30
34
```
31
35
32
-
Another way for initialize tracing with custom resource:
36
+
Another way to initialize tracing with custom resource:
0 commit comments