-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add influxdb trace collection (#970)
* feat: add influxdb trace collection to the e2e test * fix: add default toml field for batch size * fix: nil panics when starting or stoping the client * fix: nil clients * fix: silly network naming issue * chore: docs Co-authored-by: Sanaz Taheri <35961250+staheri14@users.noreply.github.com> * refactor: stateevent -> setevent Co-authored-by: Rootul P <rootulp@gmail.com> * chore: remove the default collection of each consensus step * refactor: use "celestia" as default org Co-authored-by: Callum Waters <cmwaters19@gmail.com> * feat: add validate basic and IsCollecting method * chore: actually validate basic * chore: add influx db flags to main command * refactor: change config to be part of the instrumentation config * fix: forgot to update these as well * fix: consolidate configs * chore: remove unused const * chore: rename remote -> trace * chore: edit readme and copy into go doc * chore: remove redundant logs --------- Co-authored-by: Sanaz Taheri <35961250+staheri14@users.noreply.github.com> Co-authored-by: Rootul P <rootulp@gmail.com> Co-authored-by: Callum Waters <cmwaters19@gmail.com>
- Loading branch information
1 parent
a11b8cb
commit 7613e78
Showing
17 changed files
with
536 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.