Skip to content

Commit eadf3c6

Browse files
committed
add native CL metrics and placeholders
fold this into respective commits
1 parent 15a4d82 commit eadf3c6

File tree

2 files changed

+89
-0
lines changed

2 files changed

+89
-0
lines changed

metrics/ids.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: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2016,6 +2016,83 @@
20162016
"field": "bpf.golabels.errors",
20172017
"id": 279
20182018
},
2019+
{
2020+
"description": "placeholder, will be added in a future PR",
2021+
"type": "counter",
2022+
"name": "placeholder280",
2023+
"field": "placeholder280",
2024+
"id": 280
2025+
},
2026+
{
2027+
"description": "placeholder, will be added in a future PR",
2028+
"type": "counter",
2029+
"name": "placeholder281",
2030+
"field": "placeholder281",
2031+
"id": 281
2032+
},
2033+
{
2034+
"description": "Number of failures to get TSD base for native custom labels",
2035+
"type": "counter",
2036+
"name": "UnwindNativeCustomLabelsErrReadTsdBase",
2037+
"field": "bpf.native_custom_labels.errors.read_tsd_base",
2038+
"id": 282
2039+
},
2040+
{
2041+
"description": "Number of failures to read native custom labels thread-local object",
2042+
"type": "counter",
2043+
"name": "UnwindNativeCustomLabelsErrReadData",
2044+
"field": "bpf.native_custom_labels.errors.read_data",
2045+
"id": 283
2046+
},
2047+
{
2048+
"description": "Number of failures to read native custom labels key buffer",
2049+
"type": "counter",
2050+
"name": "UnwindNativeCustomLabelsErrReadKey",
2051+
"field": "bpf.native_custom_labels.errors.read_key",
2052+
"id": 284
2053+
},
2054+
{
2055+
"description": "Number of failures to read native custom labels value buffer",
2056+
"type": "counter",
2057+
"name": "UnwindNativeCustomLabelsErrReadValue",
2058+
"field": "bpf.native_custom_labels.errors.read_value",
2059+
"id": 285
2060+
},
2061+
{
2062+
"description": "Number of successful reads of native custom labels",
2063+
"type": "counter",
2064+
"name": "UnwindNativeCustomLabelsReadSuccesses",
2065+
"field": "bpf.native_custom_labels.read.successes",
2066+
"id": 286
2067+
},
2068+
{
2069+
"description": "Total number of failures to add native custom labels",
2070+
"type": "counter",
2071+
"name": "UnwindNativeCustomLabelsAddErrors",
2072+
"field": "bpf.native_custom_labels.add.errors",
2073+
"id": 287
2074+
},
2075+
{
2076+
"description": "Number of successes adding native custom labels",
2077+
"type": "counter",
2078+
"name": "UnwindNativeCustomLabelsAddSuccesses",
2079+
"field": "bpf.native_custom_labels.add.successes",
2080+
"id": 288
2081+
},
2082+
{
2083+
"description": "placeholder, will be added in a future PR",
2084+
"type": "counter",
2085+
"name": "placeholder289",
2086+
"field": "placeholder289",
2087+
"id": 289
2088+
},
2089+
{
2090+
"description": "placeholder, will be added in a future PR",
2091+
"type": "counter",
2092+
"name": "placeholder290",
2093+
"field": "placeholder290",
2094+
"id": 290
2095+
},
20192096
{
20202097
"description": "Number of attempts to read Node.js custom labels",
20212098
"type": "counter",

0 commit comments

Comments
 (0)