This repository was archived by the owner on Sep 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
insights: store: add support for recording data points #18255
Merged
Merged
Conversation
This file contains hidden or 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
* Query metadata for points. * Improve formatting of test data. * Change incorrect `Series *int32` to `Series *string` * Add TODOs for improved filtering abilities in the future. Signed-off-by: Stephen Gutekanst <stephen@sourcegraph.com>
Signed-off-by: Stephen Gutekanst <stephen@sourcegraph.com>
This PR adds support for the store to record data points. Stacked on top of #18254 Signed-off-by: Stephen Gutekanst <stephen@sourcegraph.com>
27 tasks
This was referenced Feb 12, 2021
Contributor
|
Notifying subscribers in CODENOTIFY files for diff 069a64a...7760597.
|
Signed-off-by: Stephen Gutekanst <stephen@sourcegraph.com>
Signed-off-by: Stephen Gutekanst <stephen@sourcegraph.com>
emidoots
pushed a commit
that referenced
this pull request
Feb 13, 2021
This adds the DB schema needed for the query runner worker, which will execute search queries and record insights about them. Stacked on top of #18255 Signed-off-by: Stephen Gutekanst <stephen@sourcegraph.com>
efritz
reviewed
Feb 15, 2021
efritz
reviewed
Feb 15, 2021
efritz
reviewed
Feb 15, 2021
efritz
reviewed
Feb 15, 2021
efritz
approved these changes
Feb 15, 2021
Signed-off-by: Stephen Gutekanst <stephen@sourcegraph.com>
Signed-off-by: Stephen Gutekanst <stephen@sourcegraph.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds support for the store to record data points.
Stacked on top of #18254
Signed-off-by: Stephen Gutekanst stephen@sourcegraph.com