We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f8a19 commit 4cb4982Copy full SHA for 4cb4982
docs/content/core/metrics.mdx
@@ -238,7 +238,12 @@ def lambda_handler(evt, ctx):
238
...
239
```
240
241
-If it's a cold start, this feature will add a metric named `ColdStart` and a dimension named `function_name`.
+If it's a cold start invocation, this feature will:
242
+
243
+* Create a separate EMF blob solely containing a metric named `ColdStart`
244
+* Add `function_name` and `service` dimensions
245
246
+This has the advantage of keeping cold start metric separate from your application metrics.
247
248
## Testing your code
249
0 commit comments