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

Commits on Jan 25, 2012

  1. Configuration menu
    Copy the full SHA
    be48aa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f5b0f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f97ba3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0ce2c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2012

  1. formatted code

    p-goetz committed Jan 26, 2012
    Configuration menu
    Copy the full SHA
    ee682a1 View commit details
    Browse the repository at this point in the history
  2. Revert "formatted code"

    This reverts commit ee682a1.
    p-goetz committed Jan 26, 2012
    Configuration menu
    Copy the full SHA
    faaae6b View commit details
    Browse the repository at this point in the history
  3. formatted relevant code

    p-goetz committed Jan 26, 2012
    Configuration menu
    Copy the full SHA
    ab4c381 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2012

  1. 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
    p-goetz committed Mar 8, 2012
    Configuration menu
    Copy the full SHA
    011e68d View commit details
    Browse the repository at this point in the history
  2. introduced AnnotationsForm to manipulate the tags that should be used…

    … as filter for annotations
    p-goetz committed Mar 8, 2012
    Configuration menu
    Copy the full SHA
    eb70153 View commit details
    Browse the repository at this point in the history
  3. added query build to AnnotationsForm

    added query build to AnnotationsForm
    implemented tag retrieval in TagsPanel
    p-goetz committed Mar 8, 2012
    Configuration menu
    Copy the full SHA
    26eb822 View commit details
    Browse the repository at this point in the history
  4. 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
    p-goetz committed Mar 8, 2012
    Configuration menu
    Copy the full SHA
    09a0641 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2012

  1. removed 'tsdb-annotation' table to store annotation values

    annotations are now being stored in the 'tsdb' table together with
    metric values.
    p-goetz committed Apr 4, 2012
    Configuration menu
    Copy the full SHA
    5d0f243 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2012

  1. 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.
    p-goetz committed Aug 6, 2012
    Configuration menu
    Copy the full SHA
    fc89cbe View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2012

  1. 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.
    p-goetz committed Sep 3, 2012
    Configuration menu
    Copy the full SHA
    b76758a View commit details
    Browse the repository at this point in the history