MCPcopy Create free account
hub / github.com/apache/trafficserver / TSStatIntSet

Function TSStatIntSet

src/api/InkAPI.cc:6276–6281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6274}
6275
6276void
6277TSStatIntSet(int id, TSMgmtInt value)
6278{
6279 sdk_assert(sdk_sanity_check_stat_id(id) == TS_SUCCESS);
6280 global_api_metrics[id].store(value);
6281}
6282
6283TSReturnCode
6284TSStatFindName(const char *name, int *idp)

Callers 13

TSPluginInitFunction · 0.85
setMethod · 0.85
createStatFunction · 0.85
setMetricMethod · 0.85
recordMetricMethod · 0.85
plugin_stat_defineFunction · 0.85
statSetFunction · 0.85
TSPluginInitFunction · 0.85
ts_lua_stat_set_valueFunction · 0.85
create_plugin_statsFunction · 0.85

Calls 2

sdk_sanity_check_stat_idFunction · 0.85
storeMethod · 0.45

Tested by 1