* feat: tooltip plugin to show series data in tooltip
* feat: send anomaly function as last function
* feat: default z_score_threshold to 3
* fix: anomaly function not applied on initial load
* feat: maintain select alert type on reload
* feat: maintain select alert type on reload
* chore: update events to handle anomaly alert interactions
* fix: removed selectedValue from exported and copied dashboard json
* fix: added uuid validation to not expect empty uuid
* fix: removed uuid from export and copied dashboard json
* fix: resolved comment and removed uuid when empty
* fix: renamed function
* fix: fixed threshold for columns with units
* fix: added interunit and category conversion for handling threshold across different unit types
* fix: added invalid comparison text and removed unsupported unit categories
* fix: cleanup and multiple threshold and state change handling
* fix: restrict category select to only columnUnit group
* fix: restricted column name from threshold option
* fix: removed console log
* fix: resolved comments and some refactoring
* fix: resolved comments and some refactoring
* fix: flicker in logs explorer page
* fix: added inline code comments
* fix: edit rules css should be scoped inside the container
* fix: add explicit space after adding key and operators to help users type and create the tag
* fix: do not wait for api to complete for the user to enter the query
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
* chore: change the log background to same as severity text with some opacity
* chore: make the log background changes for column renderer
* chore: remove the backdrop mask from logs details drawer
* chore: fix tests
* feat: added info funct for panels in dashaboard layout for showing description
* feat: position description info next to title
* feat: replaced error info icon
* fix: hide PromQL from table panel type
* fix: handled switch back to query tab if promql was selected earlier
* fix: made a constant for panel-type to query-type
* feat: build client side QB search
* feat: query builder light mode support + overall UI improvements
* fix: preserve the alert rule labels in context
* feat: get labels and all possible values from /timeline API
* chore: remove unnecessary dropdownRender and optional fields from AttributeKey
* chore: merge the styles of .tag
* chore: use the correct type for attributeKeys
* chore: use the correct values for alert rule state in the context
* feat: add drag support to alert history horizontal graph
* chore: use startTimestamp and endTimestamp
* fix: fix the issue of alert history breaking on navigating back from selected time range
* fix: added custom breakdown to handle billing graph issue
* chore: remove console statement
* chore: added comment for current implementation of adding next day details in breakdown