- All Implemented Interfaces:
- org.lsst.ccs.ServiceLifecycle, org.lsst.ccs.services.AgentService
public class InfluxDbClientService
extends Object
implements org.lsst.ccs.services.AgentService, org.lsst.ccs.ServiceLifecycle
An AgentService to be used by Agents that need to interact with the Rest
Server on the buses.
Connections can be established by either creating a custom connection to
a known host:port combination or by listening to the buses for available rest services.
This service is activated for any agent that specifies Bootstrap property
org.lsst.ccs.use.influxdb.service=true
- Author:
- The LSST CCS Team