pambrose/prometheus-proxy

View on GitHub
etc/test-configs/travis.conf

Summary

Maintainability
Test Coverage
proxy {

  zipkin.enabled = false

  metrics {
    standardExportsEnabled = true
    memoryPoolsExportsEnabled = true
    garbageCollectorExportsEnabled = true
    threadExportsEnabled = true
    classLoadingExportsEnabled = true
    versionInfoExportsEnabled = true
  }
}

agent {

  zipkin.enabled = false

  metrics {
    standardExportsEnabled = true
    memoryPoolsExportsEnabled = true
    garbageCollectorExportsEnabled = true
    threadExportsEnabled = true
    classLoadingExportsEnabled = true
    versionInfoExportsEnabled = true
  }

  // This exercises a code path
  pathConfigs: [
    {
      name: agent1
      path: agent1_metrics
      url: "http://localhost:8082/metrics"
    }]
}