Skip to content

appsignal/metrics_to_csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppSignal metrics to CSV

Uses the AppSignal API to generate CSV files. To install:

bundle install

Get your personal API token from https://appsignal.com/users/edit

Generate CSV like so:

TOKEN=<token> bundle exec ruby export_csv.rb <app-id> <query-name> 2023-07-01 2023-07-08

You specify an app id, query name, start date and end date. The query name refers to query files that can be placed in the queries directory. CSV files will be generated in the output directory.

This tool supports exporting counters and gauges at the moment.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages