|
1990 | 1990 | "description": "Number of failures reading Go custom labels", |
1991 | 1991 | "type": "counter", |
1992 | 1992 | "name": "UnwindGoCustomLabelsFailures", |
1993 | | - "field": "bpf.golabls.errors.no_proc_info", |
| 1993 | + "field": "bpf.golabels.errors.no_proc_info", |
1994 | 1994 | "id": 276 |
1995 | 1995 | }, |
| 1996 | + { |
| 1997 | + "description": "Number of failures to get TSD base for native custom labels", |
| 1998 | + "type": "counter", |
| 1999 | + "name": "UnwindNativeCustomLabelsErrReadTsdBase", |
| 2000 | + "field": "bpf.nativelabels.errors.read_tsd_base", |
| 2001 | + "id": 277 |
| 2002 | + }, |
| 2003 | + { |
| 2004 | + "description": "Number of failures to read native custom labels thread-local object", |
| 2005 | + "type": "counter", |
| 2006 | + "name": "UnwindNativeCustomLabelsErrReadData", |
| 2007 | + "field": "bpf.nativelabels.errors.read_data", |
| 2008 | + "id": 278 |
| 2009 | + }, |
| 2010 | + { |
| 2011 | + "description": "Number of failures to read native custom labels key buffer", |
| 2012 | + "type": "counter", |
| 2013 | + "name": "UnwindNativeCustomLabelsErrReadKey", |
| 2014 | + "field": "bpf.nativelabels.errors.read_key", |
| 2015 | + "id": 279 |
| 2016 | + }, |
| 2017 | + { |
| 2018 | + "description": "Number of failures to read native custom labels value buffer", |
| 2019 | + "type": "counter", |
| 2020 | + "name": "UnwindNativeCustomLabelsErrReadValue", |
| 2021 | + "field": "bpf.nativelabels.errors.read_value", |
| 2022 | + "id": 280 |
| 2023 | + }, |
| 2024 | + { |
| 2025 | + "description": "Number of successful reads of native custom labels", |
| 2026 | + "type": "counter", |
| 2027 | + "name": "UnwindNativeCustomLabelsReadSuccesses", |
| 2028 | + "field": "bpf.nativelabels.read.successes", |
| 2029 | + "id": 281 |
| 2030 | + }, |
| 2031 | + { |
| 2032 | + "description": "Total number of failures to add native custom labels", |
| 2033 | + "type": "counter", |
| 2034 | + "name": "UnwindNativeCustomLabelsAddErrors", |
| 2035 | + "field": "bpf.nativelabels.add.errors", |
| 2036 | + "id": 282 |
| 2037 | + }, |
| 2038 | + { |
| 2039 | + "description": "Number of successes adding native custom labels", |
| 2040 | + "type": "counter", |
| 2041 | + "name": "UnwindNativeCustomLabelsAddSuccesses", |
| 2042 | + "field": "bpf.nativelabels.add.successes", |
| 2043 | + "id": 283 |
| 2044 | + }, |
1996 | 2045 | { |
1997 | 2046 | "description": "Number of attempted LuaJIT unwinds", |
1998 | 2047 | "type": "counter", |
1999 | 2048 | "name": "UnwindLuaJITAttempts", |
2000 | 2049 | "field": "bpf.luajit.attempts", |
2001 | | - "id": 277 |
| 2050 | + "id": 284 |
2002 | 2051 | }, |
2003 | 2052 | { |
2004 | 2053 | "description": "Number of times we didn't find an entry for this process in the LuaJIT process info array", |
2005 | 2054 | "type": "counter", |
2006 | 2055 | "name": "UnwindLuaJITErrNoProcInfo", |
2007 | 2056 | "field": "bpf.luajit.errors.no_proc_info", |
2008 | | - "id": 278 |
| 2057 | + "id": 285 |
2009 | 2058 | } |
2010 | 2059 | ] |
0 commit comments