目录1. Gauge指标类型1.1 不带label的基本例子1.2 带有固定label指标的例子1.3 带有非固定label指标的例子2. Counter指标类型2.1 不带label的基本例子2.2 带有固定label指标的例子2.3 带有非固定label指标的例子3. H
Take the following class: class mytype { double num; public: mytype(int a) { num = sqrt(a); } void print() {