We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a30251 commit c558611Copy full SHA for c558611
README.md
@@ -42,6 +42,7 @@ Customizing the logger:
42
emf.New(
43
emf.WithWriter(os.Stderr), // Log to stderr.
44
emf.WithTimestamp(time.Now().Add(-time.Hour)), // Record past metrics.
45
+ emf.WithoutDimensions(), // Do not include useful Lambda related dimensions.
46
)
47
```
48
0 commit comments