package
1.0.0
Repository: https://github.com/kyawmyintthein/hystrix-go.git
Documentation: pkg.go.dev

# Functions

InitializeGraphiteCollector creates the connection to the graphite server and should be called before any metrics are recorded.
InitializeStatsdCollector creates the connection to the Statsd server and should be called before any metrics are recorded.
NewDatadogCollector creates a collector for a specific circuit with a "github.com/DataDog/datadog-go/statsd".(*Client).
NewDatadogCollectorWithClient accepts an interface which allows you to provide your own implementation of a statsd client, alter configuration on "github.com/DataDog/datadog-go/statsd".(*Client), provide additional tags per circuit-metric tuple, and add logging if you need it.
NewGraphiteCollector creates a collector for a specific circuit.

# Constants

These metrics are constants because we're leveraging the Datadog tagging extension to statsd.
DM = Datadog Metric.
These metrics are constants because we're leveraging the Datadog tagging extension to statsd.
These metrics are constants because we're leveraging the Datadog tagging extension to statsd.
These metrics are constants because we're leveraging the Datadog tagging extension to statsd.
These metrics are constants because we're leveraging the Datadog tagging extension to statsd.
These metrics are constants because we're leveraging the Datadog tagging extension to statsd.
These metrics are constants because we're leveraging the Datadog tagging extension to statsd.
These metrics are constants because we're leveraging the Datadog tagging extension to statsd.
These metrics are constants because we're leveraging the Datadog tagging extension to statsd.
These metrics are constants because we're leveraging the Datadog tagging extension to statsd.
These metrics are constants because we're leveraging the Datadog tagging extension to statsd.
https://github.com/etsy/statsd/blob/master/docs/metric_types.md#multi-metric-packets.
https://github.com/etsy/statsd/blob/master/docs/metric_types.md#multi-metric-packets.
https://github.com/etsy/statsd/blob/master/docs/metric_types.md#multi-metric-packets.

# Structs

No description provided by the author
GraphiteCollector fulfills the metricCollector interface allowing users to ship circuit stats to a graphite backend.
GraphiteCollectorConfig provides configuration that the graphite client will need.
StatsdCollector fulfills the metricCollector interface allowing users to ship circuit stats to a Statsd backend.
No description provided by the author
StatsdCollectorConfig provides configuration that the Statsd client will need.

# Interfaces

No description provided by the author