Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add VictoriaMetrics support #96

Merged
merged 15 commits into from
May 11, 2020
Merged

Commits on Sep 25, 2019

  1. Victoriametrics (#1)

    * add VictoriaMetrics generator
    
    * add VictoriaMetrics loader
    
    * add VictoriaMetrics query generator
    
    * support multiple URLs for loading data into VM
    
    * fix loader workers support
    
    * add VictoriaMetrics query runner
    
    * fix query generator
    
    * use default HTTP client
    
    * mention VictoriaMetrics in README
    
    * add load script and extend documentation
    
    * address review comments
    hagen1778 authored and valyala committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    a82b7f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Configuration menu
    Copy the full SHA
    413ab98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c93cfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f241eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    683bf91 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2019

  1. add devops tests

    hagen1778 committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    e52933a View commit details
    Browse the repository at this point in the history
  2. add generator test for VM

    hagen1778 committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    e499cea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f346d23 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. add processor test for VM

    hagen1778 committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    6e03aac View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2019

  1. Merge branch 'master' of https://github.com/timescale/tsbs into master2

    � Conflicts:
    �	internal/inputs/utils.go
    hagen1778 committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    46f535f View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2020

  1. Merge branch 'master' of https://github.com/timescale/tsbs into master2

    � Conflicts:
    �	README.md
    �	internal/inputs/generator_queries.go
    �	internal/inputs/utils.go
    hagen1778 committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    02d15d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    076d829 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. remove high-cpu use-case from queries generator for VictoriaMetrics d…

    …atabase since it can't be supported via MetricsQL query language due to data model specifics
    hagen1778 committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    f3e0002 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Configuration menu
    Copy the full SHA
    7fd2761 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf7b85f View commit details
    Browse the repository at this point in the history