Commits
Click on a commit to change the comparison rangefeat(client): Adjust some of the tracing spans and add more internal spans
Adjust `connect` span to include the time spent waiting for the library
loading.
Adds following internal spans:
- `instantiateLibrary` - overarching span over resolving openssl
version, looking up and loading library and isntantiatiating engine
isntance.
- `getPlatform` - OS/openssl version detection
- `engineConstructor` - creation of engine instaance after library have
been loaded.
- `dmmf` - overarching span for all dmmf loading routines
- `getDmmf` - `getDmmf` call, as measured from the client
- `parseDmmf` - parsing dmmf string
- `processDmmf` - constructing `DMMFHelper` class
- `processResults` - unpacking/deserializing engine response after we
got it from the engine. feat(client): Adjust some of the tracing spans and add more internal spans
Adjust `connect` span to include the time spent waiting for the library
loading.
Adds following internal spans:
- `instantiateLibrary` - overarching span over resolving openssl
version, looking up and loading library and isntantiatiating engine
isntance.
- `getPlatform` - OS/openssl version detection
- `engineConstructor` - creation of engine instaance after library have
been loaded.
- `dmmf` - overarching span for all dmmf loading routines
- `getDmmf` - `getDmmf` call, as measured from the client
- `parseDmmf` - parsing dmmf string
- `processDmmf` - constructing `DMMFHelper` class
- `processResults` - unpacking/deserializing engine response after we
got it from the engine.