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
**location**: `str` | `collect.handler:1` | Source code location where statement was executed
53
+
**message**: `Any` | `Collecting payment` | Unserializable JSON values are casted as `str`
54
+
**timestamp**: `str` | `2021-05-03 10:20:19,650+0200` | Timestamp with milliseconds, by default uses local timezone
55
+
**service**: `str` | `payment` | Service name defined, by default `service_undefined`
56
+
**xray_trace_id**: `str` | `1-5759e988-bd862e3fe1be46a994272793` | When [tracing is enabled](https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html), it shows X-Ray Trace ID
57
+
**sampling_rate**: `float` | `0.1` | When enabled, it shows sampling rate in percentage e.g. 10%
0 commit comments