Categorygithub.com/emicklei/hazana-stackdriver-monitoring

# README

hazana-stackdriver-monitoring

extension to the hazana package that will send metrics and logging information to Stackdriver

requirements

The configuration of hazana must have the following meta data entries:

"metric.type": "custom.googleapis.com/YOUR-CUSTOM-PATH"
"log_name"   : "your-application-load-test.log"

This package requires go version 1.9+

using custom metrics

see https://cloud.google.com/monitoring/custom-metrics/creating-metrics

# Packages

No description provided by the author

# Functions

NewMonitor returns a new Monitor decoration on an Attack.
NewStackDriver create a connected StackDriver for a given project.

# Structs

Monitor is an Attack decorator that send latency metrics to Stackdriver.
StackDriver provides the api to send a hazana.RunReport.