Documentation ¶
Overview ¶
The go-ethereum library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
Index ¶
- func InfluxDB(r metrics.Registry, d time.Duration, ...)
- func InfluxDBV2WithTags(r metrics.Registry, d time.Duration, endpoint string, token string, ...)
- func InfluxDBWithTags(r metrics.Registry, d time.Duration, ...)
- func InfluxDBWithTagsOnce(r metrics.Registry, url, database, username, password, namespace string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InfluxDB ¶
func InfluxDB(r metrics.Registry, d time.Duration, url, database, username, password, namespace string)
InfluxDB starts a InfluxDB reporter which will post the from the given metrics.Registry at each d interval.
func InfluxDBV2WithTags ¶ added in v1.10.8
func InfluxDBV2WithTags(r metrics.Registry, d time.Duration, endpoint string, token string, bucket string, organization string, namespace string, tags map[string]string)
InfluxDBWithTags starts a InfluxDB reporter which will post the from the given metrics.Registry at each d interval with the specified tags
Types ¶
This section is empty.