Skip to content

Vantage Point Last Seen Prometheus Export

shelikhoo requested to merge shelikhoo/logcollector:dev-prometh into dev

This merge request adds following functionality into log collector:

  1. Persistent Storage based on ordinary file system. This storage system prioritized transparency over efficiency. Luckily we shouldn't have the need to store too much data into it.
  2. Prometheus export of last seen info. This can be combined with current time to print info about the time after last seen of a vantage point.

Merge request reports