| 139 | } |
| 140 | |
| 141 | void |
| 142 | create_stat_name(swoc::FixedBufferWriter &stat_name, std::string_view const h, std::string_view const b) |
| 143 | { |
| 144 | stat_name.clear().restrict(1); |
| 145 | stat_name.print("plugin.{}.{}.{}", PLUGIN_NAME, h, b); |
| 146 | stat_name.restore(1).write('\0'); |
| 147 | } |
| 148 | |
| 149 | int |
| 150 | handle_txn_close(TSCont cont, TSEvent event ATS_UNUSED, void *edata) |