Skip to content

Commit c2e2c20

Browse files
committed
1 parent 406b7a6 commit c2e2c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/relay_metrics.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@
790790
{
791791
"type": "Counter",
792792
"name": "runtime.task.spawn.created",
793-
"description": "Number of runtime tasks created/spawned.\n\nEvery call to [`spawn`](`crate::spawn`) increases this counter by one.\n\nThis metric is tagged with:\n- `id`: A unique identifier for the task, derived from its location in code.\n- `file`: The source filename where the task is created.\n- `line`: The source line where the task is created within the file.",
793+
"description": "Number of runtime tasks created/spawned.\n\nEvery call to [`spawn`](`crate::spawn()`) increases this counter by one.\n\nThis metric is tagged with:\n- `id`: A unique identifier for the task, derived from its location in code.\n- `file`: The source filename where the task is created.\n- `line`: The source line where the task is created within the file.",
794794
"features": []
795795
},
796796
{

0 commit comments

Comments
 (0)