Skip to content

Commit

Permalink
add lua metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
gnurizen committed Oct 24, 2024
1 parent 48f7888 commit c488e41
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
12 changes: 12 additions & 0 deletions metrics/all.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions metrics/metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -1930,5 +1930,19 @@
"name": "StackDeltaProviderSuccess",
"field": "agent.stack_delta_extraction.success",
"id": 271
},
{
"description": "Number of attempted LuaJIT unwinds",
"type": "counter",
"name": "UnwindLuaJITAttempts",
"field": "bpf.luajit.attempts",
"id": 272
},
{
"description": "Number of times we didn't find an entry for this process in the LuaJIT process info array",
"type": "counter",
"name": "UnwindLuaJITErrNoProcInfo",
"field": "bpf.luajit.errors.no_proc_info",
"id": 273
}
]

0 comments on commit c488e41

Please sign in to comment.