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

#16 annotation timelines #95

Closed
wants to merge 14 commits into from

Conversation

p-goetz
Copy link
Contributor

@p-goetz p-goetz commented Jan 26, 2012

Hi,

And this is the second try for the annotation timelines. The solution is still based on a separate table 'tsdb-annotation', since the discussion on the mailing list has not yet taken place.
When I get some input there I am happy to discuss the possibilities to integrate those annotations into the metrics table.

This reverts commit ee682a1.
introduced class TagsPanel to encapsulate the form elements and logic
for manipulating tags as a preparation to reuse the panel for the
annotations tags manipulation
added query build to AnnotationsForm
implemented tag retrieval in TagsPanel
…ic to create graph from separate query parameters

getTags() now returns a String[][] with tag keys and values.
added query parameter "a" to define tag filters for annotations
annotations are now being stored in the 'tsdb' table together with
metric values.
@p-goetz
Copy link
Contributor Author

p-goetz commented Apr 4, 2012

Hi Benoit,

as discussed last week I have removed the extra table 'tsdb-annotation' to store the annotation values. Could you please have a look and give me your feedback?

Best regards,

Peter

…cs': 'timelineannotation'"

Check if there are already annotations present in hbase before trying to query them.
annotation timestamps did only use their base_time (from the hbase key) but not the delta (from the hbase qualifier). Plus the timestamps had to be "translated" to the local time zone.
@jarajapu
Copy link

Benoit,

Any plans to merge this pull request sometime soon ?

@gregmac gregmac mentioned this pull request Mar 12, 2013
@manolama
Copy link
Member

Completed with 3ed5b70. Reworked the annotations as individual objects. Used Peter's graph code

@manolama manolama closed this May 21, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants