We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79cccb7 commit 76c0fbeCopy full SHA for 76c0fbe
MIGRATION_v2_v3.md
@@ -10,7 +10,7 @@
10
5. [Execute query with table client and session pool](#execute-queries)
11
6. [Scans query result into local variables](#scan-result)
12
7. [Logging SDK's events](#logs)
13
-8. [Add metrics obout SDK's events](#metrics)
+8. [Add metrics about SDK's events](#metrics)
14
9. [Add `Jaeger` traces about SDK's events](#jaeger)
15
16
## Imports <a name="imports"></a>
@@ -259,7 +259,7 @@
259
)
260
```
261
262
-## Add metrics obout SDK's events <a name="metrics"></a>
+## Add metrics about SDK's events <a name="metrics"></a>
263
- in `v2`:
264
```go
265
config.Trace = ydb.DriverTrace{
0 commit comments