https://github.com/Netflix/atlas
Raw File
Tip revision: 6bec4170570e0dfabe6a3e724bc90f38dcaf7e2a authored by brharrington on 06 April 2018, 23:10:50 UTC
iep 1.2.2 (#815)
Tip revision: 6bec417
lwcapi.conf

atlas {
  lwcapi {
    redis = {
      ttl = 20s
    }
  }

  akka {
    api-endpoints = ${?atlas.akka.api-endpoints} [
      "com.netflix.atlas.lwcapi.EvaluateApi",
      "com.netflix.atlas.lwcapi.ExpressionApi",
      "com.netflix.atlas.lwcapi.SubscribeApi",
      "com.netflix.atlas.lwcapi.StreamApi"
    ]
  }
}

netflix.iep.atlas {
  // To enable the this atlas server to subscribe to itself uncomment this property. Note,
  // that there will be errors logged on startup because the plugin will try to connect
  // before the service is ready. These are harmless, but that it why it is disabled by
  // default.
  //lwc.enabled = true
  step = PT5S
}
back to top