| 421 | } |
| 422 | |
| 423 | IntCounter* AddCounter(const std::string& key, const int64_t value, |
| 424 | const std::string& metric_def_arg = "") { |
| 425 | return RegisterMetric(new IntCounter(MetricDefs::Get(key, metric_def_arg), value)); |
| 426 | } |
| 427 | |
| 428 | AtomicHighWaterMarkGauge* AddHWMGauge(const std::string& key_hwm, |
| 429 | const std::string& key_curent_value, const int64_t value, |
no outgoing calls