Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

TSDB data import tool #671

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

TSDB data import tool #671

wants to merge 6 commits into from

Commits on Aug 2, 2019

  1. Created a tool to import data formatted according to the Prometheus

    exposition format. The tool can be accessed via the TSDB CLI.
    
    Addresses #535.
    
    Signed-off-by: Dipack P Panjabi <[email protected]>
    Dipack P Panjabi committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    57fa51d View commit details
    Browse the repository at this point in the history
  2. Added license headers

    Signed-off-by: Dipack P Panjabi <[email protected]>
    Dipack P Panjabi committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    e902473 View commit details
    Browse the repository at this point in the history
  3. Use cross-platform package to copy information rather than our own impl

    Signed-off-by: Dipack P Panjabi <[email protected]>
    Dipack P Panjabi committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    f065e36 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. Break incoming data into 2h blocks, and write directly to disk using

    compactor, instead of creating a new TSDB instance.
    
    Signed-off-by: Dipack P Panjabi <[email protected]>
    Dipack P Panjabi committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    cfb9d5c View commit details
    Browse the repository at this point in the history
  2. Resolve confusion between ns and micro

    Signed-off-by: Dipack P Panjabi <[email protected]>
    Dipack P Panjabi committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    26d0e72 View commit details
    Browse the repository at this point in the history
  3. Write each block as soon as it is done parsing, to avoid keep it in m…

    …emory
    
    Signed-off-by: Dipack P Panjabi <[email protected]>
    Dipack P Panjabi committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    0c26563 View commit details
    Browse the repository at this point in the history