/service-metrics-release

Service Metrics BOSH Release

Primary LanguageShellApache License 2.0Apache-2.0

service-metrics-release

A BOSH release for a Service Metrics.

Sevice Metrics is a framework for easily sending metrics to Cloud Foundry's Loggregator system.

User Documentation

User documentation can be found here. Documentation is targeted at service authors wishing to send metrics from their service and operators wanting to configure service metrics.

BOSH Release Artifacts

Service Metrics releases artifacts can be found on PivNet. Service Metrics 1.5.6+ are licensed under Apache 2.0.

Running the system tests

  1. Deploy this release (and metron_agent) using a manifest similar to the one in manifests/example_manifest.yml.
  2. cp .envrc.template .envrc
  3. Fill in the appropriate values for your environment
  4. go get github.com/cloudfoundry/noaa/samples/firehose
  5. bundle install
  6. bundle exec rake spec