-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[exporter/stefexporter] Add basic STEF exporter implementation
#### Description Added STEF exporter implementation for metrics, sending data over gRPC stream. For now only queuing and retry exporter helpers are used. We will need to decide later if other helpers are needed for this exporter. #### Testing Unit tests that verify connecting, reconnecting, sending, acking of data are included. #### Documentation Added to README. #### Future Work More extensive test coverage is desirable and will likely be added in the future. We likely want to implement STEF receiver and add STEF as a tested protocol to our testbed.
- Loading branch information
1 parent
c7921b5
commit dcbdb78
Showing
7 changed files
with
747 additions
and
14 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
Oops, something went wrong.