https://github.com/Netflix/atlas
Raw File
Tip revision: 3ecef1ca6290da00b6f6f6dd3a86a1377694cbd6 authored by brharrington on 15 October 2020, 16:23:56 UTC
quote special double values for all json formats (#1213)
Tip revision: 3ecef1c
lwcapi.conf

atlas {
  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