Skip to content

Commit 2fb0462

Browse files
committed
add lua metrics
1 parent 1dfbcf8 commit 2fb0462

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

metrics/all.go

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

metrics/metrics.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1937,5 +1937,19 @@
19371937
"name": "StackDeltaProviderSuccess",
19381938
"field": "agent.stack_delta_extraction.success",
19391939
"id": 271
1940+
},
1941+
{
1942+
"description": "Number of attempted LuaJIT unwinds",
1943+
"type": "counter",
1944+
"name": "UnwindLuaJITAttempts",
1945+
"field": "bpf.luajit.attempts",
1946+
"id": 272
1947+
},
1948+
{
1949+
"description": "Number of times we didn't find an entry for this process in the LuaJIT process info array",
1950+
"type": "counter",
1951+
"name": "UnwindLuaJITErrNoProcInfo",
1952+
"field": "bpf.luajit.errors.no_proc_info",
1953+
"id": 273
19401954
}
19411955
]

0 commit comments

Comments
 (0)