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
{{ message }}
This repository was archived by the owner on Oct 3, 2023. It is now read-only.
- Add support for supplying instrumentation configuration via tracing option. Option argument added to instrumentation interface.
10
11
- Add ignoreIncomingPaths and ignoreOutgoingUrls support to the http and https tracing instrumentations.
@@ -14,26 +15,82 @@ All notable changes to this project will be documented in this file.
14
15
15
16
- Modify `Logger` interface: `level` made optional, `silly` removed.
16
17
- The ```new Stats()``` has been deprecated on Stats class. The global singleton ```globalStats``` object should be used instead. Also, ```registerView()``` is separated out from ```createView()```.
18
+
- Use ```TagKey```, ```TagValue``` and ```TagMap``` to create the tag keys, tag values.
0 commit comments