You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Target release3.4.1
Task List

Key Summary T Created Updated Due Assignee Reporter P Status Resolution

Document status
DRAFT
Document ownerAndrea Michelotti 
Designer
DevelopersUnknown User (rsellari) 
Projecthttps://baltig.infn.it/lnf-da-control/memcached2influx.git

Goals

Background and strategic fit

Create a python application that takes memcached keys and import them into influxdb at a given rate.

Deploy

In order to deploy on the CSI 


Assumptions

  • The application will take a configuration file as input that describes the keys to fetch, the rate and describe the data to be imported following the syntax here below
  • The application will take a influxdb server and db name as input and and optional user and password.
  • The application main loop will fetch the specified keys at the specified rate and will push the imported data as descripted in the configuration file. 


  • No labels