-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Commits on Jan 25, 2012
-
Configuration menu - View commit details
-
Copy full SHA for be48aa7 - Browse repository at this point
Copy the full SHA be48aa7View commit details -
added possibility to add annotations to graphs (OpenTSDB#16), now wit…
…h Annotatino classes
Configuration menu - View commit details
-
Copy full SHA for 1f5b0f3 - Browse repository at this point
Copy the full SHA 1f5b0f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f97ba3d - Browse repository at this point
Copy the full SHA f97ba3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0ce2c5 - Browse repository at this point
Copy the full SHA e0ce2c5View commit details
Commits on Jan 26, 2012
-
Configuration menu - View commit details
-
Copy full SHA for ee682a1 - Browse repository at this point
Copy the full SHA ee682a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for faaae6b - Browse repository at this point
Copy the full SHA faaae6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab4c381 - Browse repository at this point
Copy the full SHA ab4c381View commit details
Commits on Mar 8, 2012
-
refactored metrics form tag edit elements
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
Configuration menu - View commit details
-
Copy full SHA for 011e68d - Browse repository at this point
Copy the full SHA 011e68dView commit details -
introduced AnnotationsForm to manipulate the tags that should be used…
… as filter for annotations
Configuration menu - View commit details
-
Copy full SHA for eb70153 - Browse repository at this point
Copy the full SHA eb70153View commit details -
added query build to AnnotationsForm
added query build to AnnotationsForm implemented tag retrieval in TagsPanel
Configuration menu - View commit details
-
Copy full SHA for 26eb822 - Browse repository at this point
Copy the full SHA 26eb822View commit details -
changed TagsPanel#getTags() to allow for duplicate keys and added log…
…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
Configuration menu - View commit details
-
Copy full SHA for 09a0641 - Browse repository at this point
Copy the full SHA 09a0641View commit details
Commits on Apr 4, 2012
-
removed 'tsdb-annotation' table to store annotation values
annotations are now being stored in the 'tsdb' table together with metric values.
Configuration menu - View commit details
-
Copy full SHA for 5d0f243 - Browse repository at this point
Copy the full SHA 5d0f243View commit details
Commits on Aug 6, 2012
-
fixed bug "net.opentsdb.uid.NoSuchUniqueName: No such name for 'metri…
…cs': 'timelineannotation'" Check if there are already annotations present in hbase before trying to query them.
Configuration menu - View commit details
-
Copy full SHA for fc89cbe - Browse repository at this point
Copy the full SHA fc89cbeView commit details
Commits on Sep 3, 2012
-
fixed timestamp offset bug for annotations
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.
Configuration menu - View commit details
-
Copy full SHA for b76758a - Browse repository at this point
Copy the full SHA b76758aView commit details