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

Write timescale exporter. #46

Closed
2 of 6 tasks
vrongmeal opened this issue Sep 14, 2020 · 0 comments · Fixed by #53 · May be fixed by #59
Closed
2 of 6 tasks

Write timescale exporter. #46

vrongmeal opened this issue Sep 14, 2020 · 0 comments · Fixed by #53 · May be fixed by #59
Assignees
Labels
enhancement New feature or request

Comments

@vrongmeal
Copy link
Contributor

vrongmeal commented Sep 14, 2020

Exporter to store metrics in TimescaleDB (PostgreSQL).

Prerequisites

Steps

  • Remove PrepareChecks from Exporter interface.
  • Add GetMetrics(context.Context, time.Duration, checkIDs ...string) method to Exporter interface.
  • Update existing exporter ("log").
  • Add metrics model and implement exporter.
@vrongmeal vrongmeal added the enhancement New feature or request label Sep 14, 2020
@vrongmeal vrongmeal added this to the Agent milestone Sep 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants