opensearch-project / dashboards-observability

Visualize and explore your logs, traces and metrics data in OpenSearch Dashboards
https://opensearch.org/docs/latest/observability-plugin/index/
Apache License 2.0
14 stars 51 forks source link

[PLANNING] Visualization progress tracker #127

Open abasatwar opened 2 years ago

abasatwar commented 2 years ago

Open PR's for code review


List of issues/features


Legend

🟢 In progress 🟡 Delayed 🔴 Blocked pink_circle On hold

abasatwar commented 2 years ago

Daily task status 15| June | 2022


Previous status can tracked here - https://github.com/spattnaik/opensearch-planning/issues/1

Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments?
Cypress testing - Operational Panels(#801) Nidhi In Progress Raised Internal PR for Operational Test Case, Worked on Review Comment Cypress Issue
Cypress testing - Notebook (#799) Pratibha Completed Raised Internal PR for Notebook Test Case and got approval for this Raised external PR for Notebook test cases. Analysing Tlxtend tool for test management.
Opensearch Server logs (#800) Abhay In Progress Exploring the Performance Analyzer for opensearch.
and Explored the perftop to get the opensearch metrices Opensearch Perfomance plugin installation in server end.
In perftop will try toanalyaze how it collecting the data metrices from the opensearch.
Nginx Abhay In Hold NA NA
Fluent-bit(#728) Kuldeep In-progress Explored and configured JDK, Zookeeper and Kafka. Started looking into datadoghq for monitoring kafka matrics Analysis on kafka matrics produced by producer, broker, consumer and zookeeper. also exploring datadog agent functinality to collect kafka matrics NA
Kafka Zishan In-progress Integration in progress Reading about JMXTrans and its implementation to get Kafka Metrices. Create config files to catch JVM Metrics and use different writer to output them
Exploration of config options Mrunal On hold Created new tickets based on explored config options - opensearch-project/observability#788, opensearch-project/observability#789, opensearch-project/observability#790 Need further discussion on created issues for this.
Table view replacement (#772) Ramneet On hold waiting for inputs.
Enhancement of Treemap chart UI(#796) Mrunal In-progress Need confirmation on whether legend options are for colorbar Started with implementation for new feature legend position Start with implementation for add option for parent fields Legend position not supported for plotly version being used in app
Enhancement of Heatmap chart UI(#791) Ruchika In-progress Started implementation for legend and dropped in a comment for findings of bottom right placement. Will be working on implementation of x, y and z-axis for heatmap Legend placement not supported for the current version of plotly that we are using.
Enhancement of Bar chart UI Amruta In-progress Label size implementation is in progress Label size implementation is in progress along with this will check for multiple dimesion support. NA
Enhancement of Time Series UI (#794) Rinku In-progress As we facing dificulty to get multiple timestamp field response from ppl query. Please suggest a way to do the same for multi dimension. Explored multi axes support in plotly and how to return multiple timeStamp data in ppl response Will continue on the exploration of muliti time dimension for time-series.
UI changes opensearch-project/observability#797 Deepak In-progress Worked on
Static UI for Data configuraitons Will continue work onStatic UI and implemenation of UI Data configuraitons
PPL and UI communication as per (#640) Ramneet on hold worked on ppl queries for dimensions and metrics guage chart
Enhancement of Pie chart UI (#793) Mrunal In-progress Exploration of new config options for pie chart as per opensearch-project/dashboards-observability#125 Start work on legend size and label size options.
Gauge Chart Ramneet In-progress started analysis on gauge chart and exploring new features as per opensearch-project/dashboards-observability#125
abasatwar commented 2 years ago

Daily task status 16| June | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments?
Cypress testing - Operational Panels Nidhi In Progress Cypress Issue Check for only single Test Case Running OK and other failing Table View Test Case Check for column
Cypress testing - Notebook (#799) Pratibha Completed Raised external PR for Notebook test cases. Analysing Tlxtend tool for test management. External PR has been merged. Working on metrics part and exploring Tlxtend tool.
Opensearch Server logs (#800) Abhay In Progress Exploring the Performance Analyzer for opensearch.
and Explored the perftop to get the opensearch metrices Opensearch Perfomance plugin installation in server end.
In perftop will try toanalyaze how it collecting the data metrices from the opensearch.
Nginx Abhay On Hold NA NA
Fluent-bit(#728) Kuldeep In-progress Explored on kafka matrics produced by producer, broker, consumer and zookeeper. also tried to install datadog agent but couldn't be able to configured due to some errors Installing and configuring datadog agent to report logs collected by kafka components. NA
Kafka Zishan In-progress Integration in progress Create config files to catch JVM Metrics and use different writer to output them.
Faced issue while running JMXTRans with configuration files. Resolve connection issue related to JMXTrans and try running the configuration files.
Exploration of config options Mrunal On hold Created new tickets based on explored config options - https://github.com/opensearch- opensearch-project/observability#788, opensearch-project/observability#789, opensearch-project/observability#790 Need further discussion on created issues for this.
Table view replacement (#772) Ramneet On hold waiting for inputs.
Enhancement of Treemap chart UI(#796) Mrunal In-progress Worked on adding multiple parent fields Work on logic for rendering nested treemap of more than 2 levels Need confirmation on whether legend options are for colorbar, value option field, and adding multiple parentsEnhancement of Heatmap chart UI(#791) Ruchika In-progress Started implementation of x, y and z-axis for heatmap Dynamic implementation of multiple x and y fields selection. Legend placement not supported for the current version of plotly that we are using.
Enhancement of Bar chart UI Amruta In-progress Label size implementation is in progress Label size implementation is done.will check for multiple dimesion support. will also analyse gauge implementation. NA
Enhancement of Time Series UI (794) Rinku In-progress As we facing dificulty to get multiple timestamp field response from ppl query. Please suggest a way to do the same for multi dimension. Started implementation of mterices on time-series graph and trying to form multi timestamp fields for dimension with hardcoded response. Will continue on the implementation on metrices on time-series.
UI changes opensearch-project/observability#797 Deepak In-progress Worked on
Static UI and implemenation of UI Data configuraitons Will continue work onStatic UI and implemenation of UI Data configuraitons
PPL and UI communication as per (#640) Ramneet on hold worked on ppl queries for dimensions and metrics guage chart
Gauge Chart Ramneet, Amruta In-progress started analysis on gauge chart and exploring new features as per opensearch-project/dashboards-observability#125 will work on graph styles
abasatwar commented 2 years ago

Daily task status 17| June | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments?
Cypress testing - Table View Enhancement(#772) Nidhi In Progress Worked on Table View Enhancement Test Cases, rasied JIRA issue for drag and drop of cloumn Working on Table View Enhancement Test Cases
Cypress testing - Table View Enhancement(#772) Pratibha In Progress External PR has been merged. Exploring Tlxtend tool for test management. Working on Table View Enhancement Test Cases
Opensearch Server logs (#800) Abhay In Progress Opensearch Perfomance plugin installation in server end. After Installing Opensearch Performance analyzer trying to fetch mertices.Able to enabled the performanceAnalyzerEnabled value.
Fluent-bit(#728) Kuldeep In-progress Explored on kafka matrics produced by producer, broker, consumer and zookeeper. also tried to install datadog agent but couldn't be able to configured due to some errors Installing and configuring datadog agent to report logs collected by kafka components. NA
Kafka Zishan In-progress Integration in progress Resolve connection issue related to JMXTrans and try running the configuration files. Resolved the issue related to connection to ZooKeeper and Kafka instance. Succeeded in getting Zookeeper and Kafka metrices.
Exploration of config options Mrunal On hold Created new tickets based on explored config options - https://github.com/opensearch- opensearch-project/observability#788, opensearch-project/observability#789, opensearch-project/observability#790 Need further discussion on created issues for this.
Table view replacement (#772) Ramneet On hold waiting for inputs.
Enhancement of Treemap chart UI(#796) Mrunal In-progress Work on logic for rendering nested treemap of more than 2 levels Working on color theme implementation for multiple parent fields Need confirmation on whether legend options are for colorbar
Enhancement of Heatmap chart UI(#791) Ruchika In-progress Dynamic implementation of multiple x and y fields selection. Working on including x, y and z-axis. Working on single single select of x, y and z. Legend placement not supported for the current version of plotly that we are using.
Enhancement of Bar chart UI Amruta In-progress Label size implementation is done.will check for multiple dimesion support. will also analyse gauge implementation. working on default mode and multiple dimension,metrices.Also analysing on multiple dimensions for gauge chart. NA
Enhancement of Time Series UI (794) Rinku In-progress multiple metrices implementation done for Time series Working on y-axis side selection UI and integration
UI changes opensearch-project/observability#797 Deepak In-progress Worked on
Static UI and implemenation of UI Data configuraitons Will continue work onStatic UI and implemenation of UI Data configuraitons
Gauge Chart Ramneet, Amruta In-progress worked on graph styles: title size, value opensearch-project/dashboards-observability#125 will contonue work on graph styles: legend, threshold
Bar Chart Rinku In-progress Please review the Bar chart PR NA conflicts resolved and PR updated
abasatwar commented 2 years ago

Daily task status 20| June | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments?
Cypress testing - Table View Enhancement(#772) Nidhi In Progress Worked on Table View Enhancement Test Cases, rasied JIRA issue for drag and drop of cloumn Working on Table View Enhancement Test Cases
Cypress testing - Table View Enhancement(#772) Pratibha In Progress External PR has been merged. Exploring Tlxtend tool for test management. Working on Table View Enhancement Test Cases
Opensearch Server logs (#800) Abhay In Progress After Installing Opensearch Performance analyzer trying to fetch mertices.Able to enabled the performanceAnalyzerEnabled value. After enabling the Opensearch Performance analyzer tying to fetch the Opensearch.
Fluent-bit(#728) Kuldeep In-progress Kafka,Zookeeper, JDK and Datadog agent has been installed on VM(10.53.97.136) configuring datadog agent to report logs collected by kafka components. Blocked, Did few change as per the reference document but could not read the logs
Kafka Zishan In-progress Integration in progress Resolve connection issue related to JMXTrans and try running the configuration files. Resolved the issue related to connection to ZooKeeper and Kafka instance. Succeeded in getting Zookeeper and Kafka metrices.
Exploration of config options Mrunal On hold Created new tickets based on explored config options - https://github.com/opensearch- opensearch-project/observability#788, opensearch-project/observability#789, opensearch-project/observability#790 Need further discussion on created issues for this.
Table view replacement (#772) Ramneet On hold waiting for inputs.
Enhancement of Treemap chart UI(#796) Mrunal In-progress Work on logic for rendering nested treemap of more than 2 levels Working on color theme implementation for multiple parent fields Need confirmation on whether legend options are for colorbar
Enhancement of Heatmap chart UI(#791) Ruchika In-progress Implemented Dimension, metrics and z-axis. Dropped in comment for confirmation of the UI on initial render Analysis on enhancement of histogram ticket Legend placement not supported for the current version of plotly that we are using.
Enhancement of Bar chart UI Amruta In-progress working on default mode and multiple dimension,metrices.Also analysing on multiple dimensions for gauge chart. Exploring superset Visualizations. NA
Enhancement of Time Series UI (794) Rinku In-progress multiple metrices implementation done for Time series Working on y-axis side selection UI and integration
UI changes opensearch-project/observability#797 Deepak In-progress Worked on
Static UI and implemenation of UI Data configuraitons Will continue work onUI and implemenation of Data configuraitons from store
Gauge Chart Ramneet, Amruta In-progress worked on graph styles: title size, value opensearch-project/dashboards-observability#125 will contonue work on graph styles: legend, threshold
Bar Chart Rinku In-progress Please review the Bar chart PR NA conflicts resolved and PR updated
abasatwar commented 2 years ago

Daily task status 21| June | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments?
Cypress testing - Tree Map Enhancement Nidhi In Progress Exploring AG-Grid Cypress Test Case Cypress Test for Enhancement on Tree Map
Cypress testing - Data Configuration Pratibha In Progress Worked on Table View Enhancement Test Cases Working on cypress test cases for Data Configurations section
Opensearch Server logs (#800) Abhay In Progress After Installing Opensearch Performance analyzer trying to fetch mertices.Able to enabled the performanceAnalyzerEnabled value. After enabling the Opensearch Performance analyzer tying to fetch the Opensearch.
Fluent-bit(#728) Kuldeep In-progress Kafka,Zookeeper, JDK and Datadog agent has been installed on VM(10.53.97.136) configuring datadog agent to report logs collected by kafka components. Blocked, Did few change as per the reference document but could not read the logs
Kafka Zishan In-progress Integration in progress Resolve connection issue related to JMXTrans and try running the configuration files. Resolved the issue related to connection to ZooKeeper and Kafka instance. Succeeded in getting Zookeeper and Kafka metrices.
Exploration of config options Mrunal On hold Created new tickets based on explored config options - https://github.com/opensearch- opensearch-project/observability#788, opensearch-project/observability#789, opensearch-project/observability#790 Need further discussion on created issues for this.
Table view replacement (#772) Ramneet On hold waiting for inputs.
Enhancement of Treemap chart UI(#796) Mrunal In-progress Working on refining code Raised internal PR for review Need confirmation on whether legend options are for colorbar
Enhancement of Histogram chart UI(#795) Ruchika Blocked Analysis of chart and asked questions Waiting on inputs for implementation of data configurations for Histogram chart.
Enhancement of Heatmap chart UI(#791) Ruchika Blocked Analysis on the implementation of only x and y axis. Analysis of superset visualization for heatmap. Legend placement not supported for the current version of plotly that we are using.Dropped in question for the implementation of heatmap without z-axis
Enhancement of Bar chart UI Amruta In-progress Exploring superset Visualizations. working on added mulitple y axis NA
Enhancement of Time Series UI (794) Rinku In-progress NA Working on dimension and Metrics UI creation and respective states handeling
UI changes opensearch-project/observability#797 Deepak In-progress Worked onUI and implemenation of Data configurations from store Will continue work onUI and implemenation of Data configurations from store need inputs on queries added on slack.
Gauge Chart Ramneet, Amruta In-progress worked on graph styles: title size, value opensearch-project/dashboards-observability#125 will contonue work on graph styles: legend, threshold need inputs on queries added on ticket.
abasatwar commented 2 years ago

Daily task status 22| June | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments?
Cypress testing - Tree Map Enhancement Nidhi In Progress Cypress Test for Enhancement on Tree Map Cypress Test for Enhancement on Tree Map With cypress Data not getting Render
Cypress testing - Data Configuration Pratibha In Progress Worked on Table View Enhancement Test Cases Working on cypress test cases for Data Configurations section
Opensearch Server logs (#800) Abhay In Progress After Installing Opensearch Performance analyzer trying to fetch mertices.Able to enabled the performanceAnalyzerEnabled value. After enabling the Opensearch Performance analyzer tying to fetch the Opensearch.
Fluent-bit(#728) Kuldeep In-progress Kafka,Zookeeper, JDK and Datadog agent has been installed on VM(10.53.97.136) configuring datadog agent to report logs collected by kafka components. Blocked, Did few change as per the reference document but could not read the logs
Kafka Zishan In-progress Integration in progress Resolve connection issue related to JMXTrans and try running the configuration files. Resolved the issue related to connection to ZooKeeper and Kafka instance. Succeeded in getting Zookeeper and Kafka metrices.
Exploration of config options Mrunal On hold Created new tickets based on explored config options - https://github.com/opensearch- opensearch-project/observability#788, opensearch-project/observability#789, opensearch-project/observability#790 Need further discussion on created issues for this.
Table view replacement (#772) Ramneet in progress will fix internal PR waiting for inputs.
Enhancement of Treemap chart UI(#796) Mrunal In-progress Working on refining code Raised internal PR for review Need confirmation on whether legend options are for colorbar
Enhancement of Histogram chart UI(#795) Ruchika Blocked Analysis of chart and asked questions Waiting on inputs for implementation of data configurations for Histogram chart.
Enhancement of Heatmap chart UI(#791) Ruchika Blocked Analysis of superset visualization for heatmap Working on integrating the new UI for data configurations Legend placement not supported for the current version of plotly that we are using.Dropped in question for the implementation of heatmap without z-axis
Enhancement of Bar chart UI(#792) Amruta partially blocked working on added mulitple y axis Added multiple y-axis and added query to opensearch-project/observability#792 Added query to opensearch-project/observability#792
Enhancement of Time Series UI (794) Rinku In-progress Dimension and metrics UI creation done Working on multi metrices integration part with UI and initial fields rendering on metrices and dimensions
UI changes opensearch-project/observability#797 Deepak In-progress Worked onUI and implemenation of Data configurations from store Will continue work onUI and implemenation of Data configurations from store need inputs on queries added on slack.
Gauge Chart Ramneet, Amruta In-progress will work on showin10 gauges in case of no value selected and dimesnions and metrics UI integration and will explore integration of multiple dimensions.
UI changes opensearch-project/observability#810 Shankha In-progress NA increased the screen size of "No Data Found" and "Visualization" charts NA
Enhancement of Pie chart UI (#793) Mrunal In-progress Started with new UI Will work on dimensions, metrics and legend options
Customization of tooltip text opensearch-project/observability#788 Shankha Blocked NA Implemented the show/hide tooltip feature Need clarification regarding the UI and Proposed implemention
abasatwar commented 2 years ago

Daily task status 23| June | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments?
Cypress testing - Tree Map Enhancement Nidhi PR raised Cypress Test for Enhancement on Tree Map cypress test case for line chart data config and grid table view With cypress Data not getting Render
Cypress testing - Data Configuration Pratibha In Progress Worked on cypress test cases for Data Configurations section Working on cypress test cases for Data Configurations section for Pie, Treemap, Bar charts. Raised internal PR for Pie chart cypress test cases.
Opensearch Server logs (#800) Abhay In Progress After enabling the Opensearch Performance analyzer tying to fetch the Opensearch. We are able to get the opensearch metrices.
Working on getting the specific metrices based on aggregate field such as (sum,avg,max etc).
Fluent-bit(#728) Kuldeep In-progress Kafka,Zookeeper, JDK and Datadog agent has been installed on VM(10.53.97.136) Kafka,Zookeeper, JDK and Datadog agent has been installed on VM(10.53.97.136) Blocked, Did few change as per the reference document but could not read the logs
Kafka Zishan In-progress Integration in progress Resolve connection issue related to JMXTrans and try running the configuration files.Resolved the issue related to connection to ZooKeeper and Kafka instance. Succeeded in getting Zookeeper and Kafka metrices. Faced issue in the setup of Opensearch Dashboard and Observability. Recreating the setup on separate physical machine.
Exploration of config options(#789) Shankha Inprogress NA Implemented hide/show tooltip.
Table view replacement (#772) Ramneet PR raised worked on internal PR fixes PR raised
Enhancement of Treemap chart UI(#796) Mrunal PR raised Raised internal PR for review PR ready for review - https://github.com/opensearch-project/observability/pull/814
Enhancement of Histogram chart UI(#795) Ruchika Blocked Analysis of chart and asked questions queries added to github tkt Waiting on inputs for implementation of data configurations for Histogram chart.
Enhancement of Heatmap chart UI(#791) Ruchika PR raised Integration of new UI for data configurations PR raised Legend placement not supported for the current version of plotly that we are using.Dropped in question for the implementation of heatmap without z-axis
Enhancement of Bar chart UI(#792) Amruta partially blocked Added multiple y-axis exploring multiple x-axis and y-axis together.Implemented in a way to support muli axes.Need further exploration.Will add queries to ticket.
Enhancement of Time Series UI (794) Rinku In-progress Working on multi metrices integration part with UI and initial fields rendering on metrices and dimensions is done code under peer review.
UI changes opensearch-project/observability#797 Deepak PR raised Worked onUI and implemenation of Data configurations from store PR raised need inputs on queries added on slack.
Gauge Chart Ramneet, Amruta In-progress will work on showin10 gauges in case of no value selected and dimesnions and metrics UI integration and will explore integration of multiple dimensions NA need inputs on queries added on ticket.
UI changes opensearch-project/observability#810 Shankha In-progress increased the screen size of "No Data Found" and "Visualization" charts code under peer review. NA
Enhancement of Pie chart UI (#793) Mrunal PR raised Will work on dimensions, metrics and legend options Raised PR for review
abasatwar commented 2 years ago

Daily task status 24| June | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments?
Cypress testing - Tree Map Enhancement Nidhi PR raised cypress test case for line chart data config and grid table view PR merged
Cypress testing - Data Configuration Pratibha PR raised Working on cypress test cases for Data Configurations section for Pie, Treemap, Bar charts. Raised internal PR for Pie chart cypress test cases. PR raised for mentioned charts.
Opensearch Server logs (#800) Abhay In Progress After enabling the Opensearch Performance analyzer tying to fetch the Opensearch. We are able to get the opensearch metrices.
Working on getting the specific metrices based on aggregate field such as (sum,avg,max etc).
Kafka Zishan In-progress Integration in progress Faced issue in the setup of Opensearch Dashboard and Observability. Recreating the setup on separate physical machine. Facing issue on machine related to access of Ubuntu repositories for configuration. Service desk ticket raised. Would be continuing the same.
Exploration of config options(#789) Shankha Inprogress Implemented hide/show tooltip. Worked on ui.
Table view replacement (#772) Ramneet PR raised worked on internal PR fixes colum height updated

double value getter added for cell render PR raised for sprint1| | |Enhancement of Treemap chart UI(#796)|Mrunal|PR raised| |Raised internal PR for review|PR under peer review for treemap new config options| | |Enhancement of Histogram chart UI(#795)|Ruchika|Blocked| |Analysis of chart and asked questions|queries added to github tkt|Waiting on inputs for implementation of data configurations for Histogram chart.| |Enhancement of Heatmap chart UI(#791)|Ruchika|PR raised| |PR raised|Updated PR , resolved conflicts| | |Enhancement of Bar chart UI(#792)|Amruta|partially blocked| |exploring multiple x-axis and y-axis together.Implemented in a way to support muli axes.Need further exploration.Will add queries to ticket.|NA| | |Enhancement of Time Series UI (794)|Rinku|In-progress| |code under peer review.|PR raised for mentioned charts.| | |UI changes opensearch-project/observability#797|Deepak|PR raised| |Worked onUI and implemenation of Data configurations from store|PR raised|need inputs on queries added on slack.| |Gauge Chart|Ramneet, Amruta|In-progress| |will work on showin10 gauges in case of no value selected and dimesnions and metrics UI integration and will explore integration of multiple dimensions|NA|need inputs on queries added on ticket.| |UI changes opensearch-project/observability#810|Shankha|In-progress| |increased the screen size of "No Data Found" and "Visualization" charts|code under peer review.|NA| |Enhancement of Pie chart UI (#793)|Mrunal|Closed| |Merged to main| | |

abasatwar commented 2 years ago

Daily task status 27| June | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments?
Cypress testing - Gauge Chart Cypress Test case Nidhi Cypress test case for grid table view are done cypress test cases for gauge chart in Progress system format in Progress due to cypress issue
Cypress testing - Data Configuration Pratibha PR raised Raised external PR for pie chart and Data Configuration panel cypress test cases Worked on Treemap chart test cases for Data Configuration panel
Opensearch Server logs (#800) Abhay In Progress After enabling the Opensearch Performance analyzer tying to fetch the Opensearch. We are able to get the opensearch metrices.
Working on getting the specific metrices based on aggregate field such as (sum,avg,max etc).
Kafka Zishan In-progress Integration in progress Faced issue in the setup of Opensearch Dashboard and Observability. Recreating the setup on separate physical machine. Facing issue on machine related to access of Ubuntu repositories for configuration. Service desk ticket raised. Would be continuing the same.
Table view replacement (#772) Ramneet PR raised worked on external PR fixes NA
Enhancement of Treemap chart UI(#796) Mrunal PR raised Raised internal PR for review PR under peer review for treemap new config options
Enhancement of Histogram chart UI(#795) Ruchika In-progress Updated PR of heatmap, resolved conflicts Updated external PR after resolving conflicts. Started working on the new UI
Enhancement of Heatmap chart UI(#791) Ruchika PR raised PR raised Updated PR , resolved conflicts
Enhancement of Bar chart UI(#792) Amruta In-progress exploring multiple x-axis and y-axis together.Implemented in a way to support muli axes.Need further exploration.Will add queries to ticket. PR under peer review.
Enhancement of Time Series UI (794) Rinku PR raised PR raised for mentioned charts. NA
UI changes opensearch-project/observability#797 Deepak PR raised Worked onUI changes PR raised.
Gauge Chart Ramneet, Amruta In-progress worked rebase with sprint1 will work onintegrate existing config componnets for chart styles

dimensions object handling multiple dimensions|need inputs on queries added on ticket.| |UI changes opensearch-project/observability#810|Shankha|In-progress| |increased the screen size of "No Data Found" and "Visualization" charts|code under peer review.|NA| |Enhancement of Pie chart UI (#793)|Mrunal|Closed| |Merged to main| | | |Customization of tooltip text (#788)|Shankha|In-progress| |Implemented the UI of show/hide tooltip|Implemented the functionality and UI for displaying specific data inside tooltip|Need inputs on queries to do further implementation| |Treemap Colorscale (#820)|Mrunal|In-progress| |Analysis of legend options|Implemented show/hide colorbar for legend|Need confirmation on position of colorbarTwo way communication|Rinku|In-progress| |NA|Started analysis part for data configurartion and ppl query synchronization| |

abasatwar commented 2 years ago

Daily task status 28| June | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments?
Cypress testing - Gauge Chart Cypress Test case Nidhi Cypress test case for grid table view are done cypress test cases for gauge chart in Progress system format in Progress due to cypress issue
Cypress testing - Data Configuration Pratibha PR raised Raised external PR for pie chart and Data Configuration panel cypress test cases Worked on Treemap chart test cases for Data Configuration panel
Opensearch Server logs (#800) Abhay In Progress After enabling the Opensearch Performance analyzer tying to fetch the Opensearch. We are able to get the opensearch metrices.
Working on getting the specific metrices based on aggregate field such as (sum,avg,max etc).
Kafka Zishan In-progress Integration in progress Faced issue in the setup of Opensearch Dashboard and Observability. Recreating the setup on separate physical machine. Facing issue on machine related to access of Ubuntu repositories for configuration. Service desk ticket raised. Would be continuing the same.
Table view replacement (#772) Ramneet PR raised worked on external PR fixes NA
Enhancement of Treemap chart UI(#796) Mrunal PR raised Raised PR NA
Enhancement of Histogram chart UI(#795) Ruchika In-progress Working on new UI Fixes for sprint1 and raising its PR.
Enhancement of Heatmap chart UI(#791) Ruchika PR raised PR raised NA
Enhancement of Bar chart UI(#792) Amruta In-progress updated code with latest and resolved conflicts working on adding side attribute.
Enhancement of Time Series UI (794) Rinku PR raised PR raised for mentioned charts. NA
UI changes opensearch-project/observability#797 Deepak PR raised Worked onUI changes PR raised.
Gauge Chart Ramneet, Amruta In-progress worked onintegration existing config componnets for chart styles
dimensions object handling will work on fixing gauge styles

code refactoring custom label on charts from data config |need inputs on queries added on ticket.| |UI changes opensearch-project/observability#810|Shankha|In-progress| |increased the screen size of "No Data Found" and "Visualization" charts|code under peer review.|NA| |Customization of tooltip text (#788)|Shankha|In-progress| |Implemented UI for displaying specific data inside tooltip|Implemented tooltip options on Bar, Line, Pie, Heatmap and Treemap with show/hide and individual value display features|Need Histogram PR to be merged for further implementation| |Treemap Colorscale (#820)|Mrunal|In-progress| |Implemented show/hide colorbar for legend|Worked on raising PR and sprint1 treemap fixes.| | |Two way communication|Rinku|In-progress| |Started analysis part for data configurartion and ppl query synchronization|Further analysis of data configuration and PPL query synchronization. Helped with fixing sprint1 bugs.| |

abasatwar commented 2 years ago

Daily task status 29| June | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments?
Cypress testing - Gauge Chart Cypress Test case Nidhi System settings are done after Format and Project Setup in Progress Completed the Project Setup and started to work on Gauge Chart Cypress Test case
Cypress testing - Data Configuration Pratibha PR raised Worked on Treemap chart test cases for Data Configuration panel Working on Treemap test cases and fixing existing cypress test cases
Opensearch Server logs (#800) Abhay In Progress After enabling the Opensearch Performance analyzer tying to fetch the Opensearch.We are able to get the opensearch metrices,Working on getting the specific metrices based on aggregate field such as (sum,avg,max etc).
Kafka Zishan In-progress Integration in progress Faced issue in the setup of Opensearch Dashboard and Observability. Recreating the setup on separate physical machine. Facing issue on machine related to access of Ubuntu repositories for configuration. Service desk ticket raised. Would be continuing the same.
Table view replacement (#772) Ramneet PR raised worked on external PR fixes NA
Enhancement of Treemap chart UI(#796) Mrunal PR raised Raised PR NA
Enhancement of Histogram chart UI(#795) Ruchika In-progress Working on new UI Will be updating the screenshot of the new UI for approval
Enhancement of Heatmap chart UI(#791) Ruchika PR raised PR raised NA
Enhancement of Bar chart UI(#792) Amruta In-progress Worked on side attribute for one axis. Working on side , orientation attributes.code Review, build fixes.
Enhancement of Time Series UI (794) Rinku PR raised PR raised for mentioned charts. NA
UI changes opensearch-project/observability#797 Deepak PR raised Worked onUI changes PR raised.
Gauge Chart Ramneet, Amruta In-progress worked onintegration existing config componnets for chart styles
dimensions object handling will work on fixing gauge styles

code refactoring custom label on charts from data config |need inputs on queries added on ticket.| |UI changes opensearch-project/observability#810|Shankha|Internal PR Raised| |increased the screen size of "No Data Found" and "Visualization" charts|Snapshots updated and internal PR raised|NA| |Customization of tooltip text (#788)|Shankha|In-progress| |Implemented UI for displaying specific data inside tooltip|Implemented tooltip options on Bar, Line, Pie, Heatmap and Treemap with show/hide and individual value display features|Need Histogram PR to be merged for further implementation| |Treemap Colorscale (#820)|Mrunal|In-progress| |Implemented show/hide colorbar for legend|Worked on raising PR and sprint1 treemap fixes.| | |Two way communication|Rinku|In-progress| |Started analysis part for data configurartion and ppl query synchronization|Further analysis of data configuration and PPL query synchronization. Helped with fixing sprint1 bugs.| |

abasatwar commented 2 years ago

Daily task status 30| June | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments?
Cypress testing - Gauge Chart Cypress Test case Nidhi System settings are done after Format and Project Setup in Progress Completed the Project Setup and started to work on Gauge Chart Cypress Test case
Cypress testing - Data Configuration Pratibha PR raised Worked on Treemap chart test cases for Data Configuration panel Working on Treemap test cases and fixing existing cypress test cases
Opensearch Server logs (#800) Abhay In Progress After enabling the Opensearch Performance analyzer tying to fetch the Opensearch,We are able to get the opensearch metrices,Working on getting the specific metrices based on aggregate field such as (sum,avg,max etc).
Kafka Zishan In-progress Integration in progress Faced issue in the setup of Opensearch Dashboard and Observability. Recreating the setup on separate physical machine. Facing issue on machine related to access of Ubuntu repositories for configuration. Service desk ticket raised. Would be continuing the same.
Table view replacement (#772) Ramneet PR raised worked on external PR fixes NA
Enhancement of Treemap chart UI(#796) Mrunal PR raised Raised PR NA
Enhancement of Histogram chart UI(#795) Ruchika In-progress Implemented new UI for data configuration with bucket size and bucket offset Refactoring of code of histogram. Waiting for approval of the new UI with data configurations
Enhancement of Heatmap chart UI(#791) Ruchika PR raised PR raised NA
Enhancement of Bar chart UI(#792) Amruta In-progress Working on side , orientation attributes.code Review, build fixes. Analysing details added on opensearch-project/dashboards-observability#125 for bar chart.
Enhancement of Time Series UI (794) Rinku PR raised PR raised for mentioned charts. NA
Analysis of Network diagram chart Deepak In Progress Worked onScatter chart type opensearch-project/observability#823 will work on analysisof Network diagram chart
Gauge Chart Ramneet, Amruta In-progress worked onintegration existing config componnets for chart styles,dimensions object handling,will work on fixing gauge styles,code refactoring,custom label on charts from data config,need inputs on queries added on ticket.
UI changes opensearch-project/observability#810 Shankha Internal PR Raised Snapshots updated and internal PR raised Changed the height of Visualization Canvas and Config options with respect to Data Configurations NA
Customization of tooltip text (#788) Shankha In-progress Implemented UI for displaying specific data inside tooltip Implemented tooltip options on Bar, Line, Pie, Heatmap and Treemap with show/hide and individual value display features Need Histogram PR to be merged for further implementation
Treemap Colorscale (#820) Mrunal Internal PR Raised Worked on raising PR and sprint1 treemap fixes. Internal PR raised against sprint2
Two way communication Rinku In-progress Analysed Two way communication and updated queries about it on slack and github issue. NA
Restrict user to select duplicate fields in dimension and metrics section(#827) Rinku In-progress NA Working on implementation of restricting user to select duplicate values
Treemap Sort Sectors(#789) Mrunal Internal PR Raised Implemented sort sectors and added demo video on ticket. Raised internal PR
abasatwar commented 2 years ago

Daily task status 1| July | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments?
#787 Pie chart visualization changes Deepak In-progress Worked on Network diagram chart anaylsis Will work on opensearch-project/dashboards-observability#125 Pie chart visualization changes
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Internal PR Raised NA NA Updated the height of Visualization canvas and Config options NA
Logs view implementation for Visualization opensearch-project/observability#773 Shankha In-progress NA NA Basic Setup and UI text build up NA
Enhancement of Treemap chart UI(#796) Mrunal PR raised Raised PR NA
Enhancement of Histogram chart UI(#795) Ruchika In-progress Refactored code for histogram Analysis on threshold implementation Waiting for approval of the new UI with data configurations.Dropped a question for threshold implementation.
Enhancement of Heatmap chart UI(#791) Ruchika Blocked PR raised NA Waiting on approval for implementation of Legend as per 787.
Treemap Colorscale (#820) Mrunal Internal PR Raised Raised internal PR NA
Treemap Sort Sectors(#789) Mrunal Internal PR Raised Raised internal PR NA
Updating Visualizations Preview functionality (#826) Mrunal In-progress NA Analysis of existing preview functionality and looking for workaround to change it
Opensearch Server logs (#800) Abhay In Progress In Progress Able to query the specific opensearch metrices based on the aggregate methods. Able to query cluster,batch data using Performance Analyzer API
Working on Performance perftop Dashboard
Enhancement of Time Series UI (794) Rinku PR raised PR raised for mentioned charts. NA
Two way communication Rinku In-progress Analysed Two way communication and updated queries about it on slack and github issue. NA
Restrict user to select duplicate fields in dimension and metrics section(#827) Rinku In-progress Implemented for rest of chart except treemap Working on implementation of restricting user to select duplicate values for TreeMap
Enhancement of Bar chart UI(#792) Amruta In-progress Working on side , orientation attributes.code Review, build fixes. Implemented multiple dimention and metrics fo r bar chart,Aalysisng for timestamp value implementation
Gauge chart opensearch-project/observability#640 Ramneet in progress worked on multiple dimensions with multiple metrics handling,reset issue fixed
rerender chart issue fixed multiple metrics with multiple queries: done, explored empty panel on intial render, internal PR raised waitinh for queries to be answered for multiple thresholds, legend placement
Cypress testing - Gauge Chart Cypress Test case Nidhi In progress Completed the Project Setup and started to work on Gauge Chart Cypress Test case solved the Merge conflicts for line chart cypress test cases in sprint01 PR
Cypress testing - Data Configuration Pratibha PR raised Worked on Treemap chart test cases for Data Configuration panel Working on Treemap test cases and fixing existing cypress test cases
Kafka Zishan In-progress Integration in progress Faced issue in the setup of Opensearch Dashboard and Observability. Recreating the setup on separate physical machine. Facing issue on machine related to access of Ubuntu repositories for configuration. Service desk ticket raised. Would be continuing the same.
shankha-das commented 2 years ago

Daily task status 4 | July | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments?
#833 Pie chart Enhancment Deepak, Ruchika In-progress Worked on Pie chart Enhancment Will contiue work on opensearch-project/observability#833 Pie chart Enhancment.Updating legend with multi metrics
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Internal PR Raised NA NA Updated the height of Visualization canvas and Config options NA
Logs view implementation for Visualization opensearch-project/observability#773 Shankha In-progress NA Basic Setup and UI text build up Implemented Time and Wrap Lines Toggle, started working on enabling event log details NA
Enhancement of Treemap chart UI(#796) Mrunal PR raised Raised PR NA
Enhancement of Histogram chart UI(#795) Ruchika In-progress Refactored code for histogram Analysis on threshold implementation Waiting for approval of the new UI with data configurations.Dropped a question for threshold implementation.
Enhancement of Heatmap chart UI(#791) Ruchika Blocked PR raised NA Waiting on approval for implementation of Legend as per 787.
Treemap Colorscale (#820) Mrunal Internal PR Raised Raised internal PR NA
Treemap Sort Sectors(#789) Mrunal Internal PR Raised Raised internal PR NA
Opensearch Server logs (#800) Abhay In Progress In Progress Able to query cluster,batch data using Performance Analyzer API
Working on Performance perftop Dashboard Able to plot the dashboad based on the performance API using perfTop.
Able to draw ClusterOverview , ClusterNetworkMemoryAnalysis, ClusterThreadAnalysis and NodeAnalysis based dashboard.
Enhancement of Time Series UI (794) Rinku PR raised PR raised for mentioned charts. NA
Restrict user to select duplicate fields in dimension and metrics section(#827) Rinku, Mrunal In-progress Working on implementation of restricting user to select duplicate values for TreeMap Implemented restriction of duplicate fields for treemap and working on corner cases for it.
Enhancement of Bar chart UI(#792) Amruta In-progress Working on side , orientation attributes.code Review, build fixes. Implemented multiple dimention and metrics fo r bar chart,Aalysisng for timestamp value implementation
Gauge chart opensearch-project/observability#640 Ramneet in progress worked on multiple metrics and raised internal PR N/A waitinh for queries to be answered for multiple thresholds, legend placement
Cypress testing - Gauge Chart Cypress Test case Nidhi In-Progress Completd the cypress test case for gauge chart opensearch-project/observability#640 and internal PR is raised Working on HeatMap Data Configuration Panel
Cypress testing - Data Configuration Pratibha PR raised Worked on Treemap chart test cases for Data Configuration panel Working on Treemap test cases and fixing existing cypress test cases
Kafka Zishan In-progress Integration in progress Faced issue in the setup of Opensearch Dashboard and Observability. Recreating the setup on separate physical machine. Facing issue on machine related to access of Ubuntu repositories for configuration. Service desk ticket raised. Would be continuing the same.
Datadog Configuration Kuldeep In-progress Integration in progress Datadog agent installation on newly created ubuntu machine, Raised ticket to reslove certificate issue. Installing datadog agent on 10.222.65.10 and Creating Configuration files to show kafka overview dashboard matrics
Updating Visualizations Preview functionality (#826) Mrunal In-progress Analysis of existing preview functionality and looking for workaround to change it Implemented fix, needs to be tested well and optimized for speed
time series enhancement opensearch-project/observability#832 Ramneet in progress N/A exploring time series/xaxis implementation in event explorer, legend and label sizes waitinh for queries to be answered for multiple thresholds, legend placement
abasatwar commented 2 years ago

Daily task status 5| July | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments?
#833 Pie chart Enhancment Deepak, Ruchika Internal PR Raised Will contiue work on opensearch-project/observability#833 Pie chart Enhancment.Updating legend with multi metrics Raised internal PR.
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Internal PR Raised NA NA Code under peer review NA
Logs view implementation for Visualization opensearch-project/observability#773 Shankha In-progress NA Implemented Time and Wrap Lines Toggle, started working on enabling event log details Implemented 'Prettify JSON' Toggle, Ascending/Descending sorting according to timestamp, Updated the UI NA
Enhancement of Treemap chart UI(#796) Mrunal PR raised Raised PR NA
Enhancement of Histogram chart UI(#795) Ruchika In-progress Refactored code for histogram Analysis on threshold implementation Waiting for approval of the new UI with data configurations.Dropped a question for threshold implementation.
Enhancement of Heatmap chart UI(#791) Ruchika Blocked PR raised NA Waiting on approval for implementation of Legend as per 787.
Treemap Colorscale (#820) Mrunal Internal PR Raised Raised internal PR NA
Treemap Sort Sectors(#789) Mrunal Internal PR Raised Raised internal PR NA
Opensearch Server logs (#800) Abhay In Progress In Progress Able to plot the dashboad based on the performance API using perfTop,Able to draw ClusterOverview , ClusterNetworkMemoryAnalysis, ClusterThreadAnalysis and NodeAnalysis based dashboard. Able to start multiple nodes for opensearch,Working on the way to trigger API in fixed interval of time.
Enhancement of Time Series UI (794) Rinku PR raised PR raised for mentioned charts. NA
Restrict user to select duplicate fields in dimension and metrics section(#827) Rinku, Mrunal In-progress Implemented restriction of duplicate fields for treemap. Working on sorting numerical fields to metrics and also working on corner cases for treemap duplicate fields selection on Data config.
Enhancement of Bar chart UI(#792) Amruta In-progress Implemented multiple dimention and metrics fo r bar chart,Aalysisng for timestamp value implementation working for timestamp value implementation
Gauge chart opensearch-project/observability#640 Ramneet in progress worked on multiple metrics and raised internal PR N/A waitinh for queries to be answered for multiple thresholds, legend placement
Cypress testing - Gauge Chart Cypress Test case Nidhi PR raised Completed the test case for heatmap data configuration panel and PR is raised Cypress test case for Gauge chart are modified for new threshold button and started working on bar chart cypress test case
Cypress testing - Data Configuration Pratibha PR raised Worked on Treemap chart test cases for Data Configuration panel Working on Treemap test cases and fixing existing cypress test cases
Kafka Zishan In-progress Integration in progress Faced issue in the setup of Opensearch Dashboard and Observability. Recreating the setup on separate physical machine. Facing issue on machine related to access of Ubuntu repositories for configuration. Service desk ticket raised. Would be continuing the same.
Datadog Configuration Kuldeep In-progress Integration in progress Installed datadog agent on 10.222.65.10 and Created Configuration files to show kafka overview dashboard matrics. Document creation on datadog functinality to manitor kafka logs. Research on reading mysql logs via fluentd
Updating Visualizations Preview functionality (#826) Mrunal In-progress Implemented fix, needs to be tested well and optimized for speed Working on the corner cases and optimization of code.
time series enhancement opensearch-project/observability#832 Ramneet in progress exploring time series/xaxis implementation in event explorer, legend and label sizes fixed PR checks, empty placeholder in case of no timestamp dimension, legend size, label size, label rotator(UI only)
abasatwar commented 2 years ago

Daily task status 6| July | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
Network diagram chart Implementation Deepak In-progress Worked on opensearch-project/observability#833 Pie chart Enhancment.Updating legend with multi metrics Network diagram chart implementation
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Internal PR Raised NA NA Code under peer review NA
Logs view implementation for Visualization opensearch-project/observability#773 Shankha, Rinku Internal PR Raised NA Implemented 'Prettify JSON' Toggle, Ascending/Descending sorting according to timestamp, Updated the UI Implemented config options for Font size and handled few errors, disabled the time switch in case of no timestamp. Raised the Internal PR NA 6th July, 2022
Enhancement of Treemap chart UI(#796) Mrunal PR raised Raised PR NA
Enhancement of Histogram chart UI(#795) Ruchika In-progress Refactored code for histogram Analysis on threshold implementation Waiting for approval of the new UI with data configurations.Dropped a question for threshold implementation.
Enhancement of Heatmap chart UI(#791) Ruchika Blocked PR raised NA Waiting on approval for implementation of Legend as per 787.
Treemap Colorscale (#820) Mrunal Internal PR Raised Raised internal PR NA
Treemap Sort Sectors(#789) Mrunal Internal PR Raised Raised internal PR NA
Opensearch Server logs (#800) Abhay In Progress In Progress Able to start multiple nodes for opensearch,Working on the way to trigger API in fixed interval of time,Working on the API scheduling in NodeJs In that API will be triggered in specific interval of time.
Enhancement of Time Series UI (794) Rinku PR raised PR raised for mentioned charts. NA
Restrict user to select duplicate fields in dimension and metrics section(#827) Rinku, Mrunal In-progress Started impelementation of sorting only the numerical fields to metrics section. Implemented sorting numerical fields to metrics for all the existing charts.
Enhancement of Bar chart UI(#792) Amruta In-progress Implemented multiple dimention and metrics fo r bar chart,Aalysisng for timestamp value implementation implemented for timestamp with multiple , metrics , dimensions.
Gauge chart opensearch-project/observability#640 Ramneet in progress N/A Fixed PR checks and raised PR again waitinh for queries to be answered for multiple thresholds, legend placement
Cypress testing - Gauge Chart Cypress Test case Nidhi PR raised Completed the test case for heatmap data configuration panel and PR is raised Cypress test case for Gauge chart are modified for new threshold button and started working on bar chart cypress test case
Cypress testing - Data Configuration Pratibha PR raised Worked on Treemap chart test cases for Data Configuration panel Working on Treemap test cases and fixing existing cypress test cases
Kafka Zishan In-progress Integration in progress Faced issue in the setup of Opensearch Dashboard and Observability. Recreating the setup on separate physical machine. Facing issue on machine related to access of Ubuntu repositories for configuration. Service desk ticket raised. Would be continuing the same.
MySQL support in Observability opensearch-project/dashboards-observability#131 Kuldeep In-progress Integration in progress Created documentation on datadog functinality to monitor kafka logs. Research on reading mysql logs via fluentd Creating MySQL setup and exploring on available method to collect mysql matrics
Updating Visualizations Preview functionality (#826) Mrunal In-progress Working on the corner cases and optimization of code. Continuing work on preview functionality
time series enhancement opensearch-project/observability#832 Ramneet in progress fixed PR checks, empty placeholder in case of no timestamp dimension, legend size, label size, label rotator label position chnage w.r.t each metric, raised internal PR
PostgreSQL support in Observability (#838) Abhay In Progress In Progress PostgreSQL setup for clusterlevel and single Installation.Analysing the type of metrices used in the PostgreSQL.
Stats chart opensearch-project/observability#835 Ramneet in progress N/A explored stats chart in plotljs w.r.t opensearch-project/dashboards-observability#125
abasatwar commented 2 years ago

Daily task status 7| July | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
Network diagram chart Implementation Deepak In-progress Network diagram chart implementation Network diagram chart implementation 12th July, 2022
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Internal PR Raised NA NA Code under peer review Need Client's approval regarding the UI 11th July, 2022
Logs view implementation for Visualization opensearch-project/observability#773 Shankha, Rinku Internal PR Raised NA Implemented config options for Font size and handled few errors, disabled the time switch in case of no timestamp. Raised the Internal PR Resolved PR Comments NA 6th July, 2022
Enhancement of Treemap chart UI(#796) Mrunal PR raised Raised PR NA
Enhancement of Histogram chart UI(#795) Ruchika In-progress Refactored code for histogram Analysis on threshold implementation Waiting for approval of the new UI with data configurations.Dropped a question for threshold implementation.
Enhancement of Heatmap chart UI(#791) Ruchika Blocked PR raised NA Waiting on approval for implementation of Legend as per 787.
Treemap Colorscale (#820) Mrunal Internal PR Raised Raised internal PR NA
Treemap Sort Sectors(#789) Mrunal Internal PR Raised Raised internal PR NA
Opensearch Server logs (#800) Abhay In Progress In Progress Able to start multiple nodes for opensearch.
Working on the way to trigger API in fixed interval of time. Working on the API scheduling in NodeJs In that API will be triggered in specific interval of time.
Enhancement of Time Series UI (794) Rinku PR raised PR raised for mentioned charts. NA
Restrict user to select duplicate fields in dimension and metrics section(#827) Rinku, Mrunal In-progress Implemented sorting numerical fields to metrics for all the existing charts. Internal PR raised for review. 7th July, 2022
Enhancement of Bar chart UI(#792) Amruta In-progress implemented for timestamp with multiple , metrics , dimensions. Worked on PR review today 8th July, 2022
Gauge chart opensearch-project/observability#640 Ramneet in progress N/A PR feedback resolved waitinh for queries to be answered for multiple thresholds, legend placement
Cypress testing - Gauge Chart Cypress Test case Nidhi cypress bar chart test case in progress, testing of pie chart as per Issue opensearch-project/dashboards-observability#125 in progress working on cypress test case for barchart, time-series chart testing as per issue 787 in progress 8th July, 2022
Functional test case format Pratibha In Progress Working on Treemap test cases and fixing existing cypress test cases Working on preparing a common format for writing funcational test cases. 8th July, 2022
Cypress testing - Logs view UI opensearch-project/observability#843 Pratibha In progress Working on Treemap test cases and fixing existing cypress test cases Working on writing test cases for Logs view chart and automating them in Cypress NA 12th July, 2022
Kafka Zishan In-progress Integration in progress Faced issue in the setup of Opensearch Dashboard and Observability. Recreating the setup on separate physical machine. Facing issue on machine related to access of Ubuntu repositories for configuration. Service desk ticket raised. Would be continuing the same.
MySQL support in Observability opensearch-project/dashboards-observability#131 Kuldeep In-progress Integration in progress Creating MySQL setup and exploring on available method to collect mysql matrics. Raised request for the ubuntu instances. MySQL installation is completed and raised request for sudo access. Configuration of Fluentd to read general/slowquery/error logs (In-progress) Facing issue while installing fluentd on 10.52.104.236 (SSL verification error/Root certificate is not trusted). Ticket has been raised to resolve this (REQ000000970931) 11 th July, 2022
Updating Visualizations Preview functionality (#826) Mrunal In-progress Working on the corner cases and optimization of code. Continuing work on preview functionality
time series enhancement opensearch-project/observability#832 Ramneet in progress label position chnage w.r.t each metric, raised internal PR N/A
PostgreSQL support in Observability (#838) (Logs generation/Logs reading) Abhay In Progress In Progress PostgreSQL setup for clusterlevel and single Installation.Analysing the type of metrices used in the PostgreSQL. Working on logs generation for the postgresql for single node. Trying to generate logs in the CSV format. 12th July, 2022
Stats chart opensearch-project/observability#835 Ramneet in progress explored stats chart in plotljs w.r.t opensearch-project/dashboards-observability#125 stats charts added in options, styles UI on right panel done 11th July, 2022
Customization of tooltip text opensearch-project/observability#788 Shankha Internal PR Raised NA NA Raised Internal PR Need Histogram PR to be merged 12th July, 2022
abasatwar commented 2 years ago

Daily task status 8| July | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
Network diagram chart Implementation Deepak In-progress Network diagram chart implementation Network diagram chart implementation 12th July, 2022
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Internal PR Raised NA NA Code under peer review Need Client's approval regarding the UI 11th July, 2022
Logs view implementation for Visualization opensearch-project/observability#773 Shankha, Rinku Internal PR Raised NA Implemented config options for Font size and handled few errors, disabled the time switch in case of no timestamp. Raised the Internal PR Resolved PR Comments NA 6th July, 2022
Enhancement of Treemap chart UI(#796) Mrunal PR raised Raised PR NA
Enhancement of Histogram chart UI(#795) Ruchika In-progress Refactored code for histogram Analysis on threshold implementation Waiting for approval of the new UI with data configurations.Dropped a question for threshold implementation.
Enhancement of Heatmap chart UI(#791) Ruchika Blocked PR raised NA Waiting on approval for implementation of Legend as per 787.
Treemap Colorscale (#820) Mrunal Internal PR Raised Raised internal PR NA
Treemap Sort Sectors(#789) Mrunal Internal PR Raised Raised internal PR NA
Opensearch Server logs (#800) Abhay In Progress In Progress Able to start multiple nodes for opensearch.
Working on the way to trigger API in fixed interval of time. Working on the API scheduling in NodeJs In that API will be triggered in specific interval of time.
Enhancement of Time Series UI (794) Rinku PR raised PR raised for mentioned charts. NA
Restrict user to select duplicate fields in dimension and metrics section(#827) Rinku, Mrunal In-progress Implemented sorting numerical fields to metrics for all the existing charts. Internal PR raised for review. 7th July, 2022
Enhancement of Bar chart UI(#792) Amruta In-progress implemented for timestamp with multiple , metrics , dimensions. Worked on PR review today 8th July, 2022
Gauge chart opensearch-project/observability#640 Ramneet in progress N/A PR feedback resolved waitinh for queries to be answered for multiple thresholds, legend placement
Cypress testing - Gauge Chart Cypress Test case Nidhi cypress bar chart test case in progress, testing of pie chart as per Issue opensearch-project/dashboards-observability#125 in progress working on cypress test case for barchart, time-series chart testing as per issue 787 in progress 8th July, 2022
Functional test case format Pratibha In Progress Working on Treemap test cases and fixing existing cypress test cases Working on preparing a common format for writing funcational test cases. 8th July, 2022
Cypress testing - Logs view UI opensearch-project/observability#843 Pratibha In progress Working on Treemap test cases and fixing existing cypress test cases Working on writing test cases for Logs view chart and automating them in Cypress NA 12th July, 2022
Kafka Zishan In-progress Integration in progress Faced issue in the setup of Opensearch Dashboard and Observability. Recreating the setup on separate physical machine. Facing issue on machine related to access of Ubuntu repositories for configuration. Service desk ticket raised. Would be continuing the same.
MySQL support in Observability opensearch-project/dashboards-observability#131 Kuldeep In-progress Integration in progress Creating MySQL setup and exploring on available method to collect mysql matrics. Raised request for the ubuntu instances. MySQL installation is completed and raised request for sudo access. Configuration of Fluentd to read general/slowquery/error logs (In-progress) Facing issue while installing fluentd on 10.52.104.236 (SSL verification error/Root certificate is not trusted). Ticket has been raised to resolve this (REQ000000970931) 11 th July, 2022
Updating Visualizations Preview functionality (#826) Mrunal In-progress Working on the corner cases and optimization of code. Continuing work on preview functionality
time series enhancement opensearch-project/observability#832 Ramneet in progress label position chnage w.r.t each metric, raised internal PR N/A
PostgreSQL support in Observability (#838) (Logs generation/Logs reading) Abhay In Progress In Progress PostgreSQL setup for clusterlevel and single Installation.Analysing the type of metrices used in the PostgreSQL. Working on logs generation for the postgresql for single node. Trying to generate logs in the CSV format. 12th July, 2022
Stats chart opensearch-project/observability#835 Ramneet in progress explored stats chart in plotljs w.r.t opensearch-project/dashboards-observability#125 stats charts added in options, styles UI on right panel done 11th July, 2022
Customization of tooltip text opensearch-project/observability#788 Shankha Internal PR Raised NA NA Raised Internal PR Need Histogram PR to be merged 12th July, 2022
abasatwar commented 2 years ago

Daily task status 11| July | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
Network diagram chart Implementation Deepak, Ruchika In-progress Network diagram chart implementation Network diagram chart implementation. Asked queries related to it on the ticket. 12th July, 2022
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Internal PR Raised NA NA Code under peer review Need Client's approval regarding the UI 11th July, 2022
Logs view implementation for Visualization opensearch-project/observability#773 Shankha, Rinku Internal PR Raised NA NA Updated the UI according to the suggestions by Client ETA changed from 6th to 12th July as new enhancements were suggested 12th July, 2022
Enhancement of Treemap chart UI(#796) Mrunal PR raised Raised PR NA
Enhancement of Histogram chart UI(#795) Ruchika Internal PR Raised Raised internal PR Working on review comments and resolving conflicts in the internal PR. Waiting for approval of the new UI of data configurations.Dropped a question for threshold implementation. 5th July, 2022
Enhancement of Heatmap chart UI(#791) Ruchika Blocked PR raised NA Waiting on approval for implementation of Legend as per 787.
Treemap Colorscale (#820) Mrunal Internal PR Raised Raised internal PR NA
Treemap Sort Sectors(#789) Mrunal Internal PR Raised Raised internal PR NA
Opensearch Server logs (#800) Abhay In Progress In Progress Able to start multiple nodes for opensearch,Working on the way to trigger API in fixed interval of time. Working on the API scheduling in NodeJs In that API will be triggered in specific interval of time.
Enhancement of Time Series UI (794) Rinku PR raised PR raised for mentioned charts. NA
Restrict user to select duplicate fields in dimension and metrics section(#827) Rinku, Mrunal In-progress Implemented sorting numerical fields to metrics for all the existing charts. Internal PR raised for review. 7th July, 2022
Enhancement of Bar chart UI(#792) Amruta In-progress Implemented for timestamp with multiple , metrics , dimensions. NA Working on sprint 2 combine PR. 12th July, 2022
Gauge chart opensearch-project/observability#640 Ramneet in progress N/A N/A waitinh for queries to be answered for multiple thresholds, legend placement
Cypress testing - Gauge Chart Cypress Test case Nidhi PR raised working on cypress test case for barchart, time-series chart testing as per issue 787 in progress Completed cypress test case for bar chart and PR is raised, Working on review comment for sprint1 PR 8th July, 2022
Functional test case format Pratibha Completed Prepared common format for functional test cases. Completed functional testing for Logs view Shared the format with the team 8th July, 2022
Cypress testing - Logs view UI opensearch-project/observability#843 Pratibha In progress Working on Treemap test cases and fixing existing cypress test cases Working on writing test cases for Logs view chart and automating them in Cypress Changed the ETA as the automation will take more time than expected 14th July, 2022
Kafka Zishan In-progress Integration in progress Faced issue in the setup of Opensearch Dashboard and Observability. Recreating the setup on separate physical machine. Facing issue on machine related to access of Ubuntu repositories for configuration. Service desk ticket raised. Would be continuing the same.
MySQL support in Observability opensearch-project/dashboards-observability#131 Kuldeep In-progress Integration in progress Explored the Prometheus which will collect mysql matrics. Installed Prometheus- version 2.36.2 and Prometheus MySQL Exporter- version 0.14.0 on 10.53.104.236 Figuring out the way to to read general matrics via fluentd - There are few plugin available but those are old one and may not support to current fluentd version so will have to writes our own plugins or parsers. and as part of Prometheus, matics are being captured but still there is question that how to read those matrics from prometheus via opensearch or fluentd. 11 th July, 2022
Updating Visualizations Preview functionality (#826) Mrunal In-progress Continuing work on preview functionality working on colorscheme implemenattion and code review. 11th July, 2022
time series enhancement opensearch-project/observability#832 Ramneet in progress N/A N/A
PostgreSQL support in Observability (#838) (Logs generation/Logs reading) Abhay In Progress In Progress Working on logs generation for the postgresql for single node. Trying to generate logs in the CSV format. Exploring the postgresql metric generation using postgres_exporter(https://github.com/prometheus-community/postgres_exporter) 12th July, 2022
Stats chart opensearch-project/observability#835 Ramneet in progress stats charts added in options, styles UI on right panel done indicator chart object with possible implementaions: title, value, size, orienatation, explored domain and grid options to avoid overlapping of labels queries posted on git as well as slack 11th July, 2022
Customization of tooltip text opensearch-project/observability#788 Shankha Internal PR Raised NA NA Raised Internal PR Need Histogram PR to be merged 12th July, 2022
abasatwar commented 2 years ago

Daily task status 12| July | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
Network diagram chart Implementation Deepak, Ruchika In-progress Network diagram chart implementation Network diagram chart implementation. Asked queries related to it on the ticket. 12th July, 2022
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Internal PR Raised NA NA Code under peer review Need Client's approval regarding the UI 11th July, 2022
Logs view implementation for Visualization opensearch-project/observability#773 Shankha, Rinku Internal PR Raised NA Updated the UI according to the suggestions by Client Worked on the corner cases and resolved the conflicts ETA changed from 6th to 12th July as new enhancements were suggested 12th July, 2022
Enhancement of Treemap chart UI(#796) Mrunal PR raised Raised PR NA
Enhancement of Histogram chart UI(#795) Ruchika PR raised Working on review comments and resolving conflicts in the internal PR. Resolving conflicts with sprint2 branch. Waiting for approval of the new UI of data configurations.Dropped a question for threshold implementation. 5th July, 2022
Enhancement of Heatmap chart UI(#847) Ruchika In-progress NA Started to work on heatmap legend 13th July, 2022
Treemap Colorscale (#820) Mrunal Internal PR Raised Raised internal PR NA
Treemap Sort Sectors(#789) Mrunal Internal PR Raised Raised internal PR NA
Opensearch Server logs (#800) Abhay In Progress In Progress Able to start multiple nodes for opensearch.Working on the way to trigger API in fixed interval of time. Working on the API scheduling in NodeJs In that API will be triggered in specific interval of time.
Enhancement of Time Series UI (794) Rinku PR raised PR raised for mentioned charts. NA
Restrict user to select duplicate fields in dimension and metrics section(#827) Rinku, Mrunal In-progress NA Updated INternal PR and its merged to sprint2 7th July, 2022
Enhancement of Bar chart UI(#792) Amruta In-progress Implemented for timestamp with multiple , metrics , dimensions. NA Working on sprint 2 combine PR. 13th July, 2022
Gauge chart opensearch-project/observability#640 Ramneet in progress N/A N/A waitinh for queries to be answered for multiple thresholds, legend placement
Cypress testing - Gauge Chart Cypress Test case Nidhi started working on writing test cases for time series chart resolving PR conflicts of sprint2 branch and started on cypress test case for new changes of duplicate feild of Data Config 15-Jul-22
Functional test case format Pratibha Completed Prepared common format for functional test cases. Completed functional testing for Logs view Shared the format with the team 8th July, 2022
Cypress testing - Logs view UI opensearch-project/observability#843 Pratibha In progress Working on Treemap test cases and fixing existing cypress test cases Working on writing test cases for Logs view chart and automating them in Cypress Changed the ETA as the automation will take more time than expected 14th July, 2022
Kafka Zishan In-progress Integration in progress Faced issue in the setup of Opensearch Dashboard and Observability. Recreating the setup on separate physical machine. Facing issue on machine related to access of Ubuntu repositories for configuration. Service desk ticket raised. Would be continuing the same.
MySQL support in Observability opensearch-project/dashboards-observability#131 Kuldeep In-progress Integration in progress Explored the Prometheus which will collect mysql matrics. Installed Prometheus- version 2.36.2 and Prometheus MySQL Exporter- version 0.14.0 on 10.53.104.236 Figuring out the way to to read general matrics via fluentd - There are few plugin available but those are old one and may not support to current fluentd version so will have to writes our own plugins or parsers. and as part of Prometheus, matics are being captured but still there is question that how to read those matrics from prometheus via opensearch or fluentd. 11 th July, 2022
Updating Visualizations Preview functionality (#826) Mrunal In-progress Continuing work on preview functionality working on colorscheme implemenattion and code review. 11th July, 2022
time series enhancement opensearch-project/observability#832 Ramneet in progress N/A added color palate for metrics, merged with PRs
PostgreSQL support in Observability (#838) (Logs generation/Logs reading) Abhay In Progress In Progress Working on logs generation for the postgresql for single node. Trying to generate logs in the CSV format. Exploring the postgresql metric generation using postgres_exporter(https://github.com/prometheus-community/postgres_exporter) 12th July, 2022
Stats chart opensearch-project/observability#835 Ramneet in progress indicator chart object with possible implementaions: title, value, size, orienatation, explored domain and grid options to avoid overlapping of labels N/A queries posted on git as well as slack 11th July, 2022
Customization of tooltip text opensearch-project/observability#788 Shankha Internal PR Raised NA Raised Internal PR Updated the UI as recommended by Clients and resolved conflicts ETA changed from 12th to 13th July as Histogram PR got merged today 13th July, 2022
Bar Chart legend color issue for Multi dimension and metrics Rinku in progress NA NA Working on rendering unique color for every individual grops. 13th July, 2022
abasatwar commented 2 years ago

Daily task status 13| July | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
Scatter chart type implementation opensearch-project/observability#823 Deepak In-progress Network diagram chart implementation Scatter chart type implementation 14th July, 2022
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Internal PR Raised NA NA Increased Chart type dropdown height, Fixed the height of data configuration and config options, positioned every panel on same height from the top ETA changed from 11th July to 14th July as there were updates from client regarding the UI 14th July, 2022
Logs view implementation for Visualization opensearch-project/observability#773 Shankha, Rinku Internal PR Raised NA Worked on the corner cases and resolved the conflicts Removed Order from config options NA 12th July, 2022
Enhancement of Treemap chart UI(#796) Mrunal PR raised Raised PR NA
Enhancement of Histogram chart UI(#795) Ruchika PR raised Resolving conflicts with sprint2 branch. NA Waiting for approval of the new UI of data configurations.Dropped a question for threshold implementation. 5th July, 2022
Enhancement of Heatmap chart UI(#847) Ruchika PR raised Started to work on heatmap legend Raised internal PR for enhancement. 13th July, 2022
Treemap Colorscale (#820) Mrunal Internal PR Raised NA NA
Treemap Sort Sectors(#789) Mrunal Internal PR Raised NA NA
Opensearch Server logs (#800) Abhay In Progress In Progress Able to start multiple nodes for opensearch.Working on the way to trigger API in fixed interval of time. Working on the API scheduling in NodeJs In that API will be triggered in specific interval of time.
Enhancement of Time Series UI (794) Rinku PR raised PR raised for mentioned charts. NA
Restrict user to select duplicate fields in dimension and metrics section(#827) Rinku, Mrunal In-progress NA Updated INternal PR and its merged to sprint2 7th July, 2022
Enhancement of Bar chart UI(#792) Amruta In-progress Implemented for timestamp with multiple , metrics , dimensions. PR under peer review Working on sprint 2 combine PR. 13th July, 2022
Gauge chart opensearch-project/observability#640 Ramneet in progress N/A N/A waitinh for queries to be answered for multiple thresholds, legend placement
Cypress testing - Gauge Chart Cypress Test case Nidhi resolving PR conflicts of sprint2 branch and started on cypress test case for new changes of duplicate feild of Data Config cypress test case for Duplicate feild of Data Config enhancement in Progress, also working on creating a separate cypress file for each chart type and modifying the already existing test case with new update 15-Jul-22
Cypress test cases enhancement and updating folder structure Pratibha In progress Worked on resolving Treemap and Pie charts PR conflicts Working on enhancing cypress test cases for different charts(Histogram, Pie, Treemap, Logs view) according to the new implementaion and upadting the cypress folder structure 19-Jul-22
Kafka Zishan In-progress Integration in progress Faced issue in the setup of Opensearch Dashboard and Observability. Recreating the setup on separate physical machine. Facing issue on machine related to access of Ubuntu repositories for configuration. Service desk ticket raised. Would be continuing the same.
MySQL support in Observability opensearch-project/dashboards-observability#131 Kuldeep In-progress Integration in progress Created wiki page documentation on mysql logs enabling process and fluentd plugins available and conclusion on this. also documentated prometheus related information. Working on document creation for Apache2 which will specify installatioin and configuration part. also will analyze the visulizations on other tools to capture all metric which are being used. 14 th July, 2022
Updating Visualizations Preview functionality (#826) Mrunal PR raised NA NA 11th July, 2022
time series enhancement opensearch-project/observability#832 Ramneet, Rinku in progress added color palate for metrics, merged with PRs Working on default timestamp field slection on Dimension and disabled Add button for time-series.
PostgreSQL support in Observability (#838) (Logs generation/Logs reading) Abhay In Progress In Progress Working on logs generation for the postgresql for single node. Trying to generate logs in the CSV format. Exploring the postgresql metric generation using postgres_exporter(https://github.com/prometheus-community/postgres_exporter) 12th July, 2022
Stats chart opensearch-project/observability#835 Ramneet in progress indicator chart object with possible implementaions: title, value, size, orienatation, explored domain and grid options to avoid overlapping of labels N/A queries posted on git as well as slack 11th July, 2022
Customization of tooltip text opensearch-project/observability#788 Shankha Internal PR Raised NA Updated the UI as recommended by Clients and resolved conflicts Implemented tooltip options in Histogram and updated the PR NA 13th July, 2022
Bar Chart legend color issue for Multi dimension and metrics Rinku in progress NA NA Working on rendering unique color for every individual grops. NA 13th July, 2022
Input fields value lag while typing after removing preview functionality opensearch-project/observability#861 Ruchika, Rinku PR raised NA NA Resolved issues with related to preview functionality for input fields and other issues with related to data configurations NA 13th July, 2022
abasatwar commented 2 years ago

Daily task status 14| July | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
Scatter chart type implementation opensearch-project/observability#823 Deepak, Ruchika In-progress Worked on scatter implementation to reuse the code of line Completed the implementation of reuding the line code, need some testing before raising PR 14th July, 2022
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Internal PR Raised NA NA Increased Chart type dropdown height, Fixed the height of data configuration and config options, positioned every panel on same height from the top NA 14th July, 2022
Logs view implementation for Visualization opensearch-project/observability#773 Shankha, Rinku Internal PR Raised NA Removed Order from config options Refactored the code and Resolved PR comments ETA changed from 12th July to 14th July as there were new PR comments 14th July, 2022
Enhancement of Treemap chart UI(#796) Mrunal PR raised Raised PR NA
Enhancement of Histogram chart UI(#795) Ruchika PR raised PR merged to sprint2 NA Waiting for approval of the new UI of data configurations.Dropped a question for threshold implementation. 5th July, 2022
Enhancement of Heatmap chart UI(#847) Ruchika PR raised Raised internal PR PR merged to sprint2. 13th July, 2022
Treemap Colorscale (#820) Mrunal Internal PR Raised NA NA
Treemap Sort Sectors(#789) Mrunal Internal PR Raised NA NA
Opensearch Server logs (#800) Abhay In Progress In Progress Able to start multiple nodes for opensearch.Working on the way to trigger API in fixed interval of time. Working on the API scheduling in NodeJs In that API will be triggered in specific interval of time.
Enhancement of Time Series UI (794) Rinku PR raised PR raised for mentioned charts. NA
Restrict user to select duplicate fields in dimension and metrics section(#827) Rinku, Mrunal In-progress NA Updated INternal PR and its merged to sprint2 7th July, 2022
Enhancement of Bar chart UI(#792) Amruta In-progress Implemented for timestamp with multiple , metrics , dimensions. Worked in peer review comments. Working on sprint 2 combine PR. 13th July, 2022
Gauge chart opensearch-project/observability#640 Ramneet PR raised N/A N/A
Cypress testing - Gauge Chart Cypress Test case Nidhi resolving PR conflicts of sprint2 branch and started on cypress test case for new changes of duplicate feild of Data Config cypress test case for Duplicate feild of Data Config enhancement in Progress, also working on creating a separate cypress file for each chart type and modifying the already existing test case with new update 15-Jul-22
Cypress test cases enhancement and updating folder structure Pratibha In progress Worked on resolving Treemap and Pie charts PR conflicts Working on enhancing cypress test cases for different charts(Histogram, Pie, Treemap, Logs view) according to the new implementaion and upadting the cypress folder structure 19-Jul-22
Kafka Zishan In-progress Integration in progress Faced issue in the setup of Opensearch Dashboard and Observability. Recreating the setup on separate physical machine. Facing issue on machine related to access of Ubuntu repositories for configuration. Service desk ticket raised. Would be continuing the same.
MySQL support in Observability opensearch-project/dashboards-observability#131 Kuldeep In-progress Integration in progress Worked on document creation for Apache2 which will specify installatioin and configuration part to read available logs via flientd and send it to opensearch dashboard for visualization-Inprogress Working on document creation for Apache2 which will specify installatioin and configuration part. also will analyze the visulizations on other tools to capture all metric which are being used. Will be sending documet for review. 14 th July, 2022
Updating Visualizations Preview functionality (#826) Mrunal PR raised NA NA 11th July, 2022
time series enhancement opensearch-project/observability#832 Ramneet, Rinku PR raised Default timestamp field slection on Dimension done and disabled Add button for time-series. Code review comment addressed. and updated PR
PostgreSQL support in Observability (#838) (Logs generation/Logs reading) Abhay In Progress In Progress Working on logs generation for the postgresql for single node. Trying to generate logs in the CSV format. Exploring the postgresql metric generation using postgres_exporter(https://github.com/prometheus-community/postgres_exporter) 12th July, 2022
Stats chart opensearch-project/observability#835 Ramneet in progress explored stas on grafana, subplots, combining multiple charts in one plot worked on indicator data section with time series 19th July, 2022
Customization of tooltip text opensearch-project/observability#788 Shankha Internal PR Raised NA Updated the UI as recommended by Clients and resolved conflicts Implemented tooltip options in Histogram and updated the PR NA 13th July, 2022
Bar Chart legend color issue for Multi dimension and metrics Rinku in progress NA NA Working on rendering unique color for every individual grops. NA 13th July, 2022
Input fields value lag while typing after removing preview functionality opensearch-project/observability#861 Ruchika, Rinku PR raised NA NA Resolved issues with related to preview functionality for input fields and other issues with related to data configurations NA 13th July, 2022
gauge enhancement opensearch-project/observability#860 Ramneet PR raised max limit on add threshold, single threshold, limit no. of gauge display conflicts resolved with sprint2 and updated gauge number input with new changes in panel options 14th July, 2022
Filter Logs View data and Add pagination opensearch-project/observability#863 Shankha In progress NA NA Done necessary analysis and started implementing NA 19th July, 2022
abasatwar commented 2 years ago

Daily task status 15| July | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
Scatter chart type implementation opensearch-project/observability#823 Deepak, Ruchika In-progress Worked on scatter implementation to reuse the code of line Completed the implementation of reuding the line code, need some testing before raising PR 14th July, 2022
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Merged NA Increased Chart type dropdown height, Fixed the height of data configuration and config options, positioned every panel on same height from the top Always display collapsible button, Resolved Conflicts and updated PR ETA changed as new enhancement came up 15th July, 2022
Logs view implementation for Visualization opensearch-project/observability#773 Shankha, Rinku Internal PR Raised NA Removed Order from config options Refactored the code and Resolved PR comments NA 14th July, 2022
Enhancement of Treemap chart UI(#796) Mrunal PR raised Raised PR NA
Enhancement of Histogram chart UI(#795) Ruchika PR raised PR merged to sprint2 NA "Waiting for approval of the new UI of data configurations.
Dropped a question for threshold implementation." 5th July, 2022
Enhancement of Heatmap chart UI(#847) Ruchika PR raised Raised internal PR PR merged to sprint2. 13th July, 2022
Treemap Colorscale (#820) Mrunal Internal PR Raised NA NA
Treemap Sort Sectors(#789) Mrunal Internal PR Raised NA NA
Opensearch Server logs (#800) Abhay In Progress In Progress Able to start multiple nodes for opensearch.Working on the way to trigger API in fixed interval of time. Working on the API scheduling in NodeJs In that API will be triggered in specific interval of time.
Enhancement of Time Series UI (794) Rinku PR raised PR raised for mentioned charts. NA
Restrict user to select duplicate fields in dimension and metrics section(#827) Rinku, Mrunal In-progress NA Updated INternal PR and its merged to sprint2 7th July, 2022
Enhancement of Bar chart UI(#792) Amruta, Rinku PR raised Worked on peer review comments. PR merged to sprint2. Sprint2 PR raised 13th July, 2022
Gauge chart opensearch-project/observability#640 Ramneet PR raised N/A N/A
Cypress testing - Gauge Chart Cypress Test case Nidhi started working on cypress test case for bar chart with all update done till now Updating a GitIssue_New Sheet for issues not added also looking into Opened Issue for observability and closing the one which are completed and updating sheet also accordingly 15-Jul-22
Cypress test cases enhancement and updating folder structure Pratibha In progress Worked on resolving Treemap and Pie charts PR conflicts Working on enhancing cypress test cases for different charts(Histogram, Pie, Treemap, Logs view) according to the new implementaion and upadting the cypress folder structure 19-Jul-22
Kafka Zishan In-progress Integration in progress Faced issue in the setup of Opensearch Dashboard and Observability. Recreating the setup on separate physical machine. Facing issue on machine related to access of Ubuntu repositories for configuration. Service desk ticket raised. Would be continuing the same.
MySQL support in Observability opensearch-project/dashboards-observability#131 Kuldeep In-progress Integration in progress Worked on document creation for Apache2 which will specify installatioin and configuration part to read available logs via flientd and send it to opensearch dashboard for visualization-Inprogress Working on document creation for Apache2 which will specify installatioin and configuration part. also will analyze the visulizations on other tools to capture all metric which are being used. Will be sending documet for review. 14 th July, 2022
Updating Visualizations Preview functionality (#826) Mrunal PR raised NA NA 11th July, 2022
time series enhancement opensearch-project/observability#832 Ramneet, Rinku PR raised Default timestamp field slection on Dimension done and disabled Add button for time-series. Code review comment addressed. and updated PR
PostgreSQL support in Observability (#838) (Logs generation/Logs reading) Abhay In Progress In Progress Working on logs generation for the postgresql for single node. Trying to generate logs in the CSV format. Exploring the postgresql metric generation using postgres_exporter(https://github.com/prometheus-community/postgres_exporter) 12th July, 2022
Stats chart opensearch-project/observability#835 Ramneet in progress worked on indicator data section with time series worked on multiple metrics , layout with one row and multiple columns as per grafana 19th July, 2022
Customization of tooltip text opensearch-project/observability#788 Shankha Internal PR Raised NA Implemented tooltip options in Histogram and updated the PR Resolved Conflicts NA 13th July, 2022
Bar Chart legend color issue for Multi dimension and metrics Rinku in progress NA NA Working on rendering unique color for every individual grops. NA 13th July, 2022
Input fields value lag while typing after removing preview functionality opensearch-project/observability#861 Ruchika, Rinku PR raised NA Resolved issues with related to preview functionality for input fields and other issues with related to data configurations PR merged to sprint2. NA 13th July, 2022
gauge enhancement opensearch-project/observability#860 Ramneet PR raised conflicts resolved with sprint2 and updated gauge number input with new changes in panel options pr review feedback, resolved conflicts 15th July, 2022
Filter Logs View data and Add pagination opensearch-project/observability#863 Shankha In progress NA Done necessary analysis and started implementing Implemented filtering of fields and display on the UI accordingly NA 19th July, 2022
Exploration on new charts in Plotly opensearch-project/observability#866 Ruchika, Rinku In progress NA Started to explore on different charts from superset and opensearch dashboard Exploring more on the charts and creating a sheet for the same with documentation links 19th July, 2022
ruchika-narang commented 2 years ago

Daily task status 18 | July | 2022

Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
Horizontal Bar chart Analisys Deepak In-progress Worked on scatter implementation to reuse the code of line Work on Horizontal Bar chart Analisys
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Merged NA Increased Chart type dropdown height, Fixed the height of data configuration and config options, positioned every panel on same height from the top Always display collapsible button, Resolved Conflicts and updated PR ETA changed as new enhancement came up 15th July, 2022
Logs view implementation for Visualization opensearch-project/observability#773 Shankha, Rinku Internal PR Raised NA Removed Order from config options Refactored the code and Resolved PR comments NA 14th July, 2022
Enhancement of Treemap chart UI(#796) Mrunal PR raised Raised PR NA
Enhancement of Histogram chart UI(#795) Ruchika PR raised PR merged to sprint2 NA Waiting for approval of the new UI of data configurations.Dropped a question for threshold implementation. 5th July, 2022
Enhancement of Heatmap chart UI(#847) Ruchika PR raised Raised internal PR PR merged to sprint2. 13th July, 2022
Treemap Colorscale (#820) Mrunal Internal PR Raised NA NA
Treemap Sort Sectors(#789) Mrunal Internal PR Raised NA NA
Opensearch Server logs (#800) Abhay In Progress In Progress Able to start multiple nodes for opensearch.Working on the way to trigger API in fixed interval of time. Working on the API scheduling in NodeJs In that API will be triggered in specific interval of time.
Enhancement of Time Series UI (794) Rinku PR raised PR raised for mentioned charts. NA
Restrict user to select duplicate fields in dimension and metrics section(#827) Rinku, Mrunal In-progress NA Updated INternal PR and its merged to sprint2 7th July, 2022
Enhancement of Bar chart UI(#792) Amruta, Rinku PR raised PR merged to sprint2. NA Sprint2 PR raised 13th July, 2022
Gauge chart opensearch-project/observability#640 Ramneet PR raised N/A N/A
Cypress testing - Gauge Chart Cypress Test case Nidhi started working on cypress test case for bar chart with all update done till now Updating a GitIssue_New Sheet for issues not added also looking into Opened Issue for observability and closing the one which are completed and updating sheet also accordingly 15-Jul-22
Cypress test cases enhancement and updating folder structure Pratibha In progress Worked on enhancing cypress test cases for different charts(Histogram, Pie, Treemap, Logs view) according to the new implementaion and upadting the cypress folder structure Worked on creating report for issues on github 19-Jul-22
Kafka Zishan In-progress Integration in progress Faced issue in the setup of Opensearch Dashboard and Observability. Recreating the setup on separate physical machine. Facing issue on machine related to access of Ubuntu repositories for configuration. Service desk ticket raised. Would be continuing the same.
MySQL support in Observability opensearch-project/dashboards-observability#131 Kuldeep In-progress Integration in progress Worked on document creation for Apache2 which will specify installatioin and configuration part to read available logs via flientd and send it to opensearch dashboard for visualization-Inprogress Modifying documentation as per review comments given by zishan. Exploring fluent-bit(prometheus scrape metrics) to read prometheus metrics collected from mysql. 19 th July, 2022
Updating Visualizations Preview functionality (#826) Mrunal PR raised NA NA 11th July, 2022
time series enhancement opensearch-project/observability#832 Ramneet, Rinku PR raised N/A N/A
PostgreSQL support in Observability (#838) (Logs generation/Logs reading) Abhay In Progress In Progress Working on logs generation for the postgresql for single node. Trying to generate logs in the CSV format. Exploring the postgresql metric generation using postgres_exporter(https://github.com/prometheus-community/postgres_exporter) 12th July, 2022
Stats chart opensearch-project/observability#835 Ramneet in progress worked on multiple metrics , layout with one row and multiple columns as per grafana worked on text mode controls, orientation, chart types: horinzontal(in progress) 19th July, 2022
Customization of tooltip text opensearch-project/observability#788 Shankha Internal PR Raised NA Implemented tooltip options in Histogram and updated the PR Resolved Conflicts NA 13th July, 2022
Bar Chart legend color issue for Multi dimension and metrics Rinku in progress NA NA NA NA 13th July, 2022
Input fields value lag while typing after removing preview functionality opensearch-project/observability#861 Ruchika, Rinku PR raised NA Resolved issues with related to preview functionality for input fields and other issues with related to data configurations PR merged to sprint2. NA 13th July, 2022
gauge enhancement opensearch-project/observability#860 Ramneet PR raised pr review feedback, resolved conflicts N/A 15th July, 2022
Filter Logs View data and Add pagination opensearch-project/observability#863 Shankha In progress NA Implemented filtering of fields and display on the UI accordingly Implemented Pagination and updated the UI NA 19th July, 2022
Exploration on new charts in Plotly opensearch-project/observability#866 Ruchika, Rinku In progress NA Exploring more on the charts and creating a sheet for the same with documentation links Explored visualisations and dropped in the comment with the findings. 19th July, 2022
Sprint2 code refactoring and optimization opensearch-project/observability#870 Rinku In progress NA NA Working on minimizing applicaion warnings and state optimization NA 19th July, 2022
Creating integration framework Vishal In progress NA Was facing data issue, unable to create application in observability Created breadcrumbs in header and added link in left nav, navigate to new location NA 19th July, 2022
Analysis on annotation Amruta In progress NA NA Analysis started NA 20th July, 2022
abasatwar commented 2 years ago

Daily task status 19| July | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
Horizontal Bar chart Analisys Deepak In-progress Worked on scatter implementation to reuse the code of line Work on Horizontal Bar chart Analisys
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Merged NA Increased Chart type dropdown height, Fixed the height of data configuration and config options, positioned every panel on same height from the top Always display collapsible button, Resolved Conflicts and updated PR ETA changed as new enhancement came up 15th July, 2022
Logs view implementation for Visualization opensearch-project/observability#773 Shankha, Rinku Internal PR Raised NA Removed Order from config options Refactored the code and Resolved PR comments NA 14th July, 2022
Enhancement of Treemap chart UI(#796) Mrunal PR raised Raised PR NA
Enhancement of Histogram chart UI(#795) Ruchika PR raised PR merged to sprint2 NA Waiting for approval of the new UI of data configurations.Dropped a question for threshold implementation. 5th July, 2022
Enhancement of Heatmap chart UI(#847) Ruchika PR raised Raised internal PR PR merged to sprint2. 13th July, 2022
Treemap Colorscale (#820) Mrunal Internal PR Raised NA NA
Treemap Sort Sectors(#789) Mrunal Internal PR Raised NA NA
Opensearch Server logs (#800) Abhay In Progress In Progress Able to start multiple nodes for opensearch.Working on the way to trigger API in fixed interval of time. Working on the API scheduling in NodeJs In that API will be triggered in specific interval of time.
Enhancement of Time Series UI (794) Rinku PR raised PR raised for mentioned charts. NA
Restrict user to select duplicate fields in dimension and metrics section(#827) Rinku, Mrunal In-progress NA Updated INternal PR and its merged to sprint2 7th July, 2022
Enhancement of Bar chart UI(#792) Amruta, Rinku PR raised PR merged to sprint2. NA Sprint2 PR raised 13th July, 2022
Gauge chart opensearch-project/observability#640 Ramneet PR raised N/A N/A
Cypress testing - Gauge Chart Cypress Test case Nidhi started working on cypress test case for bar chart with all update done till now Updating a GitIssue_New Sheet for issues not added also looking into Opened Issue for observability and closing the one which are completed and updating sheet also accordingly 15-Jul-22
Cypress test cases enhancement and updating folder structure Pratibha In progress Worked on enhancing cypress test cases for different charts(Histogram, Pie, Treemap, Logs view) according to the new implementaion and upadting the cypress folder structure Worked on creating report for issues on github 19-Jul-22
Kafka Zishan In-progress Integration in progress Faced issue in the setup of Opensearch Dashboard and Observability. Recreating the setup on separate physical machine. Facing issue on machine related to access of Ubuntu repositories for configuration. Service desk ticket raised. Would be continuing the same.
MySQL support in Observability opensearch-project/dashboards-observability#131 Kuldeep In-progress Integration in progress Modified documentation as per review comments given by zishan (completed). Exploring fluent-bit(prometheus scrape metrics) to read prometheus metrics collected from mysql. Exploring fluent-bit(prometheus scrape metrics) to read prometheus metrics collected from mysql. 20 th July, 2022
Updating Visualizations Preview functionality (#826) Mrunal PR raised NA NA 11th July, 2022
time series enhancement opensearch-project/observability#832 Ramneet, Rinku PR raised N/A N/A
PostgreSQL support in Observability (#838) (Logs generation/Logs reading) Abhay In Progress In Progress Working on logs generation for the postgresql for single node. Trying to generate logs in the CSV format. Exploring the postgresql metric generation using postgres_exporter(https://github.com/prometheus-community/postgres_exporter) 12th July, 2022
Stats chart opensearch-project/observability#835 Ramneet in progress worked on multiple metrics , layout with one row and multiple columns as per grafana worked on text mode controls, orientation, chart types: horinzontal(in progress) 19th July, 2022
Customization of tooltip text opensearch-project/observability#788 Shankha Internal PR Raised NA Implemented tooltip options in Histogram and updated the PR Resolved Conflicts NA 13th July, 2022
Bar Chart legend color issue for Multi dimension and metrics Rinku in progress NA NA NA NA 13th July, 2022
Input fields value lag while typing after removing preview functionality opensearch-project/observability#861 Ruchika, Rinku PR raised NA Resolved issues with related to preview functionality for input fields and other issues with related to data configurations PR merged to sprint2. NA 13th July, 2022
gauge enhancement opensearch-project/observability#860 Ramneet PR raised pr review feedback, resolved conflicts N/A 15th July, 2022
Filter Logs View data and Add pagination opensearch-project/observability#863 Shankha Internal PR Raised NA Implemented Pagination and updated the UI Raised Internal PR Need Client's approval on UI 19th July, 2022
Exploration on new charts in Plotly opensearch-project/observability#866 Ruchika, Rinku In progress NA Exploring more on the charts and creating a sheet for the same with documentation links Explored visualisations and dropped in the comment with the findings. 19th July, 2022
Sprint2 code refactoring and optimization opensearch-project/observability#870 Rinku In progress NA Fixed warning related to unique Key on Component for all charts Working on state optimization and performance improvement NA 21st July, 2022
Creating integration framework Vishal In progress NA Was facing data issue, unable to create application in observability Created breadcrumbs in header and added link in left nav, navigate to new location NA 19th July, 2022
Analysis on annotation Amruta In progress NA Analysis started Created github issue and added queries. NA 20th July, 2022
Analysis on Coordinated Maps Shankha In progress NA NA Created documentation of Scatter plots on Maps and Added findings of Coordinated Map on Dashboard NA 26th July, 2022
Creating integration framework Vishal In progress NA Created breadcrumbs and side bar link to navigate Creating folder structure and updating UI, NA
abasatwar commented 2 years ago

Daily task status 20| July | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
Implement Horizontal Bar chart opensearch-project/observability#885 Deepak In-progress Worked on Horizontal Bar chart Analisys Implement Horizontal Bar chart opensearch-project/observability#885
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Merged NA Increased Chart type dropdown height, Fixed the height of data configuration and config options, positioned every panel on same height from the top Always display collapsible button, Resolved Conflicts and updated PR ETA changed as new enhancement came up 15th July, 2022
Logs view implementation for Visualization opensearch-project/observability#773 Shankha, Rinku Internal PR Raised NA Removed Order from config options Refactored the code and Resolved PR comments NA 14th July, 2022
Enhancement of Treemap chart UI(#796) Mrunal PR raised Raised PR NA
Enhancement of Histogram chart UI(#795) Ruchika PR raised PR merged to sprint2 NA Waiting for approval of the new UI of data configurations.Dropped a question for threshold implementation. 5th July, 2022
Enhancement of Heatmap chart UI(#847) Ruchika PR raised Raised internal PR PR merged to sprint2. 13th July, 2022
Treemap Colorscale (#820) Mrunal Internal PR Raised NA NA
Treemap Sort Sectors(#789) Mrunal Internal PR Raised NA NA
Opensearch Server logs (#800) Abhay In Progress In Progress Able to start multiple nodes for opensearch.Working on the way to trigger API in fixed interval of time. Working on the API scheduling in NodeJs In that API will be triggered in specific interval of time.
Enhancement of Time Series UI (794) Rinku PR raised PR raised for mentioned charts. NA
Restrict user to select duplicate fields in dimension and metrics section(#827) Rinku, Mrunal In-progress NA Updated INternal PR and its merged to sprint2 7th July, 2022
Enhancement of Bar chart UI(#792) Amruta, Rinku PR raised PR merged to sprint2. NA Sprint2 PR raised 13th July, 2022
Gauge chart opensearch-project/observability#640 Ramneet PR raised N/A N/A
Cypress testing - Gauge Chart Cypress Test case Nidhi refactoring on Gauge Chart cypress test case are done now working on adding new test case for gauge chart cypress test case for new added functionality for gauge chart are under progress 21-Jul-22
Cypress test cases enhancement and updating folder structure Pratibha In progress Worked on enhancing cypress test cases for different charts(Histogram, Pie, Treemap, Logs view) according to the new implementaion and upadting the cypress folder structure Worked on creating report for issues on github 19-Jul-22
Kafka Zishan In-progress Integration in progress Faced issue in the setup of Opensearch Dashboard and Observability. Recreating the setup on separate physical machine. Facing issue on machine related to access of Ubuntu repositories for configuration. Service desk ticket raised. Would be continuing the same.
MySQL support in Observability opensearch-project/dashboards-observability#131 Kuldeep In-progress Integration in progress Modified documentation as per review comments given by zishan (completed). Exploring fluent-bit(prometheus scrape metrics) to read prometheus metrics collected from mysql. Exploring fluent-bit(prometheus scrape metrics) to read prometheus metrics collected from mysql. 20 th July, 2022
Updating Visualizations Preview functionality (#826) Mrunal PR raised NA NA 11th July, 2022
time series enhancement opensearch-project/observability#832 Ramneet, Rinku PR raised N/A N/A
PostgreSQL support in Observability (#838) (Logs generation/Logs reading) Abhay In Progress In Progress Working on logs generation for the postgresql for single node. Trying to generate logs in the CSV format. Exploring the postgresql metric generation using postgres_exporter(https://github.com/prometheus-community/postgres_exporter) 12th July, 2022
Stats chart opensearch-project/observability#835 Ramneet in progress worked on text mode controls, orientation, chart types: horinzontal(in progress) worked on creating text mode chart(in progress) 19th July, 2022
Customization of tooltip text opensearch-project/observability#788 Shankha Internal PR Raised NA Implemented tooltip options in Histogram and updated the PR Resolved Conflicts NA 13th July, 2022
Bar Chart legend color issue for Multi dimension and metrics Rinku in progress NA NA NA NA 13th July, 2022
Input fields value lag while typing after removing preview functionality opensearch-project/observability#861 Ruchika, Rinku PR raised NA Resolved issues with related to preview functionality for input fields and other issues with related to data configurations PR merged to sprint2. NA 13th July, 2022
gauge enhancement opensearch-project/observability#860 Ramneet PR raised pr review feedback, resolved conflicts N/A 15th July, 2022
Filter Logs View data and Add pagination opensearch-project/observability#863 Shankha Internal PR Raised NA Raised Internal PR Worked on PR comments Need Client's approval on UI 19th July, 2022
Exploration on new charts in Plotly opensearch-project/observability#866 Ruchika, Rinku In progress NA Exploring more on the charts and creating a sheet for the same with documentation links Explored visualisations and dropped in the comment with the findings. 19th July, 2022
Sprint2 code refactoring and optimization opensearch-project/observability#870 Rinku In progress NA Fixed warning related to unique Key on Component for all charts Working on state optimization and performance improvement NA 21st July, 2022
Analysis on annotation Amruta In progress NA Analysis started Created github issue and added queries. NA 20th July, 2022
Analysis on Coordinate Maps Shankha In progress NA Created documentation of Scatter plots on Maps and Added findings of Coordinated Map on Dashboard Started working on the UI NA 26th July, 2022
Creating integration framework Vishal In progress NA Creating folder structure and updating UI, Creating folder structure and updating UI, NA
Add update chart button for data configuration panel opensearch-project/observability#887 Ruchika In progress NA NA Adding update chart functionality and testing for all the charts NA 21st July, 2022
Metric chart support in event analytics opensearch-project/observability#872 Ruchika In progress NA Analysing the metric chart from the dashboard NA 26th July, 2022
App performance improvement Amruta In progress NA NA Analysing on different ways for performance improvement. NA
abasatwar commented 2 years ago

Daily task status 21| July | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
Implement Horizontal Bar chart opensearch-project/observability#885 Deepak In-progress Worked on Horizontal Bar chart Analisys Implement Horizontal Bar chart opensearch-project/observability#885
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Merged NA Increased Chart type dropdown height, Fixed the height of data configuration and config options, positioned every panel on same height from the top Always display collapsible button, Resolved Conflicts and updated PR ETA changed as new enhancement came up 15th July, 2022
Logs view implementation for Visualization opensearch-project/observability#773 Shankha, Rinku Internal PR Raised NA Removed Order from config options Refactored the code and Resolved PR comments NA 14th July, 2022
Enhancement of Treemap chart UI(#796) Mrunal PR raised Raised PR NA
Enhancement of Histogram chart UI(#795) Ruchika PR raised PR merged to sprint2 NA Waiting for approval of the new UI of data configurations.Dropped a question for threshold implementation. 5th July, 2022
Enhancement of Heatmap chart UI(#847) Ruchika PR raised Raised internal PR PR merged to sprint2. 13th July, 2022
Treemap Colorscale (#820) Mrunal Internal PR Raised NA NA
Treemap Sort Sectors(#789) Mrunal Internal PR Raised NA NA
Opensearch Server logs (#800) Abhay In Progress In Progress Able to start multiple nodes for opensearch.Working on the way to trigger API in fixed interval of time. Working on the API scheduling in NodeJs In that API will be triggered in specific interval of time.
Enhancement of Time Series UI (794) Rinku PR raised PR raised for mentioned charts. NA
Restrict user to select duplicate fields in dimension and metrics section(#827) Rinku, Mrunal In-progress NA Updated INternal PR and its merged to sprint2 7th July, 2022
Enhancement of Bar chart UI(#792) Amruta, Rinku PR raised PR merged to sprint2. NA Sprint2 PR raised 13th July, 2022
Gauge chart opensearch-project/observability#640 Ramneet PR raised N/A N/A
Cypress testing - Gauge Chart Cypress Test case Nidhi refactoring on Gauge Chart cypress test case are done now working on adding new test case for gauge chart cypress test case for new added functionality for gauge chart are under progress 21-Jul-22
Cypress test cases enhancement and updating folder structure Pratibha In progress Worked on enhancing cypress test cases for different charts(Histogram, Pie, Treemap, Logs view) according to the new implementaion and upadting the cypress folder structure Worked on creating report for issues on github 19-Jul-22
Kafka Zishan In-progress Integration in progress Faced issue in the setup of Opensearch Dashboard and Observability. Recreating the setup on separate physical machine. Facing issue on machine related to access of Ubuntu repositories for configuration. Service desk ticket raised. Would be continuing the same.
MySQL support in Observability opensearch-project/dashboards-observability#131 Kuldeep In-progress Integration in progress Modified documentation as per review comments given by zishan (completed). Exploring fluent-bit(prometheus scrape metrics) to read prometheus metrics collected from mysql. Exploring fluent-bit(prometheus scrape metrics) to read prometheus metrics collected from mysql. 20 th July, 2022
Updating Visualizations Preview functionality (#826) Mrunal PR raised NA NA 11th July, 2022
time series enhancement opensearch-project/observability#832 Ramneet, Rinku PR raised N/A N/A
PostgreSQL support in Observability (#838) (Logs generation/Logs reading) Abhay In Progress In Progress Working on logs generation for the postgresql for single node. Trying to generate logs in the CSV format. Exploring the postgresql metric generation using postgres_exporter(https://github.com/prometheus-community/postgres_exporter) 12th July, 2022
Stats chart opensearch-project/observability#835 Ramneet in progress worked on text mode controls, orientation, chart types: horinzontal(in progress) worked on creating text mode chart(in progress) 19th July, 2022
Customization of tooltip text opensearch-project/observability#788 Shankha Internal PR Raised NA Implemented tooltip options in Histogram and updated the PR Resolved Conflicts NA 13th July, 2022
Bar Chart legend color issue for Multi dimension and metrics Rinku in progress NA NA NA NA 13th July, 2022
Input fields value lag while typing after removing preview functionality opensearch-project/observability#861 Ruchika, Rinku PR raised NA Resolved issues with related to preview functionality for input fields and other issues with related to data configurations PR merged to sprint2. NA 13th July, 2022
gauge enhancement opensearch-project/observability#860 Ramneet PR raised pr review feedback, resolved conflicts N/A 15th July, 2022
Filter Logs View data and Add pagination opensearch-project/observability#863 Shankha Internal PR Raised NA Raised Internal PR Worked on PR comments Need Client's approval on UI 19th July, 2022
Exploration on new charts in Plotly opensearch-project/observability#866 Ruchika, Rinku In progress NA Exploring more on the charts and creating a sheet for the same with documentation links Explored visualisations and dropped in the comment with the findings. 19th July, 2022
Sprint2 code refactoring and optimization opensearch-project/observability#870 Rinku In progress NA Fixed warning related to unique Key on Component for all charts Working on state optimization and performance improvement NA 21st July, 2022
Analysis on annotation Amruta In progress NA Analysis started Created github issue and added queries. NA 20th July, 2022
Analysis on Coordinate Maps Shankha In progress NA Created documentation of Scatter plots on Maps and Added findings of Coordinated Map on Dashboard Started working on the UI NA 26th July, 2022
Creating integration framework Vishal In progress NA Creating folder structure and updating UI, Creating folder structure and updating UI, NA
Add update chart button for data configuration panel opensearch-project/observability#887 Ruchika In progress NA NA Adding update chart functionality and testing for all the charts NA 21st July, 2022
Metric chart support in event analytics opensearch-project/observability#872 Ruchika In progress NA Analysing the metric chart from the dashboard NA 26th July, 2022
App performance improvement Amruta In progress NA NA Analysing on different ways for performance improvement. NA
abasatwar commented 2 years ago

Daily task status 22| July | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
Implement Horizontal Bar chart opensearch-project/observability#885 Deepak In-progress Worked on Horizontal Bar chart Implimentation Implement Horizontal Bar chart opensearch-project/observability#885 NA
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Merged NA Increased Chart type dropdown height, Fixed the height of data configuration and config options, positioned every panel on same height from the top Always display collapsible button, Resolved Conflicts and updated PR ETA changed as new enhancement came up. Asked questions to client regarding the min-width and min-height of all the panels. 15th July, 2022
Logs view implementation for Visualization opensearch-project/observability#773 Shankha, Rinku Internal PR Raised NA Removed Order from config options Refactored the code and Resolved PR comments NA 14th July, 2022
Enhancement of Treemap chart UI(#796) Mrunal PR raised Raised PR NA
Enhancement of Histogram chart UI(#795) Ruchika PR raised PR merged to sprint2 NA Waiting for approval of the new UI of data configurations.Dropped a question for threshold implementation. 5th July, 2022
Enhancement of Heatmap chart UI(#847) Ruchika PR raised Raised internal PR PR merged to sprint2. 13th July, 2022
Treemap Colorscale (#820) Mrunal Internal PR Raised NA NA
Treemap Sort Sectors(#789) Mrunal Internal PR Raised NA NA
Opensearch Server logs (#800) Abhay In Progress In Progress Able to start multiple nodes for opensearch.Working on the way to trigger API in fixed interval of time. Working on the API scheduling in NodeJs In that API will be triggered in specific interval of time.
Enhancement of Time Series UI (794) Rinku PR raised PR raised for mentioned charts. NA
Restrict user to select duplicate fields in dimension and metrics section(#827) Rinku, Mrunal In-progress NA Updated INternal PR and its merged to sprint2 7th July, 2022
Enhancement of Bar chart UI(#792) Amruta, Rinku PR raised PR merged to sprint2. NA Sprint2 PR raised 13th July, 2022
Gauge chart opensearch-project/observability#640 Ramneet PR raised N/A N/A
Cypress testing - Gauge Chart Cypress Test case Nidhi started working on refactoring on heatmap chart cypress test case along with any new implemenatation (if done any) Working on creating bug for Issues found for Gauge Chart and continuing working on heatmap cypress test case 26-Jul-22
Cypress test cases enhancement and updating folder structure Pratibha In progress Completed working on enhancement cypress test cases for Pie and Treemap charts Working on enhancements cypress test cases for Histogram chart 27-Jul-22
Kafka Zishan In-progress Integration in progress Faced issue in the setup of Opensearch Dashboard and Observability. Recreating the setup on separate physical machine. Facing issue on machine related to access of Ubuntu repositories for configuration. Service desk ticket raised. Would be continuing the same.
MySQL support in Observability opensearch-project/dashboards-observability#131 Kuldeep In-progress Integration in progress Worked on exposing prometheus metrics to OpenSearch/Console using fluent-bit, to file using fluent-bit and using fluentd http and tcp output plugins. Exploring the prom2json plugin to read metrics from prometheus and rendering it in JSON format. 22 th July, 2022
Updating Visualizations Preview functionality (#826) Mrunal PR raised NA NA 11th July, 2022
time series enhancement opensearch-project/observability#832 Ramneet, Rinku PR raised N/A N/A
PostgreSQL support in Observability (#838) (Logs generation/Logs reading) Abhay In Progress In Progress Working on logs generation for the postgresql for single node. Trying to generate logs in the CSV format. Exploring the postgresql metric generation using postgres_exporter(https://github.com/prometheus-community/postgres_exporter) 12th July, 2022
Stats chart opensearch-project/observability#835 Ramneet in progress worked on fixing issues with layouts, orientation in case of horizontal chart, shapes layout fixed with orientations worked on text alignment in horizontal chart(in progress) 19th July, 2022
Customization of tooltip text opensearch-project/observability#788 Shankha Internal PR Raised NA Implemented tooltip options in Histogram and updated the PR Resolved Conflicts NA 13th July, 2022
Bar Chart legend color issue for Multi dimension and metrics Rinku in progress NA NA NA NA 13th July, 2022
Input fields value lag while typing after removing preview functionality opensearch-project/observability#861 Ruchika, Rinku PR raised NA Resolved issues with related to preview functionality for input fields and other issues with related to data configurations PR merged to sprint2. NA 13th July, 2022
gauge enhancement opensearch-project/observability#860 Ramneet PR raised debugged issues with reset and limit on no. of gauges restrict negative on no. of gauges input 15th July, 2022
Filter Logs View data and Add pagination opensearch-project/observability#863 Shankha Internal PR Raised NA Raised Internal PR Worked on PR comments added comment on the issue for client's approval for UI. 19th July, 2022
Exploration on new charts in Plotly opensearch-project/observability#866 Ruchika, Rinku In progress NA Exploring more on the charts and creating a sheet for the same with documentation links Explored visualisations and dropped in the comment with the findings. 19th July, 2022
Sprint2 code refactoring and optimization opensearch-project/observability#870 Rinku In progress NA Optimized code in Pie, Bar and Line chart Working code chart specific code refactoring and optimization NA 21st July, 2022
Analysis on annotation Amruta In progress NA Analysis started Created github issue and added queries. NA 20th July, 2022
Coordinate Maps - Visualization and Config Options opensearch-project/observability#886 Shankha In progress NA Rendered data points on Map, implemented show/hide and position text, font size, range of map Render data points according to user inputs. Need clarification on implementation 26th July, 2022
Creating integration framework Vishal In progress NA Created folder structure Working on design of the apps and listing of application NA
Add update chart button for data configuration panel opensearch-project/observability#887 Ruchika Internal PR Raised NA Raised internal PR NA NA 21st July, 2022
Metric chart support in event analytics opensearch-project/observability#872 Ruchika In progress NA Worked on implementation of basic metric chart Completed implementation of basic metric chart. Dropeed in comment for confirmation of UI and other questions 26th July, 2022
App performance improvement Amruta In progress NA Analysing on different ways for performance improvement. Analysing on different ways for performance improvement, yet to figure out exact problem. NA NA
abasatwar commented 2 years ago

Daily task status 25| July | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
Implement Horizontal Bar chart opensearch-project/observability#885 Deepak Internal PR Raised Worked on Horizontal Bar chart Implimentation Implement Horizontal Bar chart opensearch-project/observability#885 NA
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Merged NA Increased Chart type dropdown height, Fixed the height of data configuration and config options, positioned every panel on same height from the top Always display collapsible button, Resolved Conflicts and updated PR ETA changed as new enhancement came up. Asked questions to client regarding the min-width and min-height of all the panels. 15th July, 2022
Logs view implementation for Visualization opensearch-project/observability#773 Shankha, Rinku Internal PR Raised NA Removed Order from config options Refactored the code and Resolved PR comments NA 14th July, 2022
Enhancement of Treemap chart UI(#796) Mrunal PR raised Raised PR NA
Enhancement of Histogram chart UI(#795) Ruchika PR raised PR merged to sprint2 NA Waiting for approval of the new UI of data configurations.Dropped a question for threshold implementation. 5th July, 2022
Enhancement of Heatmap chart UI(#847) Ruchika PR raised Raised internal PR PR merged to sprint2. 13th July, 2022
Treemap Colorscale (#820) Mrunal Internal PR Raised NA NA
Treemap Sort Sectors(#789) Mrunal Internal PR Raised NA NA
Opensearch Server logs (#800) Abhay In Progress In Progress Able to start multiple nodes for opensearch.Working on the way to trigger API in fixed interval of time. Working on the API scheduling in NodeJs In that API will be triggered in specific interval of time.
Enhancement of Time Series UI (794) Rinku PR raised PR raised for mentioned charts. NA
Restrict user to select duplicate fields in dimension and metrics section(#827) Rinku, Mrunal In-progress NA Updated INternal PR and its merged to sprint2 7th July, 2022
Enhancement of Bar chart UI(#792) Amruta, Rinku PR raised PR merged to sprint2. NA Sprint2 PR raised 13th July, 2022
Gauge chart opensearch-project/observability#640 Ramneet PR raised N/A N/A
Cypress testing - Gauge Chart Cypress Test case Nidhi started working on refactoring on heatmap chart cypress test case along with any new implemenatation (if done any) Working on creating bug for Issues found for Gauge Chart and continuing working on heatmap cypress test case 26-Jul-22
Cypress test cases enhancement and updating folder structure Pratibha In progress Completed working on enhancement cypress test cases for Pie and Treemap charts Working on enhancement of cypress test cases for Histogram chart. Analysing MOM points to create git hub issues whereever possible. 27-Jul-22
Kafka Zishan In-progress Integration in progress Faced issue in the setup of Opensearch Dashboard and Observability. Recreating the setup on separate physical machine. Facing issue on machine related to access of Ubuntu repositories for configuration. Service desk ticket raised. Would be continuing the same.
MySQL support in Observability opensearch-project/dashboards-observability#131 Kuldeep In-progress Integration in progress Worked on prom2json to get prometheus metrics in json format and also created the file of it. Working on fluentd to read json format and creating index. 26 th July, 2022
Updating Visualizations Preview functionality (#826) Mrunal PR raised NA NA 11th July, 2022
time series enhancement opensearch-project/observability#832 Ramneet, Rinku PR raised N/A N/A
PostgreSQL support in Observability (#838) (Logs generation/Logs reading) Abhay In Progress In Progress Working on logs generation for the postgresql for single node. Trying to generate logs in the CSV format. Exploring the postgresql metric generation using postgres_exporter(https://github.com/prometheus-community/postgres_exporter) 12th July, 2022
Stats chart opensearch-project/observability#835 Ramneet in progress worked on fixing issues with layouts, orientation in case of horizontal chart, shapes layout fixed with orientations worked on text alignment in horizontal chart(in progress) 19th July, 2022
Customization of tooltip text opensearch-project/observability#788 Shankha Internal PR Raised NA Implemented tooltip options in Histogram and updated the PR Resolved Conflicts NA 13th July, 2022
Bar Chart legend color issue for Multi dimension and metrics Rinku in progress NA NA NA NA 13th July, 2022
Input fields value lag while typing after removing preview functionality opensearch-project/observability#861 Ruchika, Rinku PR raised NA Resolved issues with related to preview functionality for input fields and other issues with related to data configurations PR merged to sprint2. NA 13th July, 2022
gauge enhancement opensearch-project/observability#860 Ramneet PR raised debugged issues with reset and limit on no. of gauges restrict negative on no. of gauges input 15th July, 2022
Filter Logs View data and Add pagination opensearch-project/observability#863 Shankha Internal PR Raised NA Raised Internal PR Worked on PR comments added comment on the issue for client's approval for UI. 19th July, 2022
Exploration on new charts in Plotly opensearch-project/observability#866 Ruchika, Rinku In progress NA Exploring more on the charts and creating a sheet for the same with documentation links Explored visualisations and dropped in the comment with the findings. 19th July, 2022
Sprint2 code refactoring and optimization opensearch-project/observability#870 Rinku In progress NA Optimized code in Pie, Bar and Line, Treemap, HeatMap, Histogram chart Working on renaming every charts objects keys to eliminate camel-case error NA 21st July, 2022
Analysis on annotation Amruta In progress NA Analysis started Created github issue and added queries. NA 20th July, 2022
Coordinate Maps - Visualization and Config Options opensearch-project/observability#886 Shankha In progress NA Render data points according to user inputs. Added show/hide tooltip in config options and edited the tooltip Need clarification on implementation 26th July, 2022
Creating integration framework Vishal In progress NA Created folder structure Working on design of the apps and listing of application NA
Add update chart button for data configuration panel opensearch-project/observability#887 Ruchika Internal PR Raised NA Raised internal PR NA NA 21st July, 2022
Metric chart support in event analytics opensearch-project/observability#872 Ruchika In progress NA Completed implementation of basic metric chart. Analysis on more aggregate functions in dropdown in metric dashboard. Worked on performance issue of the app as well. Droped in comment for confirmation of UI and other questions 26th July, 2022
App performance improvement Amruta In progress NA Analysing on different ways for performance improvement. Analysing on different ways for performance improvement. NA NA
ruchika-narang commented 2 years ago

Daily task status 26 | July | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
Implement Horizontal Bar chart opensearch-project/observability#885 Deepak Internal PR Raised Worked on Horizontal Bar chart Implimentation Work on Internal PR fixes NA
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Merged NA Increased Chart type dropdown height, Fixed the height of data configuration and config options, positioned every panel on same height from the top Always display collapsible button, Resolved Conflicts and updated PR ETA changed as new enhancement came up. Asked questions to client regarding the min-width and min-height of all the panels. 15th July, 2022
Logs view implementation for Visualization opensearch-project/observability#773 Shankha, Rinku Internal PR Raised NA Removed Order from config options Refactored the code and Resolved PR comments NA 14th July, 2022
Enhancement of Treemap chart UI(#796) Mrunal PR raised Raised PR NA
Enhancement of Histogram chart UI(#795) Ruchika PR raised PR merged to sprint2 NA Waiting for approval of the new UI of data configurations.Dropped a question for threshold implementation. 5th July, 2022
Enhancement of Heatmap chart UI(#847) Ruchika PR raised Raised internal PR PR merged to sprint2. 13th July, 2022
Treemap Colorscale (#820) Mrunal Internal PR Raised NA NA
Treemap Sort Sectors(#789) Mrunal Internal PR Raised NA NA
Opensearch Server logs (#800) Abhay In Progress In Progress Able to start multiple nodes for opensearch.Working on the way to trigger API in fixed interval of time. Working on the API scheduling in NodeJs In that API will be triggered in specific interval of time.
Enhancement of Time Series UI (794) Rinku PR raised PR raised for mentioned charts. NA
Restrict user to select duplicate fields in dimension and metrics section(#827) Rinku, Mrunal In-progress NA Updated INternal PR and its merged to sprint2 7th July, 2022
Enhancement of Bar chart UI(#792) Amruta, Rinku PR raised PR merged to sprint2. NA Sprint2 PR raised 13th July, 2022
Gauge chart opensearch-project/observability#640 Ramneet PR raised N/A N/A
Cypress testing - Gauge Chart Cypress Test case Nidhi Completed Heatmap cypress test case and started working on Time Series chart Working on Time Series refactoring and adding new cypress test cases 26-Jul-22
Cypress test cases enhancement and updating folder structure Pratibha In progress Completed working on enhancement cypress test cases for Pie and Treemap charts Working on enhancement of cypress test cases for Histogram chart. Analysing MOM points to create git hub issues whereever possible. 27-Jul-22
Kafka Zishan In-progress Integration in progress Faced issue in the setup of Opensearch Dashboard and Observability. Recreating the setup on separate physical machine. Facing issue on machine related to access of Ubuntu repositories for configuration. Service desk ticket raised. Would be continuing the same.
MySQL support in Observability opensearch-project/dashboards-observability#131 Kuldeep In-progress n Worked on prom2json to get prometheus metrics in json format and also created the file of it. Working on fluentd to read json format and creating index.-inprogress Unable to find any plugin which would read prometheus metrics (Nested JSON format) so updating ETA 27 th July, 2022
Updating Visualizations Preview functionality (#826) Mrunal PR raised NA NA 11th July, 2022
time series enhancement opensearch-project/observability#832 Ramneet, Rinku PR raised N/A N/A
PostgreSQL support in Observability (#838) (Logs generation/Logs reading) Abhay In Progress In Progress Working on logs generation for the postgresql for single node. Trying to generate logs in the CSV format. Exploring the postgresql metric generation using postgres_exporter(https://github.com/prometheus-community/postgres_exporter) 12th July, 2022
Stats chart opensearch-project/observability#835 Ramneet in progress worked on text position for horizontal/textmode worked on text positions along with shapes , modify shapes script as per chart type selection, code optimization 19th July, 2022
Customization of tooltip text opensearch-project/observability#788 Shankha Internal PR Raised NA Implemented tooltip options in Histogram and updated the PR Resolved Conflicts NA 13th July, 2022
Bar Chart legend color issue for Multi dimension and metrics Rinku in progress NA NA NA NA 13th July, 2022
Input fields value lag while typing after removing preview functionality opensearch-project/observability#861 Ruchika, Rinku PR raised NA Resolved issues with related to preview functionality for input fields and other issues with related to data configurations PR merged to sprint2. NA 13th July, 2022
gauge enhancement opensearch-project/observability#860 Ramneet PR raised debugged issues with reset and limit on no. of gauges restrict negative on no. of gauges input 15th July, 2022
Filter Logs View data and Add pagination opensearch-project/observability#863 Shankha Internal PR Raised NA Raised Internal PR Worked on PR comments added comment on the issue for client's approval for UI. 19th July, 2022
Exploration on new charts in Plotly opensearch-project/observability#866 Ruchika, Rinku In progress NA Exploring more on the charts and creating a sheet for the same with documentation links Explored visualisations and dropped in the comment with the findings. 19th July, 2022
Sprint2 code refactoring and optimization opensearch-project/observability#870 Rinku In progress NA renaming of keys done for every charts objects to eliminate camel-case error Raised internal PR and looking for Pie chart warning 'WARN: Too many auto-margin redraws.' NA 21st July, 2022
Analysis on annotation Amruta In progress NA Analysis started Created github issue and added queries. NA 20th July, 2022
Coordinate Maps - Visualization and Config Options opensearch-project/observability#886 Shankha In progress NA Added show/hide tooltip in config options and edited the tooltip Worked on the corner cases. Implemented all functionalities which were planned Need clarification on implementation 26th July, 2022
Creating integration framework Vishal In progress NA Created folder structure Working on design of the apps and listing of application NA
Add update chart button for data configuration panel opensearch-project/observability#887 Ruchika Internal PR Raised NA Raised internal PR NA NA 21st July, 2022
Metric chart support in event analytics opensearch-project/observability#872 Ruchika In progress NA Analysis on more aggregate functions in dropdown in metric dashboard. Worked on performance issue of the app as well. Worked on performance issues. Resolved PR failing issue with Deepak for horizontal bar. Exploration on aggregate functions. Droped in comment for confirmation of UI and other questions 26th July, 2022
App performance improvement Amruta In progress NA Analysing on different ways for performance improvement. Analysing on different ways for performance improvement. NA NA
abasatwar commented 2 years ago

Daily task status 27| July | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
Implement Horizontal Bar chart opensearch-project/observability#885 Deepak Internal PR Raised Worked on Horizontal Bar chart Implimentation Implement Horizontal Bar chart opensearch-project/observability#885 NA
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Merged NA Increased Chart type dropdown height, Fixed the height of data configuration and config options, positioned every panel on same height from the top Always display collapsible button, Resolved Conflicts and updated PR ETA changed as new enhancement came up. Asked questions to client regarding the min-width and min-height of all the panels. 15th July, 2022
Logs view implementation for Visualization opensearch-project/observability#773 Shankha, Rinku Internal PR Raised NA Removed Order from config options Refactored the code and Resolved PR comments NA 14th July, 2022
Enhancement of Treemap chart UI(#796) Mrunal PR raised Raised PR NA
Enhancement of Histogram chart UI(#795) Ruchika PR raised PR merged to sprint2 NA Waiting for approval of the new UI of data configurations.Dropped a question for threshold implementation. 5th July, 2022
Enhancement of Heatmap chart UI(#847) Ruchika PR raised Raised internal PR PR merged to sprint2. 13th July, 2022
Treemap Colorscale (#820) Mrunal Internal PR Raised NA NA
Treemap Sort Sectors(#789) Mrunal Internal PR Raised NA NA
Opensearch Server logs (#800) Abhay In Progress In Progress Able to start multiple nodes for opensearch.Working on the way to trigger API in fixed interval of time. Working on the API scheduling in NodeJs In that API will be triggered in specific interval of time.
Enhancement of Time Series UI (794) Rinku PR raised PR raised for mentioned charts. NA
Restrict user to select duplicate fields in dimension and metrics section(#827) Rinku, Mrunal In-progress NA Updated INternal PR and its merged to sprint2 7th July, 2022
Enhancement of Bar chart UI(#792) Amruta, Rinku PR raised PR merged to sprint2. NA Sprint2 PR raised 13th July, 2022
Gauge chart opensearch-project/observability#640 Ramneet PR raised N/A N/A
Cypress testing - Gauge Chart Cypress Test case Nidhi worked on gauge chart cypress test case also raised bug for issues found Working on Heatmap cypress test case 26-Jul-22
Cypress test cases enhancement and updating folder structure Pratibha In progress Completed working on enhancement cypress test cases for Pie and Treemap charts Working on enhancement of cypress test cases for Histogram chart. Analysing MOM points to create git hub issues whereever possible. 27-Jul-22
Kafka Zishan In-progress Integration in progress Faced issue in the setup of Opensearch Dashboard and Observability. Recreating the setup on separate physical machine. Facing issue on machine related to access of Ubuntu repositories for configuration. Service desk ticket raised. Would be continuing the same.
MySQL support in Observability opensearch-project/dashboards-observability#131 Kuldeep In-progress Integration in progress Worked on prom2json to get prometheus metrics in json format and also created the file of it. Working on fluentd to read json format and creating index. 26 th July, 2022
Updating Visualizations Preview functionality (#826) Mrunal PR raised NA NA 11th July, 2022
time series enhancement opensearch-project/observability#832 Ramneet, Rinku PR raised N/A N/A
PostgreSQL support in Observability (#838) (Logs generation/Logs reading) Abhay In Progress In Progress Working on logs generation for the postgresql for single node. Trying to generate logs in the CSV format. Exploring the postgresql metric generation using postgres_exporter(https://github.com/prometheus-community/postgres_exporter) 12th July, 2022
Stats chart opensearch-project/observability#835 Ramneet in progress worked on fixing issues with layouts, orientation in case of horizontal chart, shapes layout fixed with orientations worked on text alignment in horizontal chart(in progress) 19th July, 2022
Customization of tooltip text opensearch-project/observability#788 Shankha Internal PR Raised NA Implemented tooltip options in Histogram and updated the PR Resolved Conflicts NA 13th July, 2022
Bar Chart legend color issue for Multi dimension and metrics Rinku in progress NA NA NA NA 13th July, 2022
Input fields value lag while typing after removing preview functionality opensearch-project/observability#861 Ruchika, Rinku PR raised NA Resolved issues with related to preview functionality for input fields and other issues with related to data configurations PR merged to sprint2. NA 13th July, 2022
gauge enhancement opensearch-project/observability#860 Ramneet PR raised debugged issues with reset and limit on no. of gauges restrict negative on no. of gauges input 15th July, 2022
Filter Logs View data and Add pagination opensearch-project/observability#863 Shankha Internal PR Raised NA Raised Internal PR Worked on PR comments added comment on the issue for client's approval for UI. 19th July, 2022
Exploration on new charts in Plotly opensearch-project/observability#866 Ruchika, Rinku In progress NA Exploring more on the charts and creating a sheet for the same with documentation links Explored visualisations and dropped in the comment with the findings. 19th July, 2022
Sprint2 code refactoring and optimization opensearch-project/observability#870 Rinku In progress NA Optimized code in Pie, Bar and Line, Treemap, HeatMap, Histogram chart Working on renaming every charts objects keys to eliminate camel-case error NA 21st July, 2022
Analysis on annotation Amruta In progress NA Analysis started Created github issue and added queries. NA 20th July, 2022
Coordinate Maps - Visualization and Config Options opensearch-project/observability#886 Shankha In progress NA Render data points according to user inputs. Added show/hide tooltip in config options and edited the tooltip Need clarification on implementation 26th July, 2022
Creating integration framework Vishal In progress NA Created folder structure Working on design of the apps and listing of application NA
Add update chart button for data configuration panel opensearch-project/observability#887 Ruchika Internal PR Raised NA Raised internal PR NA NA 21st July, 2022
Metric chart support in event analytics opensearch-project/observability#872 Ruchika In progress NA Completed implementation of basic metric chart. Analysis on more aggregate functions in dropdown in metric dashboard. Worked on performance issue of the app as well. Droped in comment for confirmation of UI and other questions 26th July, 2022
App performance improvement Amruta In progress NA Found that app works fine in production mode. NA Worked on code review. NA
abasatwar commented 2 years ago

Daily task status 29| July | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
[EXPLORATION]: Exploration on new charts in Plotly opensearch-project/observability#866 Deepak Inprogress Worked Naming convention for charts field are not common for all charts [EXPLORATION]: Exploration on new charts in Plotly and superset NA
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Merged NA Increased Chart type dropdown height, Fixed the height of data configuration and config options, positioned every panel on same height from the top Always display collapsible button, Resolved Conflicts and updated PR ETA changed as new enhancement came up. Asked questions to client regarding the min-width and min-height of all the panels. 15th July, 2022
Logs view implementation for Visualization opensearch-project/observability#773 Shankha, Rinku Internal PR Raised NA Changed the UI of Logs View Visualization Analysing the errors for Operational Panel NA 1st August, 2022
Enhancement of Treemap chart UI(#796) Mrunal Merged NA Merged to main, ticket still in open state
Enhancement of Histogram chart UI(#795) Ruchika Merged PR merged to sprint2 Merged to main, closed the ticket 5th July, 2022
Enhancement of Heatmap chart UI(#847) Ruchika Merged PR merged to sprint2 Merged to main, closed the ticket 13th July, 2022
Treemap Colorscale (#820) Mrunal Merged NA Merged to main, but ticket still open as Eric is in the assignee list
Treemap Sort Sectors(#789) Mrunal Merged NA Merged to main, but ticket is in open state
Opensearch Server logs (#800) Abhay In Progress In Progress Able to start multiple nodes for opensearch.Working on the way to trigger API in fixed interval of time. Working on the API scheduling in NodeJs In that API will be triggered in specific interval of time.
Enhancement of Time Series UI (794) Rinku PR raised PR raised for mentioned charts. NA
Restrict user to select duplicate fields in dimension and metrics section(#827) Rinku, Mrunal Merged NA Merged to main, ticket still in open state 7th July, 2022
Enhancement of Bar chart UI(#792) Amruta, Rinku PR raised PR merged to sprint2. NA Sprint2 PR raised 13th July, 2022
Gauge chart opensearch-project/observability#640 Ramneet PR raised N/A N/A
Cypress testing - Gauge Chart Cypress Test case Nidhi PR raised Created a PR for all 4 charts cypress test case, created EntryExit Checklist sheet working on manual chart testing and creating a scenario for same 26-Jul-22
Cypress test cases enhancement and updating folder structure Pratibha In progress Worked on enhancement cypress test cases for Histogram chart. Completed analysis for MOM points Raised internal PR for enhancement cypress test cases for Pie, Treemap and Histogram charts. Reviewed Naman's functional test cases.
Kafka Zishan In-progress Integration in progress Faced issue in the setup of Opensearch Dashboard and Observability. Recreating the setup on separate physical machine. Facing issue on machine related to access of Ubuntu repositories for configuration. Service desk ticket raised. Would be continuing the same.
MySQL support in Observability opensearch-project/dashboards-observability#131 Kuldeep In-progress n Worked on fluentd to read json format and creating index. Working on fluentd to read json format and creating index-On Hold, Documenting Prom2json and exploring Hive to read metrics. Unable to find any plugin which would read prometheus metrics (Nested JSON format) so updating ETA-Hold 30 th July, 2022
Updating Visualizations Preview functionality (#826) Mrunal Merged NA Merged to main, but ticket is in open state 11th July, 2022
time series enhancement opensearch-project/observability#832 Ramneet, Rinku PR raised N/A N/A
PostgreSQL support in Observability (#838) (Logs generation/Logs reading) Abhay In Progress In Progress Working on logs generation for the postgresql for single node. Trying to generate logs in the CSV format. Exploring the postgresql metric generation using postgres_exporter(https://github.com/prometheus-community/postgres_exporter) 12th July, 2022
Stats chart opensearch-project/observability#835 Ramneet in progress worked on text position, multiple dimensions in subplots worked on multiple dimesions in subplots, color of text, metrics/label text position modification 1 August, 2022
Customization of tooltip text opensearch-project/observability#788 Shankha Internal PR Raised NA NA Added tooltip for various charts, created a new PR ETA changed from 13th July to 29th July as PR needed to be raised against new sprint branch 29th July, 2022
Bar Chart legend color issue for Multi dimension and metrics Rinku in progress NA NA NA NA 13th July, 2022
Input fields value lag while typing after removing preview functionality opensearch-project/observability#861 Ruchika, Rinku Merged NA NA Merged to main, closed the ticket NA 13th July, 2022
gauge enhancement opensearch-project/observability#860 Ramneet PR raised n/a PR issues fixed, tool tip on threshold buttion 27th july, 2022
Filter Logs View data and Add pagination opensearch-project/observability#863 Shankha Internal PR Raised NA Raised Internal PR Worked on PR comments added comment on the issue for client's approval for UI. 19th July, 2022
Exploration on new charts in Plotly opensearch-project/observability#866 Ruchika, Rinku In progress NA Exploring more on the charts and creating a sheet for the same with documentation links Explored visualisations and dropped in the comment with the findings. 19th July, 2022
Sprint2 code refactoring and optimization opensearch-project/observability#870 Rinku In progress NA Internal PR raised. "Created new Branch and External PR raised.
https://github.com/opensearch-project/observability/pull/904/files" NA 21st July, 2022
Analysis on annotation Amruta In progress NA Analysis started Created github issue and added queries. NA 20th July, 2022
Coordinate Maps - Visualization and Config Options opensearch-project/observability#886 Shankha In progress NA Added show/hide tooltip in config options and edited the tooltip Worked on the corner cases. Implemented all functionalities which were planned Need clarification on implementation 26th July, 2022
Creating integration framework Vishal In progress NA Worked on design part of cards and folder struture Working on the changes for app analytics and integration NA
Add update chart button for data configuration panel opensearch-project/observability#887 Ruchika Internal PR Raised NA Raised internal PR against sprint3 PR merged to sprint3 NA 21st July, 2022
Metric chart support in event analytics opensearch-project/observability#872 Ruchika Internal PR Raised NA Checked in superset for the aggregation function for metrics. Continue to work on further implementation of metric. Raised internal PR. 29th July, 2022
Annotations and PR review Amruta In progress NA NA Helped on Annotation exploration and reviewed few PRs
Region Map - Visualization and Config Options Shankha In progress NA NA Started the analysis of Region Map and gone through the options available in plotly NA NA
Sprint2 code review comment changes opensearch-project/observability#906 Rinku In progress NA NA Started addressing review comment on Sprint2 PR NA 1st August, 2022
Visualizations not appearing in Operational Panels opensearch-project/observability#907 Shankha, Ruchika In progress NA NA Started analysis on visualizations not appearing in operational panel NA 2nd August, 2022
ruchika-narang commented 2 years ago

Daily task status 2 | August | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
[EXPLORATION]: Exploration on new charts in Plotly opensearch-project/observability#866 Deepak Internal review NA Worked [EXPLORATION]: Exploration on new charts in Plotly and superset [EXPLORATION]: Exploration on new charts in Plotly and superset NA 2nd August 2022
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Merged NA Increased Chart type dropdown height, Fixed the height of data configuration and config options, positioned every panel on same height from the top Always display collapsible button, Resolved Conflicts and updated PR ETA changed as new enhancement came up. Asked questions to client regarding the min-width and min-height of all the panels. 15th July, 2022
Logs view implementation for Visualization opensearch-project/observability#773 Shankha, Rinku Internal PR Merged NA NA Resolved PR Comments NA 1st August, 2022
Enhancement of Treemap chart UI(#796) Mrunal Merged NA Merged to main, ticket still in open state
Enhancement of Histogram chart UI(#795) Ruchika Merged PR merged to sprint2 Merged to main, closed the ticket 5th July, 2022
Enhancement of Heatmap chart UI(#847) Ruchika Merged PR merged to sprint2 Merged to main, closed the ticket 13th July, 2022
Treemap Colorscale (#820) Mrunal Merged NA Merged to main, but ticket still open as Eric is in the assignee list
Treemap Sort Sectors(#789) Mrunal Merged NA Merged to main, but ticket is in open state
Opensearch Server logs (#800) Abhay In Progress In Progress Able to start multiple nodes for opensearch.Working on the way to trigger API in fixed interval of time. Working on the API scheduling in NodeJs In that API will be triggered in specific interval of time.
Enhancement of Time Series UI (794) Rinku PR raised PR raised for mentioned charts. NA
Restrict user to select duplicate fields in dimension and metrics section(#827) Rinku, Mrunal Merged NA Merged to main, ticket still in open state 7th July, 2022
Enhancement of Bar chart UI(#792) Amruta, Rinku PR raised PR merged to sprint2. NA Sprint2 PR raised 13th July, 2022
Gauge chart opensearch-project/observability#640 Ramneet PR raised N/A N/A
Cypress testing - Gauge Chart Cypress Test case Nidhi created a test case scenario for Time Series will continue work on time series scenario and complete it 26-Jul-22
Cypress test cases enhancement and updating folder structure Pratibha In progress Worked on creating functional test cases for Pie and Treemap chart Completed functional test case creation for Pie chart and started with Treemap
Kafka Zishan In-progress Integration in progress Faced issue in the setup of Opensearch Dashboard and Observability. Recreating the setup on separate physical machine. Facing issue on machine related to access of Ubuntu repositories for configuration. Service desk ticket raised. Would be continuing the same.
MySQL support in Observability opensearch-project/dashboards-observability#131 Kuldeep In-progress n Worked on fluentd to read json format and creating index. Working on fluentd to read json format and creating index-On Hold, Documenting Prom2json and exploring Hive to read metrics. Unable to find any plugin which would read prometheus metrics (Nested JSON format) so updating ETA-Hold 30 th July, 2022
Updating Visualizations Preview functionality (#826) Mrunal Merged NA Merged to main, but ticket is in open state 11th July, 2022
time series enhancement opensearch-project/observability#832 Ramneet, Rinku PR raised N/A N/A
PostgreSQL support in Observability (#838) (Logs generation/Logs reading) Abhay In Progress In Progress Working on logs generation for the postgresql for single node. Trying to generate logs in the CSV format. Exploring the postgresql metric generation using postgres_exporter(https://github.com/prometheus-community/postgres_exporter) 12th July, 2022
Stats chart opensearch-project/observability#835 Ramneet in progress threshold : color based , code optimization for multiple traces like text, threshold, scatter, layout bug fixed worked on line based threshold on auto chart type, orientation for threshold for the same, text trace orientation bug fixed, label size, value size replaced with text size 1 August, 2022Customization of tooltip text opensearch-project/observability#788 Shankha Internal PR Raised NA NA Added tooltip for various charts, created a new PR ETA changed from 13th July to 29th July as PR needed to be raised against new sprint branch 29th July, 2022
Bar Chart legend color issue for Multi dimension and metrics Rinku in progress NA NA NA NA 13th July, 2022
Input fields value lag while typing after removing preview functionality opensearch-project/observability#861 Ruchika, Rinku Merged NA NA Merged to main, closed the ticket NA 13th July, 2022
gauge enhancement opensearch-project/observability#860 Ramneet PR raised n/a PR issues fixed, tool tip on threshold buttion 27th july, 2022
Filter Logs View data and Add pagination opensearch-project/observability#863 Shankha Internal PR Merged NA NA Resolved PR Comments added comment on the issue for client's approval for UI. 19th July, 2022
Exploration on new charts in Plotly opensearch-project/observability#866 Ruchika, Rinku In progress NA Exploring more on the charts and creating a sheet for the same with documentation links Explored visualisations and dropped in the comment with the findings. 19th July, 2022
Sprint2 code refactoring and optimization opensearch-project/observability#870 Rinku In progress NA Internal PR raised. Created new Branch and External PR raised.
https://github.com/opensearch-project/observability/pull/904/files NA 21st July, 2022
Analysis on annotation Amruta In progress NA Analysis started Created github issue and added queries. NA 20th July, 2022
Coordinate Maps - Visualization and Config Options opensearch-project/observability#886 Shankha PR raised NA Worked on the corner cases. Implemented all functionalities which were planned Reviewed the code and resolved the issues, PR raised NA 1st August, 2022
Creating integration framework Vishal In progress NA Worked on design part of cards and folder struture Working on the changes for app analytics and integration NA
Add update chart button for data configuration panel opensearch-project/observability#887 Ruchika Internal PR Raised NA Raised internal PR against sprint3 PR merged to sprint3 NA 21st July, 2022
Metric chart support in event analytics opensearch-project/observability#872 Ruchika Internal PR Raised NA Checked in superset for the aggregation function for metrics. Continue to work on further implementation of metric. Raised internal PR. 29th July, 2022
Annotations and PR review Amruta,Koustubh In progress NA NA Helped on Annotation exploration and reviewed few PRs
Region Map - Visualization and Config Options Shankha In progress NA NA Started the analysis of Region Map and gone through the options available in plotly NA NA
Sprint2 code review comment changes opensearch-project/observability#906 Rinku In progress NA Working on adding types in Config Pannel components and did code review on coordinate map. NA NA 2nd August, 2022
Visualizations not appearing in Operational Panels opensearch-project/observability#907 Ruchika In progress NA Analysis of the saved object for each graph which appears in operational panel Discussion of the solutions with Subrat and Amruta with related to saved object Need to change the visualization object for value options. 2nd August, 2022
[Enhancement2]: Bar chart opensearch-project/observability#849 Shankha In progress NA NA Started analysis of breakdown logic NA 5th August, 2022
Implementation of TableView Visualization Rinku In progress NA NA Started analysis of existing Data Table code and components NA 4th Aug 22
Nginx integration Amruta In progress NA NA Started analysis of existing data ingestion and worked on PR reviewe, problem solving with team NA
ruchika-narang commented 2 years ago

Daily task status 3 | August | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
[FEATURE]: Box plot chart support in event analytics Deepak Inprogress NA Worked [EXPLORATION]: Exploration on new charts in Plotly and superset Box plot chart support in event analytics NA 5th August, 2022
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Merged NA Increased Chart type dropdown height, Fixed the height of data configuration and config options, positioned every panel on same height from the top Always display collapsible button, Resolved Conflicts and updated PR ETA changed as new enhancement came up. Asked questions to client regarding the min-width and min-height of all the panels. 15th July, 2022
Logs view implementation for Visualization opensearch-project/observability#773 Shankha, Rinku Internal PR Merged NA Resolved PR Comments Resolved UI Issue NA 1st August, 2022
Enhancement of Treemap chart UI(#796) Mrunal Merged NA Merged to main, ticket still in open state
Treemap Colorscale (#820) Mrunal Merged NA Merged to main, but ticket still open as Eric is in the assignee list
Treemap Sort Sectors(#789) Mrunal Merged NA Merged to main, but ticket is in open state
Opensearch Server logs (#800) Abhay In Progress In Progress Able to start multiple nodes for opensearch.Working on the way to trigger API in fixed interval of time. Working on the API scheduling in NodeJs In that API will be triggered in specific interval of time.
Enhancement of Time Series UI (794) Rinku PR raised PR raised for mentioned charts. NA
Restrict user to select duplicate fields in dimension and metrics section(#827) Rinku, Mrunal Merged NA Merged to main, ticket still in open state 7th July, 2022
Enhancement of Bar chart UI(#792) Amruta, Rinku PR raised PR merged to sprint2. NA Sprint2 PR raised 13th July, 2022
Gauge chart opensearch-project/observability#640 Ramneet PR raised N/A N/A
Cypress testing - Gauge Chart Cypress Test case Nidhi Completed writing gauge chart test case will update an EntryExit_checklist sheet for comment from Subrat also start working on coordinate map 26-Jul-22
Cypress test cases enhancement and updating folder structure Pratibha In progress Worked on creating functional test cases for Pie and Treemap chart Completed functional test case creation for Pie chart and started with Treemap
Kafka Zishan In-progress Integration in progress Faced issue in the setup of Opensearch Dashboard and Observability. Recreating the setup on separate physical machine. Facing issue on machine related to access of Ubuntu repositories for configuration. Service desk ticket raised. Would be continuing the same.
MySQL support in Observability opensearch-project/dashboards-observability#131 Kuldeep In-progress n Worked on Hive/Hadoop Installation and generating logs.(Hold) Will be exploring other ways to coolect the logs and sending it to opensearch(Data-Prepper) 4th Aug 22
Updating Visualizations Preview functionality (#826) Mrunal Merged NA Merged to main, but ticket is in open state 11th July, 2022
time series enhancement opensearch-project/observability#832 Ramneet, Rinku PR raised N/A N/A
PostgreSQL support in Observability (#838) (Logs generation/Logs reading) Abhay In Progress In Progress Working on logs generation for the postgresql for single node. Trying to generate logs in the CSV format. Exploring the postgresql metric generation using postgres_exporter(https://github.com/prometheus-community/postgres_exporter) 12th July, 2022
Stats chart opensearch-project/observability#835 Ramneet in progress worked on line based threshold on auto chart type, orientation for threshold for the same, text trace orientation bug fixed, label size, value size replaced with text size internal PR raise, pr feedback, horizontal chart code integration in existing updated branch 1 August, 2022Customization of tooltip text opensearch-project/observability#788 Shankha Internal PR Raised NA NA Added tooltip for various charts, created a new PR ETA changed from 13th July to 29th July as PR needed to be raised against new sprint branch 29th July, 2022
Bar Chart legend color issue for Multi dimension and metrics Rinku in progress NA NA NA NA 13th July, 2022
Input fields value lag while typing after removing preview functionality opensearch-project/observability#861 Ruchika, Rinku Merged NA NA Merged to main, closed the ticket NA 13th July, 2022
gauge enhancement opensearch-project/observability#860 Ramneet PR raised n/a PR issues fixed, tool tip on threshold buttion 27th july, 2022
Filter Logs View data and Add pagination opensearch-project/observability#863 Shankha Internal PR Merged NA NA Resolved PR Comments added comment on the issue for client's approval for UI. 19th July, 2022
Exploration on new charts in Plotly opensearch-project/observability#866 Ruchika, Rinku In progress NA Exploring more on the charts and creating a sheet for the same with documentation links Explored visualisations and dropped in the comment with the findings. 19th July, 2022
Sprint2 code refactoring and optimization opensearch-project/observability#870 Rinku In progress NA Internal PR raised. Created new Branch and External PR raised.
https://github.com/opensearch-project/observability/pull/904/files NA 21st July, 2022
Analysis on annotation Amruta In progress NA Analysis started Created github issue and added queries. NA 20th July, 2022
Coordinate Maps - Visualization and Config Options opensearch-project/observability#886 Shankha PR raised NA Worked on the corner cases. Implemented all functionalities which were planned Reviewed the code and resolved the issues, PR raised NA 1st August, 2022
Creating integration framework Vishal In progress NA Worked on design part of cards and folder struture Working on the changes for app analytics and integration NA
Add update chart button for data configuration panel opensearch-project/observability#887 Ruchika Internal PR Raised NA Raised internal PR against sprint3 PR merged to sprint3 NA 21st July, 2022
Metric chart support in event analytics opensearch-project/observability#872 Ruchika Internal PR Raised NA Checked in superset for the aggregation function for metrics. Continue to work on further implementation of metric. Raised internal PR. 29th July, 2022
Annotations and PR review Amruta,Koustubh In progress NA NA Helped on Annotation exploration and reviewed few PRs
Region Map - Visualization and Config Options Shankha In progress NA NA Started the analysis of Region Map and gone through the options available in plotly NA NA
Sprint2 code review comment changes opensearch-project/observability#906 Rinku In progress NA Working on adding types in Config Pannel components and did code review on coordinate map. Updated Code pushed to the the branch. NA 2nd August, 2022
Visualizations not appearing in Operational Panels opensearch-project/observability#907 Ruchika In progress NA Analysis of the saved object for each graph which appears in operational panel Discussion of the solutions with Subrat and Amruta with related to saved object Need to change the visualization object for value options. 2nd August, 2022
[Enhancement2]: Bar chart opensearch-project/observability#849 Shankha In progress NA NA Started analysis of breakdown logic NA 5th August, 2022
Implementation of TableView Visualization Rinku In progress NA Started analysis of existing Data Table code and components Started adding data Table as a vis type components and worked on stats chart code review part NA 4th Aug 22
Nginx integration Amruta In progress NA Started analysis of existing data ingestion and worked on PR reviewe, problem solving with team Analysing on creating visualizatios and saving in config panel. and exploring to integrate this with create functionality. NA
Internal PR Comments Shankha In progress NA NA Created and filled up an excel sheet with internal PR comments NA 4th August, 2022
Movement of temporary visualization panel data into userconfig Ruchika In progress NA NA Analysis of moving data of visualization panel data into userconfig. NA 5th August, 2022
abasatwar commented 2 years ago

Daily task status 4| August | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
[FEATURE]: Box plot chart support in event analytics Deepak Inprogress NA Worked [EXPLORATION]: Exploration on new charts in Plotly and superset Box plot chart support in event analytics NA 5th August, 2022
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Merged NA Increased Chart type dropdown height, Fixed the height of data configuration and config options, positioned every panel on same height from the top Always display collapsible button, Resolved Conflicts and updated PR ETA changed as new enhancement came up. Asked questions to client regarding the min-width and min-height of all the panels. 15th July, 2022
Logs view implementation for Visualization opensearch-project/observability#773 Shankha, Rinku Internal PR Merged NA Resolved PR Comments Resolved UI Issue NA 1st August, 2022
Enhancement of Treemap chart UI(#796) Mrunal Merged NA Merged to main, ticket still in open state
Treemap Colorscale (#820) Mrunal Merged NA Merged to main, but ticket still open as Eric is in the assignee list
Treemap Sort Sectors(#789) Mrunal Merged NA Merged to main, but ticket is in open state
Opensearch Server logs (#800) Abhay In Progress In Progress Able to start multiple nodes for opensearch.Working on the way to trigger API in fixed interval of time. Working on the API scheduling in NodeJs In that API will be triggered in specific interval of time.
Enhancement of Time Series UI (794) Rinku PR raised PR raised for mentioned charts. NA
Restrict user to select duplicate fields in dimension and metrics section(#827) Rinku, Mrunal Merged NA Merged to main, ticket still in open state 7th July, 2022
Enhancement of Bar chart UI(#792) Amruta, Rinku PR raised PR merged to sprint2. NA Sprint2 PR raised 13th July, 2022
Gauge chart opensearch-project/observability#640 Ramneet PR raised N/A N/A
Cypress testing - Gauge Chart Cypress Test case Nidhi Completed writing gauge chart test case will update an EntryExit_checklist sheet for comment from Subrat also start working on coordinate map 26-Jul-22
Cypress test cases enhancement and updating folder structure Pratibha In progress Worked on creating functional test cases for Pie and Treemap chart Completed functional test case creation for Pie chart and started with Treemap
Kafka Zishan In-progress Integration in progress Faced issue in the setup of Opensearch Dashboard and Observability. Recreating the setup on separate physical machine. Facing issue on machine related to access of Ubuntu repositories for configuration. Service desk ticket raised. Would be continuing the same.
MySQL support in Observability opensearch-project/dashboards-observability#131 Kuldeep In-progress Worked on to find other ways to collect the logs and sending it to opensearch(Data-Prepper) Docker and Data-Prepper has been installed however unable to read log file Facing some issue while reading log file. (Blocked) 4th Aug 22
Updating Visualizations Preview functionality (#826) Mrunal Merged NA Merged to main, but ticket is in open state 11th July, 2022
time series enhancement opensearch-project/observability#832 Ramneet, Rinku PR raised N/A N/A
PostgreSQL support in Observability (#838) (Logs generation/Logs reading) Abhay In Progress In Progress Working on logs generation for the postgresql for single node. Trying to generate logs in the CSV format. Exploring the postgresql metric generation using postgres_exporter(https://github.com/prometheus-community/postgres_exporter) 12th July, 2022
Stats chart opensearch-project/observability#835 Ramneet in progress worked on line based threshold on auto chart type, orientation for threshold for the same, text trace orientation bug fixed, label size, value size replaced with text size internal PR raise, pr feedback, horizontal chart code integration in existing updated branch 1 August, 2022
Customization of tooltip text opensearch-project/observability#788 Shankha Internal PR Raised NA NA Added tooltip for various charts, created a new PR ETA changed from 13th July to 29th July as PR needed to be raised against new sprint branch 29th July, 2022
Input fields value lag while typing after removing preview functionality opensearch-project/observability#861 Ruchika, Rinku Merged NA NA Merged to main, closed the ticket NA 13th July, 2022
gauge enhancement opensearch-project/observability#860 Ramneet PR raised n/a PR issues fixed, tool tip on threshold buttion 27th july, 2022
Filter Logs View data and Add pagination opensearch-project/observability#863 Shankha Internal PR Merged NA NA Resolved PR Comments added comment on the issue for client's approval for UI. 19th July, 2022
Exploration on new charts in Plotly opensearch-project/observability#866 Ruchika, Rinku In progress NA Exploring more on the charts and creating a sheet for the same with documentation links Explored visualisations and dropped in the comment with the findings. 19th July, 2022
Sprint2 code refactoring and optimization opensearch-project/observability#870 Rinku In progress NA Internal PR raised. "Created new Branch and External PR raised.
https://github.com/opensearch-project/observability/pull/904/files" NA 21st July, 2022
Analysis on annotation Amruta In progress NA Analysis started Created github issue and added queries. NA 20th July, 2022
Coordinate Maps - Visualization and Config Options opensearch-project/observability#886 Shankha PR raised NA Worked on the corner cases. Implemented all functionalities which were planned Reviewed the code and resolved the issues, PR raised NA 1st August, 2022
Creating integration framework Vishal In progress NA Worked on design part of cards and folder struture Working on the changes for app analytics and integration NA
Add update chart button for data configuration panel opensearch-project/observability#887 Ruchika Internal PR Raised NA Raised internal PR against sprint3 PR merged to sprint3 NA 21st July, 2022
Metric chart support in event analytics opensearch-project/observability#872 Ruchika Internal PR Raised NA Checked in superset for the aggregation function for metrics. Continue to work on further implementation of metric. Raised internal PR. 29th July, 2022
Annotations and PR review Amruta,Koustubh In progress NA NA Helped on Annotation exploration and reviewed few PRs
Region Map - Visualization and Config Options Shankha In progress NA NA Started the analysis of Region Map and gone through the options available in plotly NA NA
Sprint2 code review comment changes opensearch-project/observability#906 Rinku In progress NA Working on adding types in Config Pannel components and did code review on coordinate map. Updated Code pushed to the the branch. NA 2nd August, 2022
Visualizations not appearing in Operational Panels opensearch-project/observability#907 Ruchika In progress NA Analysis of the saved object for each graph which appears in operational panel Discussion of the solutions with Subrat and Amruta with related to saved object Need to change the visualization object for value options. 2nd August, 2022
[Enhancement2]: Bar chart opensearch-project/observability#849 Shankha In progress NA NA Implemented the breakdown logic and render chart accordingly NA 5th August, 2022
Implementation of TableView Visualization opensearch-project/observability#916 Rinku In progress NA Analysed existing Data Table Components and reused it on Table View visulization Working on Data Configuration and corner cases for Table View NA 4th Aug 22
Nginx integration Amruta In progress NA Analysing on creating visualizatios and saving in config panel. and exploring to integrate this with create functionality. started on adding api call for adding panel by default while creating integration. NA
Internal PR Comments Shankha In progress NA NA Created and filled up an excel sheet with internal PR comments NA 4th August, 2022
Movement of temporary visualization panel data into userconfig Ruchika In progress NA Analysis of moving data of visualization panel data into userconfig. Implementation of the changes for all the charts NA 5th August, 2022
ruchika-narang commented 2 years ago

Daily task status 5 | August | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
[FEATURE]: Box plot chart support in event analytics Deepak Inprogress NA Worked [EXPLORATION]: Exploration on new charts in Plotly and superset Box plot chart support in event analytics NA 5th August, 2022
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Merged NA Increased Chart type dropdown height, Fixed the height of data configuration and config options, positioned every panel on same height from the top Always display collapsible button, Resolved Conflicts and updated PR ETA changed as new enhancement came up. Asked questions to client regarding the min-width and min-height of all the panels. 15th July, 2022
Logs view implementation for Visualization opensearch-project/observability#773 Shankha, Rinku Internal PR Merged NA Resolved PR Comments Resolved UI Issue NA 1st August, 2022
Enhancement of Treemap chart UI(#796) Mrunal Merged NA Merged to main, ticket still in open state
Treemap Colorscale (#820) Mrunal Merged NA Merged to main, but ticket still open as Eric is in the assignee list
Treemap Sort Sectors(#789) Mrunal Merged NA Merged to main, but ticket is in open state
Opensearch Server logs (#800) Abhay In Progress In Progress Able to start multiple nodes for opensearch.Working on the way to trigger API in fixed interval of time. Working on the API scheduling in NodeJs In that API will be triggered in specific interval of time.
Enhancement of Time Series UI (794) Rinku PR raised PR raised for mentioned charts. NA
Restrict user to select duplicate fields in dimension and metrics section(#827) Rinku, Mrunal Merged NA Merged to main, ticket still in open state 7th July, 2022
Enhancement of Bar chart UI(#792) Amruta, Rinku PR raised PR merged to sprint2. NA Sprint2 PR raised 13th July, 2022
Gauge chart opensearch-project/observability#640 Ramneet PR raised N/A N/A
Cypress testing - Gauge Chart Cypress Test case Nidhi started writing cypress test case for coordinate map Continuing writing cypress test case for coordinate map facing issue for field not getting selected for Coordinate map on data config panel along with some more issue
Tlxtend tool Pratibha In progress N/A Started exploring Tlxtend tool for test cases management
Functional testing - Functional test cases creation Pratibha In progress Worked on functional test cases for pie and histogram chart Working on Function test cases creation for Treemap chart 8th Aug 22
Kafka Zishan In-progress Integration in progress Faced issue in the setup of Opensearch Dashboard and Observability. Recreating the setup on separate physical machine. Facing issue on machine related to access of Ubuntu repositories for configuration. Service desk ticket raised. Would be continuing the same.
MySQL support in Observability opensearch-project/dashboards-observability#131 Kuldeep In-progress Docker and Data-Prepper has been installed however unable to read log file(Hold) Hive and hadoop is configured and figuring out the ways to collect metrics 8th Aug 22
Updating Visualizations Preview functionality (#826) Mrunal Merged NA Merged to main, but ticket is in open state 11th July, 2022
time series enhancement opensearch-project/observability#832 Ramneet, Rinku PR raised N/A N/A
PostgreSQL support in Observability (#838) (Logs generation/Logs reading) Abhay In Progress In Progress Working on logs generation for the postgresql for single node. Trying to generate logs in the CSV format. Exploring the postgresql metric generation using postgres_exporter(https://github.com/prometheus-community/postgres_exporter) 12th July, 2022
Stats chart opensearch-project/observability#835 Ramneet in progress worked on line based threshold on auto chart type, orientation for threshold for the same, text trace orientation bug fixed, label size, value size replaced with text size internal PR raise, pr feedback, horizontal chart code integration in existing updated branch 1 August, 2022Customization of tooltip text opensearch-project/observability#788 Shankha Internal PR Raised NA NA Added tooltip for various charts, created a new PR ETA changed from 13th July to 29th July as PR needed to be raised against new sprint branch 29th July, 2022
Input fields value lag while typing after removing preview functionality opensearch-project/observability#861 Ruchika, Rinku Merged NA NA Merged to main, closed the ticket NA 13th July, 2022
gauge enhancement opensearch-project/observability#860 Ramneet PR raised n/a PR issues fixed, tool tip on threshold buttion 27th july, 2022
Filter Logs View data and Add pagination opensearch-project/observability#863 Shankha Internal PR Merged NA NA Resolved PR Comments added comment on the issue for client's approval for UI. 19th July, 2022
Exploration on new charts in Plotly opensearch-project/observability#866 Ruchika, Rinku In progress NA Exploring more on the charts and creating a sheet for the same with documentation links Explored visualisations and dropped in the comment with the findings. 19th July, 2022
Sprint2 code refactoring and optimization opensearch-project/observability#870 Rinku In progress NA Internal PR raised. Created new Branch and External PR raised.
https://github.com/opensearch-project/observability/pull/904/files NA 21st July, 2022
Analysis on annotation Amruta In progress NA Analysis started Created github issue and added queries. NA 20th July, 2022
Coordinate Maps - Visualization and Config Options opensearch-project/observability#886 Shankha PR raised NA Reviewed the code and resolved the issues, PR raised Worked on the bug and updated UI NA 1st August, 2022
Creating integration framework Vishal In progress NA Worked on design part of cards and folder struture Working on the changes for app analytics and integration NA
Add update chart button for data configuration panel opensearch-project/observability#887 Ruchika Internal PR Raised NA Raised internal PR against sprint3 PR merged to sprint3 NA 21st July, 2022
Metric chart support in event analytics opensearch-project/observability#872 Ruchika Internal PR Raised NA Checked in superset for the aggregation function for metrics. Continue to work on further implementation of metric. Raised internal PR. 29th July, 2022
Annotations and PR review Amruta,Koustubh In progress NA NA Helped on Annotation exploration and reviewed few PRs
Region Map - Visualization and Config Options Shankha On Hold NA NA Started the analysis of Region Map and gone through the options available in plotly NA NA
Sprint2 code review comment changes opensearch-project/observability#906 Rinku In progress NA Working on adding types in Config Pannel components and did code review on coordinate map. Updated Code pushed to the the branch. NA 2nd August, 2022
Visualizations not appearing in Operational Panels opensearch-project/observability#907 Ruchika In progress NA Analysis of the saved object for each graph which appears in operational panel Discussion of the solutions with Subrat and Amruta with related to saved object Need to change the visualization object for value options. 2nd August, 2022
[Enhancement2]: Bar chart opensearch-project/observability#849 Shankha In progress NA Implemented the breakdown logic and render chart accordingly Worked on the corner cases and optimized the code NA 5th August, 2022
Implementation of TableView Visualization opensearch-project/observability#916 Rinku In progress NA Working on Data Configuration and corner cases for Table View Working on Data Configuration featutes for Table View NA 4th Aug 22
Nginx integration Amruta In progress NA started on adding api call for adding panel by default while creating integration. Able to create vis on app creation ,trying to showcase it in panel. NA
Internal PR Comments Shankha Closed NA NA Created and filled up an excel sheet with internal PR comments NA 4th August, 2022
Movement of temporary visualization panel data into userconfig Ruchika In progress NA Implementation of the changes for all the charts Worked on testing all the charts after changes and saving the charts to view in operational panel. Analysis on duplicate entries for a saved visualization in operational panel. NA 5th August, 2022
ruchika-narang commented 2 years ago

Daily task status 8 | August | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
885 Deepak Inprogress NA Worked [EXPLORATION]: Exploration on new charts in Plotly and superset Internal PR fixes NA 5th August, 2022
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Merged NA Increased Chart type dropdown height, Fixed the height of data configuration and config options, positioned every panel on same height from the top Always display collapsible button, Resolved Conflicts and updated PR ETA changed as new enhancement came up. Asked questions to client regarding the min-width and min-height of all the panels. 15th July, 2022
Logs view implementation for Visualization opensearch-project/observability#773 Shankha, Rinku Internal PR Merged NA Resolved PR Comments Resolved UI Issue NA 1st August, 2022
Enhancement of Treemap chart UI(#796) Mrunal Merged NA Merged to main, ticket still in open state
Treemap Colorscale (#820) Mrunal Merged NA Merged to main, but ticket still open as Eric is in the assignee list
Treemap Sort Sectors(#789) Mrunal Merged NA Merged to main, but ticket is in open state
Opensearch Server logs (#800) Abhay In Progress In Progress Able to start multiple nodes for opensearch.Working on the way to trigger API in fixed interval of time. Working on the API scheduling in NodeJs In that API will be triggered in specific interval of time.
Enhancement of Time Series UI (794) Rinku PR raised PR raised for mentioned charts. NA
Restrict user to select duplicate fields in dimension and metrics section(#827) Rinku, Mrunal Merged NA Merged to main, ticket still in open state 7th July, 2022
Enhancement of Bar chart UI(#792) Amruta, Rinku PR raised PR merged to sprint2. NA Sprint2 PR raised 13th July, 2022
Gauge chart opensearch-project/observability#640 Ramneet PR raised N/A N/A
Cypress testing - Gauge Chart Cypress Test case Nidhi started writing cypress test case for coordinate map Continuing writing cypress test case for coordinate map facing issue for field not getting selected for Coordinate map on data config panel along with some more issue
Tlxtend tool Pratibha In progress Completed writing test cases for Pie and Histogram charts Creating test suites and integrating test cases with them
Functional testing - Functional test cases creation Pratibha In progress Worked on functional test cases for pie and histogram chart Working on Function test cases creation for Treemap chart 8th Aug 22
Kafka Zishan In-progress Integration in progress Faced issue in the setup of Opensearch Dashboard and Observability. Recreating the setup on separate physical machine. Facing issue on machine related to access of Ubuntu repositories for configuration. Service desk ticket raised. Would be continuing the same.
MySQL support in Observability opensearch-project/dashboards-observability#131 Kuldeep In-progress Docker and Data-Prepper has been installed however unable to read log file(Hold) Hive and hadoop is configured and figuring out the ways to collect metrics 8th Aug 22
Updating Visualizations Preview functionality (#826) Mrunal Merged NA Merged to main, but ticket is in open state 11th July, 2022
time series enhancement opensearch-project/observability#832 Ramneet, Rinku PR raised N/A N/A
PostgreSQL support in Observability (#838) (Logs generation/Logs reading) Abhay In Progress In Progress Working on logs generation for the postgresql for single node. Trying to generate logs in the CSV format. Exploring the postgresql metric generation using postgres_exporter(https://github.com/prometheus-community/postgres_exporter) 12th July, 2022
Stats chart opensearch-project/observability#835 Ramneet in progress worked on label/value moved above spark line, adding space above subplots, label abd vale position on left and right of each subplot respectively worked on orientation of modified label/value coordinates, precision input, metric input, loops optimized for annoatations, label/value font size internal PR raise, pr feedback, horizontal chart code integration in existing updated branch 1 August, 2022Customization of tooltip text opensearch-project/observability#788 Shankha Internal PR Raised NA NA Added tooltip for various charts, created a new PR ETA changed from 13th July to 29th July as PR needed to be raised against new sprint branch 29th July, 2022
Input fields value lag while typing after removing preview functionality opensearch-project/observability#861 Ruchika, Rinku Merged NA NA Merged to main, closed the ticket NA 13th July, 2022
gauge enhancement opensearch-project/observability#860 Ramneet PR raised n/a PR issues fixed, tool tip on threshold buttion 27th july, 2022
Filter Logs View data and Add pagination opensearch-project/observability#863 Shankha Internal PR Merged NA NA Resolved PR Comments added comment on the issue for client's approval for UI. 19th July, 2022
Exploration on new charts in Plotly opensearch-project/observability#866 Ruchika, Rinku In progress NA Exploring more on the charts and creating a sheet for the same with documentation links Explored visualisations and dropped in the comment with the findings. 19th July, 2022
Sprint2 code refactoring and optimization opensearch-project/observability#870 Rinku In progress NA Internal PR raised. Created new Branch and External PR raised.
https://github.com/opensearch-project/observability/pull/904/files NA 21st July, 2022
Analysis on annotation Amruta In progress NA Analysis started Created github issue and added queries. NA 20th July, 2022
Coordinate Maps - Visualization and Config Options opensearch-project/observability#886 Shankha PR raised NA Reviewed the code and resolved the issues, PR raised Worked on the bug and updated UI NA 1st August, 2022
Creating integration framework Vishal In progress NA Worked on design part of cards and folder struture Working on the changes for app analytics and integration NA
Add update chart button for data configuration panel opensearch-project/observability#887 Ruchika Internal PR Raised NA Raised internal PR against sprint3 PR merged to sprint3 NA 21st July, 2022
Metric chart support in event analytics opensearch-project/observability#872 Ruchika Internal PR Raised NA Checked in superset for the aggregation function for metrics. Continue to work on further implementation of metric. Raised internal PR. 29th July, 2022
Annotations and PR review Amruta,Koustubh In progress NA NA Helped on Annotation exploration and reviewed few PRs
Region Map - Visualization and Config Options Shankha On Hold NA NA Started the analysis of Region Map and gone through the options available in plotly NA NA
Sprint2 code review comment changes opensearch-project/observability#906 Rinku In progress NA Working on adding types in Config Pannel components and did code review on coordinate map. Updated Code pushed to the the branch. NA 2nd August, 2022
Visualizations not appearing in Operational Panels opensearch-project/observability#907 Ruchika In progress NA Analysis of the saved object for each graph which appears in operational panel Discussion of the solutions with Subrat and Amruta with related to saved object Need to change the visualization object for value options. 2nd August, 2022
[Enhancement2]: Bar chart opensearch-project/observability#849 Shankha In progress NA Worked on the corner cases and optimized the code Worked on code optimization of Bar Chart ETA changed from 5th to 9th Aug as code needed to be optimized 9th August, 2022
Implementation of TableView Visualization opensearch-project/observability#916 Rinku In progress NA Working on Data Configuration featutes for Table View Working on adding Data Configuration feature UI and its integration. NA 4th Aug 22
Nginx integration Amruta In progress NA Able to create vis on app creation ,trying to showcase it in panel. Working on adding all api calls from integrations. NA
Internal PR Comments Shankha Closed NA NA Created and filled up an excel sheet with internal PR comments NA 4th August, 2022
Movement of temporary visualization panel data into userconfig Ruchika In progress NA Worked on testing all the charts after changes and saving the charts to view in operational panel. Analysis on duplicate entries for a saved visualization in operational panel. Raised internal PR. NA 5th August, 2022
abasatwar commented 2 years ago

Daily task status 9| Aug | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
[FEATURE]: Box plot chart support in event analytics opensearch-project/observability#914 Deepak Inprogress NA Internal PR fixes Box plot chart support in event analytics NA
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Merged NA Increased Chart type dropdown height, Fixed the height of data configuration and config options, positioned every panel on same height from the top Always display collapsible button, Resolved Conflicts and updated PR ETA changed as new enhancement came up. Asked questions to client regarding the min-width and min-height of all the panels. 15th July, 2022
Logs view implementation for Visualization opensearch-project/observability#773 Shankha, Rinku Internal PR Merged NA Resolved PR Comments Resolved UI Issue NA 1st August, 2022
Opensearch Server logs (#800) Abhay In Progress In Progress Able to start multiple nodes for opensearch.Working on the way to trigger API in fixed interval of time. Working on the API scheduling in NodeJs In that API will be triggered in specific interval of time.
Cypress testing -Scatter Chart Cypress Test case Nidhi PR raised completed Cypress test case for coordinate map and raised a PR start working on cypress test case for scatter chart
Tlxtend tool Pratibha In progress Completed writing test cases for Pie and Histogram charts Creating test suites and integrating test cases with them
Functional testing - Functional test cases creation Pratibha In progress Worked on functional test cases for pie and histogram chart Working on Function test cases creation for Treemap chart 8th Aug 22
Kafka Zishan In-progress Integration in progress Faced issue in the setup of Opensearch Dashboard and Observability. Recreating the setup on separate physical machine. Facing issue on machine related to access of Ubuntu repositories for configuration. Service desk ticket raised. Would be continuing the same.
MySQL support in Observability opensearch-project/dashboards-observability#131 Kuldeep In-progress Hive and hadoop is configured and figuring out the ways to collect metrics Exploring and configuring jmxtrans to read hive logs. remedy reaised to install java on windows 10 th Aug 22
time series enhancement opensearch-project/observability#832 Ramneet, Rinku PR raised N/A N/A
PostgreSQL support in Observability (#838) (Logs generation/Logs reading) Abhay In Progress In Progress Working on logs generation for the postgresql for single node. Trying to generate logs in the CSV format. Exploring the postgresql metric generation using postgres_exporter(https://github.com/prometheus-community/postgres_exporter) 12th July, 2022
Stats chart opensearch-project/observability#835 Ramneet in progress worked on orientation of modified label/value coordinates, precision input, metric input, loops optimized for annoatations, label/value font size worked on metric text + its position, positions of text fixed, thresholds on color basis, text color internal PR raise, pr feedback, horizontal chart code integration in existing updated branch 1 August, 2022Customization of tooltip text opensearch-project/observability#788 Shankha Internal PR Raised NA NA Added tooltip for various charts, created a new PR ETA changed from 13th July to 29th July as PR needed to be raised against new sprint branch 29th July, 2022
gauge enhancement opensearch-project/observability#860 Ramneet PR raised n/a PR issues fixed, tool tip on threshold buttion 27th july, 2022
Filter Logs View data and Add pagination opensearch-project/observability#863 Shankha Closed NA NA Resolved PR Comments added comment on the issue for client's approval for UI. 19th July, 2022
Exploration on new charts in Plotly opensearch-project/observability#866 Ruchika, Rinku document shred. NA Exploring more on the charts and creating a sheet for the same with documentation links Explored visualisations and dropped in the comment with the findings. 19th July, 2022
Sprint2 code refactoring and optimization opensearch-project/observability#870 Rinku In progress NA Internal PR raised. Created new Branch and External PR raised.
https://github.com/opensearch-project/observability/pull/904/files NA 21st July, 2022
Coordinate Maps - Visualization and Config Options opensearch-project/observability#886 Shankha PR raised NA NA Resolved PR Comments NA 1st August, 2022
Creating integration framework Vishal In progress NA Worked on design part of cards and folder struture Working on the changes for app analytics and integration NA
Add update chart button for data configuration panel opensearch-project/observability#887 Ruchika Internal PR Raised NA Raised internal PR against sprint3 PR merged to sprint3 NA 21st July, 2022
Metric chart support in event analytics opensearch-project/observability#872 Ruchika Internal PR Raised NA Checked in superset for the aggregation function for metrics. Continue to work on further implementation of metric. Raised internal PR. 29th July, 2022
Annotations and PR review Amruta,Koustubh In progress NA NA Helped on Annotation exploration and reviewed few PRs
Region Map - Visualization and Config Options Shankha On Hold NA NA Started the analysis of Region Map and gone through the options available in plotly NA NA
Sprint2 code review comment changes opensearch-project/observability#906 Rinku In progress NA Working on adding types in Config Pannel components and did code review on coordinate map. Updated Code pushed to the the branch. NA 2nd August, 2022
Visualizations not appearing in Operational Panels opensearch-project/observability#907 Ruchika In progress NA Analysis of the saved object for each graph which appears in operational panel Discussion of the solutions with Subrat and Amruta with related to saved object Need to change the visualization object for value options. 2nd August, 2022
[Enhancement2]: Bar chart opensearch-project/observability#849 Shankha PR raised NA Worked on code optimization of Bar Chart Raised PR NA 9th August, 2022
Implementation of TableView Visualization opensearch-project/observability#916 Rinku In progress NA Working on adding Data Configuration feature UI and its integration. Integrated Enable Header, Enable Pagination and Footer on Data config. NA 4th Aug 22
Nginx integration Amruta In progress NA Able to create vis on app creation ,trying to showcase it in panel. Working on adding all api calls from integrations. NA
Internal PR Comments Shankha Closed NA NA Created and filled up an excel sheet with internal PR comments NA 4th August, 2022
Movement of temporary visualization panel data into userconfig Ruchika In progress NA Raised internal PR. NA NA 5th August, 2022
Add Columns in Data Configuration for Logs View #926 Shankha In Progress NA NA Added fields on Data Configuration NA 12th August, 2022
ruchika-narang commented 2 years ago

Daily task status 10 | August | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
[FEATURE]: Box plot chart support in event analytics opensearch-project/observability#914 Deepak Inprogress NA Box plot chart support in event analytics Box plot chart support in event analytics NA
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Merged NA Increased Chart type dropdown height, Fixed the height of data configuration and config options, positioned every panel on same height from the top Always display collapsible button, Resolved Conflicts and updated PR ETA changed as new enhancement came up. Asked questions to client regarding the min-width and min-height of all the panels. 15th July, 2022
Logs view implementation for Visualization opensearch-project/observability#773 Shankha, Rinku Internal PR Merged NA Resolved PR Comments Resolved UI Issue NA 1st August, 2022
Jmeter Logs Abhay In Progress In Progress Able to perform load test on the Jmeter. Working on the Promethesus to feth the metrics from Jmeter Configured the Promethesus to the Jmeter. Trying to generate metrics from the Jmeter.
Cypress testing -Scatter Chart Cypress Test case Nidhi PR raised start working on cypress test case for scatter chart Completed the scatter chart test case and PR raised, will work on save visualization issue today
Tlxtend tool Pratibha In progress Created test suites and integrated test cases for Pie, Treemap and Histogram chart Working on Logs view test suite and test cases 16th Aug 22
Functional testing - Functional test cases creation Pratibha In progress Worked on functional test cases for pie, treemap and histogram chart Working on Function testing and test cases creation for Logs view chart and sprint3 changes 12th Aug 22
Couch DB Integration Zishan In-progress Integration in progress Analysis on getting CouchDB metrics via JMXTrans. Analysis on saving Prometheus data to csv using available connectors/plugins.
Hive support in Observability Kuldeep In-progress Hive and hadoop is configured and figuring out the ways to collect metrics Exploring and configuring jmxtrans to read hive logs. Blocked: Unable to find mbean names, Not even displyed on jconsole. 10 th Aug 22
time series enhancement opensearch-project/observability#832 Ramneet, Rinku PR raised N/A N/A
Stats chart opensearch-project/observability#835 Ramneet in progress worked on orientation of modified label/value coordinates, precision input, metric input, loops optimized for annoatations, label/value font size worked on metric text + its position, positions of text fixed, thresholds on color basis, text color internal PR raise, pr feedback, horizontal chart code integration in existing updated branch 1 August, 2022Customization of tooltip text opensearch-project/observability#788 Shankha Internal PR Raised NA NA Added tooltip for various charts, created a new PR ETA changed from 13th July to 29th July as PR needed to be raised against new sprint branch 29th July, 2022
gauge enhancement opensearch-project/observability#860 Ramneet PR raised n/a PR issues fixed, tool tip on threshold buttion 27th july, 2022
Filter Logs View data and Add pagination opensearch-project/observability#863 Shankha Closed NA NA Resolved PR Comments added comment on the issue for client's approval for UI. 19th July, 2022
Exploration on new charts in Plotly opensearch-project/observability#866 Ruchika, Rinku document shred. NA Exploring more on the charts and creating a sheet for the same with documentation links Explored visualisations and dropped in the comment with the findings. 19th July, 2022
Sprint2 code refactoring and optimization opensearch-project/observability#870 Rinku In progress NA Internal PR raised. Created new Branch and External PR raised.
https://github.com/opensearch-project/observability/pull/904/files NA 21st July, 2022
Coordinate Maps - Visualization and Config Options opensearch-project/observability#886 Shankha PR raised NA NA Resolved PR Comments NA 1st August, 2022
Creating integration framework Vishal In progress NA Working on flyout and routing Working on doc flyout and nginx configuration NA
Add update chart button for data configuration panel opensearch-project/observability#887 Ruchika Internal PR Raised NA Raised internal PR against sprint3 PR merged to sprint3 NA 21st July, 2022
Metric chart support in event analytics opensearch-project/observability#872 Ruchika Internal PR Raised NA Checked in superset for the aggregation function for metrics. Continue to work on further implementation of metric. Raised internal PR. 29th July, 2022
Region Map - Visualization and Config Options Shankha On Hold NA NA Started the analysis of Region Map and gone through the options available in plotly NA NA
Sprint2 code review comment changes opensearch-project/observability#906 Rinku In progress NA Working on adding types in Config Pannel components and did code review on coordinate map. Updated Code pushed to the the branch. NA 2nd August, 2022
Visualizations not appearing in Operational Panels opensearch-project/observability#907 Ruchika In progress NA Analysis of the saved object for each graph which appears in operational panel Discussion of the solutions with Subrat and Amruta with related to saved object Need to change the visualization object for value options. 2nd August, 2022
[Enhancement2]: Bar chart opensearch-project/observability#849 Shankha PR raised NA Worked on code optimization of Bar Chart Raised PR NA 9th August, 2022
Implementation of TableView Visualization opensearch-project/observability#916 Rinku In progress NA Working on adding Data Configuration feature UI and its integration. Integrated Enable Header, Enable Pagination and Footer on Data config. NA 4th Aug 22
Nginx integration Amruta In progress NA Working on adding all api calls from integrations. Exploring issue of start and end time in base query as visualization is getting created but not rendering graph. NA
Internal PR Comments Shankha Closed NA NA Created and filled up an excel sheet with internal PR comments NA 4th August, 2022
Movement of temporary visualization panel data into userconfig Ruchika In progress NA NA Raised PR against main and resolved conflicts after rebasing NA 5th August, 2022
Add Columns in Data Configuration for Logs View #926 Shankha In Progress NA Added fields on Data Configuration Updated Config options and working on Add functionality NA 12th August, 2022
Resolving sprint3 conflicts with main branch Shankha, Rinku, Ruchika Done NA NA Worked on resolving conflicts, rebasing with main and icontype resolution 10th August, 2022
abasatwar commented 2 years ago

Daily task status 11| August | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
[FEATURE]: Box plot chart support in event analytics opensearch-project/observability#914 Deepak Inprogress NA Box plot chart support in event analytics Box plot chart support in event analytics NA
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Merged NA Increased Chart type dropdown height, Fixed the height of data configuration and config options, positioned every panel on same height from the top Always display collapsible button, Resolved Conflicts and updated PR ETA changed as new enhancement came up. Asked questions to client regarding the min-width and min-height of all the panels. 15th July, 2022
Logs view implementation for Visualization opensearch-project/observability#773 Shankha, Rinku Closed NA Resolved PR Comments Resolved UI Issue NA 1st August, 2022
Jmeter Logs Abhay In Progress In Progress Configured the Promethesus to the Jmeter. Trying to generate metrics from the Jmeter. Generated the Jmeter metrices using Promethesus. Analysis on getting Jmeter metrices using Jmxtans.
Cypress testing -Scatter Chart Cypress Test case Nidhi PR raised for scatter chart, looked into save visualization issue Start working on Vertical bar cypress test case
Tlxtend tool Pratibha In progress Created test suites and integrated test cases for Pie, Treemap and Histogram chart Working on Logs view test suite and test cases 16th Aug 22
Functional testing - Functional test cases creation Pratibha In progress Worked on functional test cases for pie, treemap and histogram chart Working on Function testing and test cases creation for Logs view chart and sprint3 changes 12th Aug 22
Couch DB Integration Zishan In-progress Integration in progress Analysis on getting CouchDB metrics via JMXTrans. Analysis on saving Prometheus data to csv using available connectors/plugins.
Hive support in Observability Kuldeep In-progress Worked on exploring and configuring jmxtrans to read hive logs. Analysis on JMX/Jcosole for collecting beans. ETA Changed:Unable to find mbean names, Not even displyed on jconsole. 12 th Aug 22
Stats chart opensearch-project/observability#835 Ramneet in progress worked on metric text + its position, positions of text fixed, thresholds on color basis, text color Adding + disable base threshold, testing + fixing, internal PR for auto chart, extending existing code with horizontal chart 1 August, 2022
Customization of tooltip text opensearch-project/observability#788 Shankha Internal PR Raised NA NA Added tooltip for various charts, created a new PR ETA changed from 13th July to 29th July as PR needed to be raised against new sprint branch 29th July, 2022
Filter Logs View data and Add pagination opensearch-project/observability#863 Shankha Closed NA NA Resolved PR Comments added comment on the issue for client's approval for UI. 19th July, 2022
Exploration on new charts in Plotly opensearch-project/observability#866 Ruchika, Rinku document shred. NA Exploring more on the charts and creating a sheet for the same with documentation links Explored visualisations and dropped in the comment with the findings. 19th July, 2022
Sprint2 code refactoring and optimization opensearch-project/observability#870 Rinku In progress NA Internal PR raised. "Created new Branch and External PR raised.
https://github.com/opensearch-project/observability/pull/904/files" NA 21st July, 2022
Coordinate Maps - Visualization and Config Options opensearch-project/observability#886 Shankha PR raised NA NA Resolved PR Comments NA 1st August, 2022
Creating integration framework Vishal In progress NA Working on flyout and routing Working on doc flyout and nginx configuration NA
Add update chart button for data configuration panel opensearch-project/observability#887 Ruchika Internal PR Raised NA Raised internal PR against sprint3 PR merged to sprint3 NA 21st July, 2022
Metric chart support in event analytics opensearch-project/observability#872 Ruchika Internal PR Raised NA Checked in superset for the aggregation function for metrics. Continue to work on further implementation of metric. Raised internal PR. 29th July, 2022
Region Map - Visualization and Config Options Shankha On Hold NA NA Started the analysis of Region Map and gone through the options available in plotly NA NA
Sprint2 code review comment changes opensearch-project/observability#906 Rinku In progress NA Working on adding types in Config Pannel components and did code review on coordinate map. Updated Code pushed to the the branch. NA 2nd August, 2022
Visualizations not appearing in Operational Panels opensearch-project/observability#907 Ruchika In progress NA Analysis of the saved object for each graph which appears in operational panel Discussion of the solutions with Subrat and Amruta with related to saved object Need to change the visualization object for value options. 2nd August, 2022
[Enhancement2]: Bar chart opensearch-project/observability#849 Shankha PR raised NA Worked on code optimization of Bar Chart Raised PR NA 9th August, 2022
Implementation of TableView Visualization opensearch-project/observability#916 Rinku In progress NA Working on adding Data Configuration feature UI and its integration. Integrated Enable Header, Enable Pagination and Footer on Data config. NA 4th Aug 22
Nginx integration Amruta In progress NA Exploring issue of start and end time in base query as visualization is getting created but not rendering graph. Able to create graph successfully in panel tab. NA
Internal PR Comments Shankha Closed NA NA Created and filled up an excel sheet with internal PR comments NA 4th August, 2022
Movement of temporary visualization panel data into userconfig Ruchika In progress NA NA Raised PR against main and resolved conflicts after rebasing NA 5th August, 2022
Add Columns in Data Configuration for Logs View #926 Shankha In Progress NA Updated Config options and working on Add functionality Worked on Add button and syncing sidebar and data configuration panel NA 12th August, 2022
Resolving sprint3 conflicts with main branch Shankha, Rinku, Ruchika Done NA NA Worked on resolving conflicts, rebasing with main and icontype resolution 10th August, 2022
ruchika-narang commented 2 years ago

Daily task status 12 | August | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
[FEATURE]: Box plot chart support in event analytics opensearch-project/observability#914 Deepak Inprogress NA Box plot chart support in event analytics Box plot chart support in event analytics NA
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Merged NA Increased Chart type dropdown height, Fixed the height of data configuration and config options, positioned every panel on same height from the top Always display collapsible button, Resolved Conflicts and updated PR ETA changed as new enhancement came up. Asked questions to client regarding the min-width and min-height of all the panels. 15th July, 2022
Logs view implementation for Visualization opensearch-project/observability#773 Shankha, Rinku Closed NA Resolved PR Comments Resolved UI Issue NA 1st August, 2022
Jmeter Logs Abhay In Progress In Progress Configured the Promethesus to the Jmeter. Trying to generate metrics from the Jmeter. Generated the Jmeter metrices using Promethesus. Analysis on getting Jmeter metrices using Jmxtans.
Cypress testing -Scatter Chart Cypress Test case Nidhi Start working on Vertical bar cypress test case completing the cypress test case for vertical bar and PR raised, reverify the code for bug fixes and closing the bugs which got resolved and updated the sheet, creating a test suite in tlstend for time series
Tlxtend tool Pratibha In progress Created test suites and integrated test cases for Pie, Treemap and Histogram chart Working on Logs view test suite and test cases 16th Aug 22
Functional testing - Functional test cases creation Pratibha In progress Worked on functional test cases for pie, treemap and histogram chart Working on Function testing and test cases creation for Logs view chart and sprint3 changes 12th Aug 22
Couch DB Integration Zishan In-progress Integration in progress Analysis on getting CouchDB metrics via JMXTrans. Analysis on saving Prometheus data to csv using available connectors/plugins.
Hive support in Observability Kuldeep In-progress Worked on exploring and configuring jmxtrans to read hive logs. Analysis on JMX/Jcosole for collecting beans. ETA Changed:Unable to find mbean names, Not even displyed on jconsole. 12 th Aug 22
Stats chart opensearch-project/observability#835 Ramneet in progress Adding + disable base threshold, testing + fixing, internal PR for auto chart, extending existing code with horizontal chart internal pr feedback , code optimization 1 August, 2022Customization of tooltip text opensearch-project/observability#788 Shankha Internal PR Raised NA NA Added tooltip for various charts, created a new PR ETA changed from 13th July to 29th July as PR needed to be raised against new sprint branch 29th July, 2022
Filter Logs View data and Add pagination opensearch-project/observability#863 Shankha Closed NA NA Resolved PR Comments added comment on the issue for client's approval for UI. 19th July, 2022
Exploration on new charts in Plotly opensearch-project/observability#866 Ruchika, Rinku document shred. NA Exploring more on the charts and creating a sheet for the same with documentation links Explored visualisations and dropped in the comment with the findings. 19th July, 2022
Sprint2 code refactoring and optimization opensearch-project/observability#870 Rinku In progress NA Internal PR raised. Created new Branch and External PR raised.
https://github.com/opensearch-project/observability/pull/904/files NA 21st July, 2022
Coordinate Maps - Visualization and Config Options opensearch-project/observability#886 Shankha PR raised NA NA Resolved PR Comments NA 1st August, 2022
Creating integration framework Vishal In progress NA Working on flyout and routing Working on doc flyout and nginx configuration NA
Add update chart button for data configuration panel opensearch-project/observability#887 Ruchika Internal PR Raised NA Raised internal PR against sprint3 PR merged to sprint3 NA 21st July, 2022
Metric chart support in event analytics opensearch-project/observability#872 Ruchika Internal PR Raised NA Checked in superset for the aggregation function for metrics. Continue to work on further implementation of metric. Raised internal PR. 29th July, 2022
Region Map - Visualization and Config Options Shankha On Hold NA NA Started the analysis of Region Map and gone through the options available in plotly NA NA
Sprint2 code review comment changes opensearch-project/observability#906 Rinku In progress NA Working on adding types in Config Pannel components and did code review on coordinate map. Updated Code pushed to the the branch. NA 2nd August, 2022
Visualizations not appearing in Operational Panels opensearch-project/observability#907 Ruchika In progress NA Analysis of the saved object for each graph which appears in operational panel Discussion of the solutions with Subrat and Amruta with related to saved object Need to change the visualization object for value options. 2nd August, 2022
[Enhancement2]: Bar chart opensearch-project/observability#849 Shankha PR raised NA Worked on code optimization of Bar Chart Raised PR NA 9th August, 2022
Implementation of TableView Visualization opensearch-project/observability#916 Rinku In progress NA Working on adding Data Configuration feature UI and its integration. Integrated Enable Header, Enable Pagination and Footer on Data config. NA 4th Aug 22
Nginx integration Amruta In progress NA Able to create graph successfully in panel tab. Started working on nginx installation and worked code reviewe,PR updates. NA
Internal PR Comments Shankha Closed NA NA Created and filled up an excel sheet with internal PR comments NA 4th August, 2022
Movement of temporary visualization panel data into userconfig Ruchika In progress NA Raised PR against main and resolved conflicts after rebasing NA NA 5th August, 2022
Add Columns in Data Configuration for Logs View #926 Shankha In Progress NA Worked on Add button and syncing sidebar and data configuration panel Worked on corner cases and resolved issues NA 12th August, 2022
Resolving sprint3 conflicts with main branch Shankha, Rinku, Ruchika Done NA NA Worked on resolving conflicts, rebasing with main and icontype resolution 10th August, 2022
Integration- schema, visualizations Ruchika, Shankha In progress NA NA Analysis of the schema and generation of visualizations NA
ruchika-narang commented 2 years ago

Daily task status 16 | August | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
[FEATURE]: Box plot chart support in event analytics opensearch-project/observability#914 Deepak Inprogress NA Box plot chart support in event analytics Box plot chart support in event analytics NA
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Merged NA Increased Chart type dropdown height, Fixed the height of data configuration and config options, positioned every panel on same height from the top Always display collapsible button, Resolved Conflicts and updated PR ETA changed as new enhancement came up. Asked questions to client regarding the min-width and min-height of all the panels. 15th July, 2022
Logs view implementation for Visualization opensearch-project/observability#773 Shankha, Rinku Closed NA Resolved PR Comments Resolved UI Issue NA 1st August, 2022
Jmeter Logs Abhay In Progress In Progress Configured the Promethesus to the Jmeter. Trying to generate metrics from the Jmeter. Generated the Jmeter metrices using Promethesus. Analysis on getting Jmeter metrices using Jmxtans.
Cypress testing -Scatter Chart Cypress Test case Nidhi Start working on Vertical bar cypress test case completing the cypress test case for vertical bar and PR raised, reverify the code for bug fixes and closing the bugs which got resolved and updated the sheet, creating a test suite in tlstend for time series
Tlxtend tool Pratibha In progress Created test suites and integrated test cases for Pie, Treemap and Histogram chart Working on Logs view test suite and test cases 16th Aug 22
Functional testing - Functional test cases creation Pratibha In progress Worked on functional test cases for pie, treemap and histogram chart Working on Function testing and test cases creation for Logs view chart and sprint3 changes 12th Aug 22
Couch DB Integration Zishan In-progress Integration in progress Analysis on getting CouchDB metrics via JMXTrans. Analysis on saving Prometheus data to csv using available connectors/plugins.
Hive support in Observability/Data-Prepper Support Kuldeep In-progress Worked on exploring and configuring jmxtrans to read hive logs. Analysis on JMX/Jcosole for collecting beans (On-Hold). Started analyzing Data-Prepper Support ETA Changed:Unable to find mbean names, Not even displyed on jconsole. 18 th Aug 22
Stats chart opensearch-project/observability#835 Ramneet in progress internal pr feedback , code optimization internal pr feedback , code optimization for horizontal + auto chart type 1 August, 2022Customization of tooltip text opensearch-project/observability#788 Shankha Internal PR Raised NA NA Added tooltip for various charts, created a new PR ETA changed from 13th July to 29th July as PR needed to be raised against new sprint branch 29th July, 2022
Filter Logs View data and Add pagination opensearch-project/observability#863 Shankha Closed NA NA Resolved PR Comments added comment on the issue for client's approval for UI. 19th July, 2022
Exploration on new charts in Plotly opensearch-project/observability#866 Ruchika, Rinku document shred. NA Exploring more on the charts and creating a sheet for the same with documentation links Explored visualisations and dropped in the comment with the findings. 19th July, 2022
Sprint2 code refactoring and optimization opensearch-project/observability#870 Rinku In progress NA Internal PR raised. Created new Branch and External PR raised.
https://github.com/opensearch-project/observability/pull/904/files NA 21st July, 2022
Coordinate Maps - Visualization and Config Options opensearch-project/observability#886 Shankha PR raised NA NA Resolved PR Comments NA 1st August, 2022
Creating integration framework Vishal In progress NA Working on flyout and routing Working on doc flyout and nginx configuration NA
Add update chart button for data configuration panel opensearch-project/observability#887 Ruchika Internal PR Raised NA Raised internal PR against sprint3 PR merged to sprint3 NA 21st July, 2022
Metric chart support in event analytics opensearch-project/observability#872 Ruchika Internal PR Raised NA Checked in superset for the aggregation function for metrics. Continue to work on further implementation of metric. Raised internal PR. 29th July, 2022
Region Map - Visualization and Config Options Shankha On Hold NA NA Started the analysis of Region Map and gone through the options available in plotly NA NA
Sprint2 code review comment changes opensearch-project/observability#906 Rinku In progress NA Working on adding types in Config Pannel components and did code review on coordinate map. Updated Code pushed to the the branch. NA 2nd August, 2022
Visualizations not appearing in Operational Panels opensearch-project/observability#907 Ruchika In progress NA Analysis of the saved object for each graph which appears in operational panel Discussion of the solutions with Subrat and Amruta with related to saved object Need to change the visualization object for value options. 2nd August, 2022
[Enhancement2]: Bar chart opensearch-project/observability#849 Shankha PR raised NA Worked on code optimization of Bar Chart Raised PR NA 9th August, 2022
Implementation of TableView Visualization opensearch-project/observability#916 Rinku In progress NA Working on adding Data Configuration feature UI and its integration. Integrated Enable Header, Enable Pagination and Footer on Data config. NA 4th Aug 22
Nginx integration Amruta In progress NA Started working on nginx installation and worked code reviewe,PR updates. trying to have nginx installation at server , so that everyone can access it.Few code review and git hub issues updates are done. NA
Internal PR Comments Shankha Closed NA NA Created and filled up an excel sheet with internal PR comments NA 4th August, 2022
Movement of temporary visualization panel data into userconfig Ruchika In progress NA Raised PR against main and resolved conflicts after rebasing NA NA 5th August, 2022
Add Columns in Data Configuration for Logs View #926 Shankha In Progress NA Worked on Add button and syncing sidebar and data configuration panel Worked on corner cases and resolved issues NA 12th August, 2022
Resolving sprint3 conflicts with main branch Shankha, Rinku, Ruchika Done NA NA Worked on resolving conflicts, rebasing with main and icontype resolution 10th August, 2022
Integration- schema, visualizations Ruchika, Shankha In progress NA NA Analysis of the schema and generation of visualizations NA
Resolving bug on main for value options Ruchika, Shankha In progress NA NA Analysis and resolving bug on main NA 17th August. 2022
abasatwar commented 2 years ago

Daily task status 17|August | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today?
[FEATURE]: Box plot chart support in event analytics opensearch-project/observability#914 Deepak Inprogress NA Box plot chart support in event analytics Box plot chart support in event analytics
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Merged NA Increased Chart type dropdown height, Fixed the height of data configuration and config options, positioned every panel on same height from the top Always display collapsible button, Resolved Conflicts and updated PR
Logs view implementation for Visualization opensearch-project/observability#773 Shankha, Rinku Closed NA Resolved PR Comments Resolved UI Issue
Jmeter Logs Abhay In Progress In Progress Configured the Promethesus to the Jmeter. Trying to generate metrics from the Jmeter. Generated the Jmeter metrices using Promethesus. Analysis on getting Jmeter metrices using Jmxtans.
Cypress testing -Scatter Chart Cypress Test case Nidhi build issue for PR of coordinate map is solved also added a test case for time series and gauge on tlxtend looking into issue observed with main code and creating a bug for these also continue writing the testcase in tlxtend
Tlxtend tool Pratibha In progress Created test suites and integrated test cases for Pie, Treemap and Histogram chart Working on Logs view test suite and test cases
Functional testing - Functional test cases creation Pratibha In progress Worked on functional test cases for pie, treemap and histogram chart Working on Function testing and test cases creation for Logs view chart and sprint3 changes
Couch DB Integration Zishan In-progress Integration in progress Analysis on getting CouchDB metrics via JMXTrans. Analysis on saving Prometheus data to csv using available connectors/plugins.
Hive support in Observability/Data-Prepper Support Kuldeep In-progress Worked on exploring and configuring jmxtrans to read hive logs. Analysis on JMX/Jcosole for collecting beans (On-Hold). Started analyzing Data-Prepper Support
Stats chart opensearch-project/observability#835 Ramneet Internal PR Raised internal pr feedback , code optimization for horizontal + auto chart type internal pr for stat horizontal
Customization of tooltip text opensearch-project/observability#788 Shankha Internal PR Raised NA NA Added tooltip for various charts, created a new PR
Filter Logs View data and Add pagination opensearch-project/observability#863 Shankha Closed NA NA Resolved PR Comments
Exploration on new charts in Plotly opensearch-project/observability#866 Ruchika, Rinku document shred. NA Exploring more on the charts and creating a sheet for the same with documentation links Explored visualisations and dropped in the comment with the findings.
Sprint2 code refactoring and optimization opensearch-project/observability#870 Rinku In progress NA Internal PR raised. Created new Branch and External PR raised.
https://github.com/opensearch-project/observability/pull/904/files
Coordinate Maps - Visualization and Config Options opensearch-project/observability#886 Shankha PR raised NA NA Resolved PR Comments
Creating integration framework Vishal In progress NA Working on flyout and routing Working on doc flyout and nginx configuration
Add update chart button for data configuration panel opensearch-project/observability#887 Ruchika Internal PR Raised NA Raised internal PR against sprint3 PR merged to sprint3
Metric chart support in event analytics opensearch-project/observability#872 Ruchika Internal PR Raised NA Checked in superset for the aggregation function for metrics. Continue to work on further implementation of metric. Raised internal PR.
Region Map - Visualization and Config Options Shankha On Hold NA NA Started the analysis of Region Map and gone through the options available in plotly
Sprint2 code review comment changes opensearch-project/observability#906 Rinku In progress NA Working on adding types in Config Pannel components and did code review on coordinate map. Updated Code pushed to the the branch.
Visualizations not appearing in Operational Panels opensearch-project/observability#907 Ruchika In progress NA Analysis of the saved object for each graph which appears in operational panel Discussion of the solutions with Subrat and Amruta with related to saved object
[Enhancement2]: Bar chart opensearch-project/observability#849 Shankha PR raised NA Worked on code optimization of Bar Chart Raised PR
Implementation of TableView Visualization opensearch-project/observability#916 Rinku In progress NA NA Integrated filter feature on Data config with Data Table.
Nginx integration Amruta In progress NA trying to have nginx installation at server , so that everyone can access it.Few code review and git hub issues updates are done. trying to have nginx installation at server , so that everyone can access it.Few code review and git hub issues updates are done.
Internal PR Comments Shankha Closed NA NA Created and filled up an excel sheet with internal PR comments
Movement of temporary visualization panel data into userconfig Ruchika In progress NA Raised PR against main and resolved conflicts after rebasing NA
Add Columns in Data Configuration for Logs View #926 Shankha In Progress NA Worked on Add button and syncing sidebar and data configuration panel Worked on corner cases and resolved issues
Resolving sprint3 conflicts with main branch Shankha, Rinku, Ruchika Done NA NA Worked on resolving conflicts, rebasing with main and icontype resolution
Integration- schema, visualizations Ruchika, Shankha In progress NA NA Analysis of the schema and generation of visualizations
Resolving bug on main for value options Ruchika, Shankha In progress NA Analysis and resolving bug on main Worked on cases involving the app crash and fixing them. Testing of multiple different scenarios. Raised PR against main
Horizontal bar chart issues Ramneet in progress N/A issues: fixing of plot data in case of horizontal orientation, color theme
ruchika-narang commented 2 years ago

Daily task status 18 | August | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
[FEATURE]: Box plot chart support in event analytics opensearch-project/observability#914 Deepak Inprogress NA Box plot chart support in event analytics Box plot chart support in event analytics NA
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Merged NA Increased Chart type dropdown height, Fixed the height of data configuration and config options, positioned every panel on same height from the top Always display collapsible button, Resolved Conflicts and updated PR ETA changed as new enhancement came up. Asked questions to client regarding the min-width and min-height of all the panels. 15th July, 2022
Logs view implementation for Visualization opensearch-project/observability#773 Shankha, Rinku Closed NA Resolved PR Comments Resolved UI Issue NA 1st August, 2022
Jmeter Logs Abhay In Progress In Progress Configured the Promethesus to the Jmeter. Trying to generate metrics from the Jmeter. Generated the Jmeter metrices using Promethesus. Analysis on getting Jmeter metrices using Jmxtans.
Cypress testing -Scatter Chart Cypress Test case Nidhi created a bug for issue observed with main code also some observation are there for which upadting a sheet continue working on testing of charts with main code also testing of EC2 instance in Progress
Tlxtend tool Pratibha Completed Created report for all git issues and bugs along with their status
Functional testing - Functional test cases creation Pratibha In progress Worked on functional test cases for pie, treemap and histogram chart Working on Function testing and test cases creation for Logs view chart and performing functional testing on main branch 26th Aug
Couch DB Integration Zishan In-progress Integration in progress Analysis on getting CouchDB metrics via JMXTrans. Analysis on saving Prometheus data to csv using available connectors/plugins.
Hive support in Observability/Data-Prepper Support Kuldeep In-progress Started analyzing Data-Prepper Support Going through processors available in data-prepper and trying it practically. 18 th Aug 22
Stats chart opensearch-project/observability#835 Ramneet Internal PR Raised internal pr for stat horizontal NA 1 August, 2022Customization of tooltip text opensearch-project/observability#788 Shankha Internal PR Raised NA NA Added tooltip for various charts, created a new PR ETA changed from 13th July to 29th July as PR needed to be raised against new sprint branch 29th July, 2022
Filter Logs View data and Add pagination opensearch-project/observability#863 Shankha Closed NA NA Resolved PR Comments added comment on the issue for client's approval for UI. 19th July, 2022
Exploration on new charts in Plotly opensearch-project/observability#866 Ruchika, Rinku document shred. NA Exploring more on the charts and creating a sheet for the same with documentation links Explored visualisations and dropped in the comment with the findings. 19th July, 2022
Sprint2 code refactoring and optimization opensearch-project/observability#870 Rinku In progress NA Internal PR raised. Created new Branch and External PR raised.
https://github.com/opensearch-project/observability/pull/904/files NA 21st July, 2022
Coordinate Maps - Visualization and Config Options opensearch-project/observability#886 Shankha PR raised NA NA Issues resolved and PR updated NA 1st August, 2022
Creating integration framework Vishal In progress NA Working on flyout and routing Working on doc flyout and nginx configuration NA
Add update chart button for data configuration panel opensearch-project/observability#887 Ruchika Internal PR Raised NA Raised internal PR against sprint3 PR merged to sprint3 NA 21st July, 2022
Metric chart support in event analytics opensearch-project/observability#872 Ruchika Internal PR Raised NA Checked in superset for the aggregation function for metrics. Continue to work on further implementation of metric. Raised internal PR. 29th July, 2022
Region Map - Visualization and Config Options Shankha On Hold NA NA Started the analysis of Region Map and gone through the options available in plotly NA NA
Sprint2 code review comment changes opensearch-project/observability#906 Rinku In progress NA Working on adding types in Config Pannel components and did code review on coordinate map. Updated Code pushed to the the branch. NA 2nd August, 2022
Visualizations not appearing in Operational Panels opensearch-project/observability#907 Ruchika In progress NA Analysis of the saved object for each graph which appears in operational panel Discussion of the solutions with Subrat and Amruta with related to saved object Need to change the visualization object for value options. 2nd August, 2022
[Enhancement2]: Bar chart opensearch-project/observability#849 Shankha PR raised NA NA Issues resolved and PR updated NA 9th August, 2022
Implementation of TableView Visualization opensearch-project/observability#916 Rinku In progress NA Integrated filter feature on Data config with Data Table. Integrated Width Input on Data config with Data Table and rebased main code with TableView and raised internal PR.
PR: https://github.com/rinku-kumar-psl/observability/pull/6/files NA 4th Aug 22
Nginx integration Amruta In progress NA trying to have nginx installation at server , so that everyone can access it.Few code review and git hub issues updates are done. trying to have nginx installation at server , so that everyone can access it.Few code review and git hub issues updates are done. NA
Internal PR Comments Shankha Closed NA NA Created and filled up an excel sheet with internal PR comments NA 4th August, 2022
Movement of temporary visualization panel data into userconfig Ruchika In progress NA Raised PR against main and resolved conflicts after rebasing NA NA 5th August, 2022
Add Columns in Data Configuration for Logs View #926 Shankha In Progress NA Worked on Add button and syncing sidebar and data configuration panel Worked on corner cases and resolved issues NA 12th August, 2022
Resolving sprint3 conflicts with main branch Shankha, Rinku, Ruchika Done NA NA Worked on resolving conflicts, rebasing with main and icontype resolution 10th August, 2022
Integration- schema, visualizations Ruchika, Shankha In progress NA NA Analysis of the schema and generation of visualizations NA
Resolving bug on main for value options Ruchika, Shankha In progress NA Analysis and resolving bug on main Worked on cases involving the app crash and fixing them. Testing of multiple different scenarios. Raised PR against main NA 17th August. 2022
Horizontal bar chart issues Ramneet internal pr raised issues: fixing of plot data in case of horizontal orientation, color theme worked on code optimization
[BUG]: Scatter chart "Dimensions" takes a field even if the ppl query don't have a timestamp in it. opensearch-project/observability#948 Ruchika In progress NA NA Fixed issues for scatter and timeseries. NA 18th August, 2022
Box plot issues Ramneet in progress N/A horizontal mode issue, code optimization, config panel fixes
abasatwar commented 2 years ago

Daily task status 19| August | 2022

-- Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
[FEATURE]: Box plot chart support in event analytics opensearch-project/observability#914 Deepak Inprogress NA Box plot chart support in event analytics Box plot chart support in event analytics NA
Config panel and visualization canvas height update opensearch-project/observability#829 Shankha Merged NA Increased Chart type dropdown height, Fixed the height of data configuration and config options, positioned every panel on same height from the top Always display collapsible button, Resolved Conflicts and updated PR ETA changed as new enhancement came up. Asked questions to client regarding the min-width and min-height of all the panels. 15th July, 2022
Logs view implementation for Visualization opensearch-project/observability#773 Shankha, Rinku Closed NA Resolved PR Comments Resolved UI Issue NA 1st August, 2022
Jmeter Logs Abhay In Progress In Progress Configured the Promethesus to the Jmeter. Trying to generate metrics from the Jmeter. Generated the Jmeter metrices using Promethesus. Analysis on getting Jmeter metrices using Jmxtans.
Cypress testing -Scatter Chart Cypress Test case Nidhi completed testing of time series, scatter,heatmap and gauge for main and EC2 instance working on setup for Prince kumar and dubgging the issue found during setup
Tlxtend tool Pratibha Completed Created report for all git issues and bugs along with their status
Functional testing - Functional test cases creation Pratibha In progress Worked on functional test cases for pie, treemap and histogram chart Working on Function testing and test cases creation for Logs view chart and performing functional testing on main branch 26th Aug
Couch DB Integration Zishan In-progress Integration in progress Analysis on getting CouchDB metrics via JMXTrans. Analysis on saving Prometheus data to csv using available connectors/plugins.
Hive support in Observability/Data-Prepper Support Kuldeep In-progress Started analyzing Data-Prepper Support Going through processors available in data-prepper and trying it practically. 18 th Aug 22
Stats chart opensearch-project/observability#835 Ramneet Internal PR Raised NA NA 1 August, 2022Customization of tooltip text opensearch-project/observability#788 Shankha PR raised NA NA Updated the code and raised PR ETA changed from 13th July to 29th July as PR needed to be raised against new sprint branch 29th July, 2022
Filter Logs View data and Add pagination opensearch-project/observability#863 Shankha Closed NA NA Resolved PR Comments added comment on the issue for client's approval for UI. 19th July, 2022
Exploration on new charts in Plotly opensearch-project/observability#866 Ruchika, Rinku document shred. NA Exploring more on the charts and creating a sheet for the same with documentation links Explored visualisations and dropped in the comment with the findings. 19th July, 2022
Sprint2 code refactoring and optimization opensearch-project/observability#870 Rinku In progress NA Internal PR raised. Created new Branch and External PR raised.
https://github.com/opensearch-project/observability/pull/904/files NA 21st July, 2022
Coordinate Maps - Visualization and Config Options opensearch-project/observability#886 Shankha PR raised NA NA Issues resolved and PR updated NA 1st August, 2022
Creating integration framework Vishal In progress NA Working on flyout and routing Working on doc flyout and nginx configuration NA
Add update chart button for data configuration panel opensearch-project/observability#887 Ruchika Internal PR Raised NA Raised internal PR against sprint3 PR merged to sprint3 NA 21st July, 2022
Metric chart support in event analytics opensearch-project/observability#872 Ruchika Internal PR Raised NA Checked in superset for the aggregation function for metrics. Continue to work on further implementation of metric. Raised internal PR. 29th July, 2022
Region Map - Visualization and Config Options Shankha On Hold NA NA Started the analysis of Region Map and gone through the options available in plotly NA NA
Sprint2 code review comment changes opensearch-project/observability#906 Rinku In progress NA NA Resolved conflicts after rebasing main on the branch and Working on adding types in remaining components. NA 2nd August, 2022
Visualizations not appearing in Operational Panels opensearch-project/observability#907 Ruchika In progress NA Analysis of the saved object for each graph which appears in operational panel Discussion of the solutions with Subrat and Amruta with related to saved object Need to change the visualization object for value options. 2nd August, 2022
[Enhancement2]: Bar chart opensearch-project/observability#849 Shankha PR raised NA NA Issues resolved and PR updated NA 9th August, 2022
Implementation of TableView Visualization opensearch-project/observability#916 Rinku In progress NA Integrated filter feature on Data config with Data Table. Integrated Width Input on Data config with Data Table and rebased main code with TableView and raised internal PR.
PR: https://github.com/rinku-kumar-psl/observability/pull/6/files NA 4th Aug 22
Nginx integration Amruta In progress NA trying to have nginx installation at server , so that everyone can access it.Few code review and git hub issues updates are done. Adding multiple charts with multiple queries. NA
Internal PR Comments Shankha Closed NA NA Created and filled up an excel sheet with internal PR comments NA 4th August, 2022
Movement of temporary visualization panel data into userconfig Ruchika In progress NA Raised PR against main and resolved conflicts after rebasing NA NA 5th August, 2022
Add Columns in Data Configuration for Logs View #926 Shankha In Progress NA NA Resolved the issue for code changes NA 12th August, 2022
Resolving sprint3 conflicts with main branch Shankha, Rinku, Ruchika Done NA NA Worked on resolving conflicts, rebasing with main and icontype resolution 10th August, 2022
Integration- schema, visualizations Ruchika, Shankha In progress NA NA Analysis of the schema and generation of visualizations NA
Resolving bug on main for value options Ruchika, Shankha In progress NA Analysis and resolving bug on main Worked on cases involving the app crash and fixing them. Testing of multiple different scenarios. Raised PR against main NA 17th August. 2022
Horizontal bar chart issues Ramneet internal pr raised worked on code optimization N/A
[BUG]: Scatter chart "Dimensions" takes a field even if the ppl query don't have a timestamp in it. opensearch-project/observability#948 Ruchika In progress NA NA Fixed issues for scatter and timeseries. NA 18th August, 2022
Box plot issues Ramneet internal pr raised horizontal mode issue, code optimization, config panel fixes mode added, config options updated, box test case added, code optimization
ruchika-narang commented 2 years ago

Daily task status 22 | August | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
[FEATURE]: Box plot chart support in event analytics opensearch-project/observability#914 Deepak/Ramneet Internal PR Raised NA NA test case updated NA
Jmeter Logs Abhay/Kuldeep On Hold NA NA Onhold
Cypress testing -Scatter Chart Cypress Test case Nidhi worked with Prince for setup and writing test case for heatmap continue writing test case for scatter and adding the test cases in tlxtend
Functional testing - Functional test cases creation Pratibha In progress Worked on functional test cases for pie, treemap and histogram chart Working on Function testing and test cases creation for Logs view chart and performing functional testing on main branch 26th Aug
Couch DB Integration Zishan On Hold Onhold
Hive support in Observability/Data-Prepper Support Kuldeep In progress NA Exploring the Federated PPL Query Engine github issue. It seems code is not yet merged with main branch(DEV work may be in-progress). also could not able to undestand Catalog Configuration for external Metric Datastore 24th Aug
Stats chart opensearch-project/observability#835 Ramneet Internal PR Raised NA NA 1 August, 2022Customization of tooltip text opensearch-project/observability#788 Shankha PR Raised NA NA NA 29th July, 2022
Coordinate Maps - Visualization and Config Options opensearch-project/observability#886 Shankha PR raised NA NA Issues resolved and PR updated NA 1st August, 2022
Creating integration framework Vishal In progress NA Working on flyout and routing Working on doc flyout and nginx configuration NA
Metric chart support in event analytics opensearch-project/observability#872 Ruchika/Siva Internal PR Raised NA Worked and completed the Metrics Charts( Adding Title, Color Theme and Fonts) Working on Testing and Create the Internal PR. 29th July, 2022
Region Map - Visualization and Config Options Shankha On Hold NA NA NA NA
Sprint2 code review comment changes opensearch-project/observability#906 Rinku In progress NA Resolved conflicts after rebasing main on the branch and Working on adding types in remaining components. Raised Internal PR after adding types in remaining components.
https://github.com/rinku-kumar-psl/observability/pull/7 NA 2nd August, 2022
[Enhancement2]: Bar chart breakdown opensearch-project/observability#849 Shankha PR raised NA NA Issues resolved and PR updated NA 9th August, 2022
Implementation of TableView Visualization opensearch-project/observability#916 Rinku Internal PR Raised NA Integrated filter feature on Data config with Data Table. Integrated Width Input on Data config with Data Table and rebased main code with TableView and raised internal PR.
PR: https://github.com/rinku-kumar-psl/observability/pull/6/files NA 4th Aug 22
Nginx integration Amruta In progress NA Adding multiple charts with multiple queries. Working on multiple queries for panel tab for nginx data. NA
Add Columns in Data Configuration for Logs View #956 Shankha PR Raised NA Resolved the issue for code changes Written test cases and resolved the issue of save, Raised the PR NA 12th August, 2022
[BUG] : Dimensions getting removed when no timeseries field is present opensearch-project/observability#942 Ruchika, Shankha PR Raised NA Worked on cases involving the app blank and fixing them. Testing of multiple different scenarios. Raised PR against main NA NA 17th August. 2022
Horizontal bar chart opensearch-project/observability#885 Ramneet internal pr raised NA test case added
[BUG]: Scatter chart "Dimensions" takes a field even if the ppl query don't have a timestamp in it. opensearch-project/observability#948 Ruchika PR Raised NA Fixed issues for scatter and timeseries. NA NA 18th August, 2022
Add annotation support for visualization opensearch-project/observability#874 Koustubh In progress NA Updated UI and added CRUD methods Added delete button and working structure to perform local CRUD operations on annotations. Worked on review comments received from Amruta NA 8/23/2022
Writing Jest Test Cases opensearch-project/observability#954 Ruchika, Ramneet In progress NA Worked on running and analysing for which test cases can be written Worked on writing jest test cases for utils and remaining visualizations NA 23rd August, 2022
ruchika-narang commented 2 years ago

Daily task status 23 | August | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
[FEATURE]: Box plot chart support in event analytics opensearch-project/observability#914 Deepak/Ramneet Internal PR Raised NA test case updated internal PR upadted with main NA
Jmeter Logs Abhay/Kuldeep On Hold NA NA Onhold
Cypress testing -Scatter Chart Cypress Test case Nidhi completed test case writing for scatter and added them in tlxtend also worked with Prince for test case writing started working on box-plot chart
Functional testing - Functional test cases creation Pratibha In progress Worked on functional test cases for pie, treemap and histogram chart Working on Function testing and test cases creation for Logs view chart and performing functional testing on main branch 26th Aug
Couch DB Integration Zishan On Hold Onhold
Hive support in Observability/Data-Prepper Support Kuldeep In progress NA Exploring the Federated PPL Query Engine github issue. It seems code is not yet merged with main branch(DEV work may be in-progress). also could not able to undestand Catalog Configuration for external Metric Datastore 24th Aug
Stats chart opensearch-project/observability#835 Ramneet Internal PR Raised NA internal PR updated with main 1 August, 2022Customization of tooltip text opensearch-project/observability#788 Shankha PR Raised NA NA Resolved the conflicts 29th July, 2022
Coordinate Maps - Visualization and Config Options opensearch-project/observability#886 Shankha PR raised NA Issues resolved and PR updated Resolved the conflicts NA 1st August, 2022
Creating integration framework Vishal In progress NA Working on flyout and routing Working on doc flyout and nginx configuration NA
Metric chart support in event analytics opensearch-project/observability#872 Ruchika/Siva Internal PR Raised NA Worked and completed the Metrics Charts( Adding Title, Color Theme and Fonts) Working on Testing and Create the Internal PR. 29th July, 2022
Region Map - Visualization and Config Options Shankha On Hold NA NA NA NA
Sprint2 code review comment changes opensearch-project/observability#906 Rinku In progress NA Resolved conflicts after rebasing main on the branch and Working on adding types in remaining components. Raised Internal PR after adding types in remaining components.
https://github.com/rinku-kumar-psl/observability/pull/7 NA 2nd August, 2022
[Enhancement2]: Bar chart breakdown opensearch-project/observability#849 Shankha PR raised NA Issues resolved and PR updated Resolved the conflicts NA 9th August, 2022
Implementation of TableView Visualization opensearch-project/observability#916 Rinku Internal PR Raised NA Integrated Width Input on Data config with Data Table and rebased main code with TableView and raised internal PR.
PR: https://github.com/rinku-kumar-psl/observability/pull/6/files NA NA 4th Aug 22
Nginx integration Amruta In progress NA Adding multiple charts with multiple queries. Working on multiple queries for panel tab for nginx data. NA
Add Columns in Data Configuration for Logs View #956 Shankha PR Raised NA Written test cases and resolved the issue of save, Raised the PR Resolved the conflicts NA 12th August, 2022
[BUG] : Dimensions getting removed when no timeseries field is present opensearch-project/observability#942 Ruchika, Shankha PR Raised NA Worked on cases involving the app blank and fixing them. Testing of multiple different scenarios. Raised PR against main NA NA 17th August. 2022
Horizontal bar chart opensearch-project/observability#885 Ramneet internal pr raised test case added internal pr updated with main, conflicts resolved
[BUG]: Scatter chart "Dimensions" takes a field even if the ppl query don't have a timestamp in it. opensearch-project/observability#948 Ruchika PR Raised NA Fixed issues for scatter and timeseries. NA NA 18th August, 2022
Add annotation support for visualization opensearch-project/observability#874 Koustubh In progress NA Added delete button and working structure to perform local CRUD operations on annotations. Worked on review comments received from Amruta Added code to save and read annotations from session storage for Bar, line and scattered charts NA 24th August, 2022
Writing Jest Test Cases opensearch-project/observability#954 Ruchika, Ramneet internal PR raised NA Worked on writing jest test cases for utils and remaining visualizations internal PR raised NA 23rd August, 2022
Documentation of Code standard and common code linting rules Rinku In progress NA NA Working on wrinting linting rules for project code and coding standard documentation NA 25th Aug 2022
Pie chart issue Ramneet in progress NA NA Layout issue , mode: fixed 24th Aug 2022
[BUG]: Error message on Operational panel for deleted Visualizations opensearch-project/observability#953 Ruchika In progress NA NA Analysing the issue in the earlier branches to check if the code was changed. Analysing solution for deleting the visualization when deleted from event analytics NA 25th Aug 2022
ruchika-narang commented 2 years ago

Daily task status 24 | August | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
[FEATURE]: Box plot chart support in event analytics opensearch-project/observability#914 Deepak/Ramneet Internal PR Raised NA internal PR upadted with main NA NA
Jmeter Logs Abhay/Kuldeep On Hold NA NA Onhold
Cypress testing -Scatter Chart Cypress Test case Nidhi completed test case writing for scatter and added them in tlxtend also worked with Prince for test case writing started working on box-plot chart
Functional testing - Functional test cases creation Pratibha In progress Worked on functional test cases for pie, treemap and histogram chart Working on Function testing and test cases creation for Logs view chart and performing functional testing on main branch 26th Aug
Couch DB Integration Zishan On Hold Onhold
Hive support in Observability Kuldeep Completed NA Exploring the Federated PPL Query Engine github issue (Waiting for inputs) Worked on Hive metrics generation, Able to generate it successully using JMX and can be viewed by using the "Metrics Dump" tab on the Web UI at port 10002 (127.0.0.1:10002) by default. It seems code is not yet merged with main branch(DEV work may be in-progress). also could not able to undestand Catalog Configuration for external Metric Datastore 24th Aug
Stats chart opensearch-project/observability#835 Ramneet Internal PR Raised internal PR updated with main NA 1 August, 2022Customization of tooltip text opensearch-project/observability#788 Shankha PR Raised NA NA Resolved the conflicts 29th July, 2022
Coordinate Maps - Visualization and Config Options opensearch-project/observability#886 Shankha PR raised NA Issues resolved and PR updated Resolved the conflicts NA 1st August, 2022
Creating integration framework Vishal In progress NA Working on flyout and routing Working on doc flyout and nginx configuration NA
Metric chart support in event analytics opensearch-project/observability#872 Ruchika/Siva Internal PR Raised NA Worked and completed the Metrics Charts( Adding Title, Color Theme and Fonts) Working on Testing and Create the Internal PR. 29th July, 2022
Region Map - Visualization and Config Options Shankha On Hold NA NA NA NA
Sprint2 code review comment changes opensearch-project/observability#906 Rinku In progress NA Resolved conflicts after rebasing main on the branch and Working on adding types in remaining components. Raised Internal PR after adding types in remaining components.
https://github.com/rinku-kumar-psl/observability/pull/7 NA 2nd August, 2022
[Enhancement2]: Bar chart breakdown opensearch-project/observability#849 Shankha PR raised NA Issues resolved and PR updated Resolved the conflicts NA 9th August, 2022
Implementation of TableView Visualization opensearch-project/observability#916 Rinku Internal PR Raised NA Integrated Width Input on Data config with Data Table and rebased main code with TableView and raised internal PR.
PR: https://github.com/rinku-kumar-psl/observability/pull/6/files NA NA 4th Aug 22
Nginx integration Amruta In progress NA Adding multiple charts with multiple queries. Working on multiple queries for panel tab for nginx data. NA
Add Columns in Data Configuration for Logs View #956 Shankha PR Raised NA Written test cases and resolved the issue of save, Raised the PR Resolved the conflicts NA 12th August, 2022
Horizontal bar chart opensearch-project/observability#885 Ramneet internal pr raised internal pr updated with main, conflicts resolved NA
[BUG]: Scatter chart "Dimensions" takes a field even if the ppl query don't have a timestamp in it. opensearch-project/observability#948 Ruchika PR Raised NA NA Added EuiCallout component in place of tooltip warning icon in the dimension as per Bright's suggestion NA 18th August, 2022
Add annotation support for visualization opensearch-project/observability#874 Koustubh In progress NA Added delete button and working structure to perform local CRUD operations on annotations. Worked on review comments received from Amruta Added code to save and read annotations from session storage for Bar, line and scattered charts NA 24th August, 2022
Writing Jest Test Cases opensearch-project/observability#954 Ruchika, Ramneet internal PR raised NA internal PR raised NA NA 23rd August, 2022
Documentation of Code standard and common code linting rules Rinku In progress NA Working on wrinting linting rules for project code and coding standard documentation Added all linting Plugins in Observability pakage.json and working on wrinting linting rules for project code NA 25th Aug 2022
Pie chart issue Ramneet in progress NA Layout issue , mode: fixed NA 24th Aug 2022
[BUG]: Error message on Operational panel for deleted Visualizations opensearch-project/observability#953 Ruchika In progress NA Analysing the issue in the earlier branches to check if the code was changed. Analysing solution for deleting the visualization when deleted from event analytics Analysis of saved visualization being overwritten when creating new visualization from operational panel Need confirmation if we need to remove the deleted visualization from operational panel 25th Aug 2022
[BUG]: Field dropdown in Color Theme section only takes numeric fields opensearch-project/observability#959 Shankha PR Raised NA NA Resolved the bug regarding color theme dropdown list NA 24th August, 2022
Collapase Icon issue on resiable panels Ramneet/Shankha in progress NA exploerd possible solutions explored possible work arrounds NA 25-Aug-22
ruchika-narang commented 2 years ago

Daily task status 25 | August | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
[FEATURE]: Box plot chart support in event analytics opensearch-project/observability#914 Deepak/Ramneet Internal PR Raised NA NA pr feedback, QA feedback NA
Jmeter Logs Abhay/Kuldeep On Hold NA NA Onhold
Cypress testing -Scatter Chart Cypress Test case Nidhi started working on box-plot chart found 4-5 issue with box plot has discussed them with developer and today going to write cypress test case for box plot
Cypress automation - Logs view opensearch-project/observability#843 Pratibha In progress NA Started automating functional test cases for Logs view 1st Sep
Functional testing - Functional test cases creation Pratibha In progress Worked on functional test cases for pie, treemap and histogram chart Working on Function testing and test cases creation for Logs view chart and performing functional testing on main branch 26th Aug
Couch DB Integration Zishan On Hold Onhold
Hive support in Observability Kuldeep In progess NA Worked on Hive metrics generation, Able to generate it successully using JMX and can be viewed by using the "Metrics Dump" tab on the Web UI at port 10002 (127.0.0.1:10002) by default. Planned to explore JMX exporter to expose hive metrics to prometheus It seems code is not yet merged with main branch(DEV work may be in-progress). also could not able to undestand Catalog Configuration for external Metric Datastore 26th Aug
Stats chart opensearch-project/observability#835 Ramneet Internal PR Raised internal PR updated with main NA 1 August, 2022
Customization of tooltip text opensearch-project/observability#788 Shankha PR Raised NA NA Resolved the conflicts 29th July, 2022
Coordinate Maps - Visualization and Config Options opensearch-project/observability#886 Shankha PR raised NA Issues resolved and PR updated Resolved the conflicts NA 1st August, 2022
Creating integration framework Vishal In progress NA Working on flyout and routing Working on doc flyout and nginx configuration NA
Metric chart support in event analytics opensearch-project/observability#872 Ruchika/Siva Internal PR Raised NA Worked and completed the Metrics Charts( Adding Title, Color Theme and Fonts) Working on Testing and Create the Internal PR. 29th July, 2022
Region Map - Visualization and Config Options Shankha On Hold NA NA NA NA
Sprint2 code review comment changes opensearch-project/observability#906 Rinku In progress NA Resolved conflicts after rebasing main on the branch and Working on adding types in remaining components. Raised Internal PR after adding types in remaining components.

https://github.com/rinku-kumar-psl/observability/pull/7
NA 2nd August, 2022
[Enhancement2]: Bar chart breakdown opensearch-project/observability#849 Shankha PR raised NA Issues resolved and PR updated Resolved the conflicts NA 9th August, 2022
Implementation of TableView Visualization opensearch-project/observability#916 Rinku Internal PR Raised NA Integrated Width Input on Data config with Data Table and rebased main code with TableView and raised internal PR.
PR: https://github.com/rinku-kumar-psl/observability/pull/6/files
NA NA 4th Aug 22
Nginx integration Amruta In progress NA NA Reviewed PRs. NA
Add Columns in Data Configuration for Logs View #956 Shankha PR Raised NA Written test cases and resolved the issue of save, Raised the PR Resolved the conflicts NA 12th August, 2022
Horizontal bar chart  opensearch-project/observability#885 Ramneet internal pr raised NA legend size, title, label inputs fixed, auto margin
[BUG]: Scatter chart "Dimensions" takes a field even if the ppl query don't have a timestamp in it. opensearch-project/observability#948 Ruchika PR Raised NA NA Added EuiCallout component in place of tooltip warning icon in the dimension as per Bright's suggestion NA 18th August, 2022
Add annotation support for visualization opensearch-project/observability#874 Koustubh Internal PR Raised NA Completed 3 charts with CRUD operation using session storage and raised internal PR against main Code Optimized and working on horizontal bars to add annotations NA 26th Aug 2022
Writing Jest Test Cases opensearch-project/observability#954 Ruchika, Ramneet internal PR raised NA internal PR raised NA NA 23rd August, 2022
Documentation of Code standard and common code linting rules Rinku In progress NA Working on wrinting linting rules for project code and coding standard documentation Added all linting Plugins in Observability pakage.json and working on wrinting linting rules for project code NA 25th Aug 2022
Pie chart issue Ramneet in progress NA Layout issue , mode: fixed NA 24th Aug 2022
[BUG]: Error message on Operational panel for deleted Visualizations opensearch-project/observability#953 Ruchika In progress NA Analysis of saved visualization being overwritten when creating new visualization from operational panel Discussion for solutions for the same with Amruta Need confirmation if we need to remove the deleted visualization from operational panel 25th Aug 2022
[BUG]: Field dropdown in Color Theme section only takes numeric fields opensearch-project/observability#959 Shankha PR Raised NA NA Resolved the bug regarding color theme dropdown list NA 24th August, 2022
Collapase Icon issue on resiable panels Ramneet/Shankha in progress NA exploerd possible solutions explored possible work arrounds NA 25-Aug-22
KT of Open PRs Shankha Closed NA NA Given KT on existing open PRs NA 25th August, 2022
[BUG]: Rename Data Panel to Style. opensearch-project/observability#963 Ruchika PR Raised NA NA Worked on renaming data panel to style panel. NA 25th August, 2022
ruchika-narang commented 2 years ago

Daily task status 26 | August | 2022


Topic/ Ticket id Dev Status Comments/Queries What you have done yesterday ? what are you going to do today? Any impediments? ETA
[FEATURE]: Box plot chart support in event analytics opensearch-project/observability#914 Deepak/Ramneet Internal PR Raised NA code optimization, pr feedback pr feedback, QA feedback NA
Jmeter Logs Abhay/Kuldeep On Hold NA NA Onhold
Cypress testing -Scatter Chart Cypress Test case Nidhi started working on box-plot chart found 4-5 issue with box plot has discussed them with developer and today going to write cypress test case for box plot
Cypress automation - Logs view opensearch-project/observability#843 Pratibha In progress NA Started automating functional test cases for Logs view 1st Sep
Functional testing - Functional test cases creation Pratibha In progress Worked on functional test cases for pie, treemap and histogram chart Working on Function testing and test cases creation for Logs view chart and performing functional testing on main branch 26th Aug
Couch DB Integration Zishan On Hold Onhold
Hive support in Observability Kuldeep In progess NA Worked on Hive metrics generation, Able to generate it successully using JMX and can be viewed by using the "Metrics Dump" tab on the Web UI at port 10002 (127.0.0.1:10002) by default. Planned to explore JMX exporter to expose hive metrics to prometheus It seems code is not yet merged with main branch(DEV work may be in-progress). also could not able to undestand Catalog Configuration for external Metric Datastore 26th Aug
Stats chart opensearch-project/observability#835 Ramneet Internal PR Raised NA NA 1 August, 2022
Customization of tooltip text opensearch-project/observability#788 Shankha PR Raised NA NA Resolved the conflicts 29th July, 2022
Coordinate Maps - Visualization and Config Options opensearch-project/observability#886 Shankha PR raised NA Issues resolved and PR updated Resolved the conflicts NA 1st August, 2022
Creating integration framework Vishal In progress NA Working on flyout and routing Working on doc flyout and nginx configuration NA
Metric chart support in event analytics opensearch-project/observability#872 Ruchika/Siva Internal PR Raised NA Worked and completed the Metrics Charts( Adding Title, Color Theme and Fonts) Working on Testing and Create the Internal PR. 29th July, 2022
Region Map - Visualization and Config Options Shankha On Hold NA NA NA NA
Sprint2 code review comment changes opensearch-project/observability#906 Rinku In progress NA Resolved conflicts after rebasing main on the branch and Working on adding types in remaining components. Raised Internal PR after adding types in remaining components.

https://github.com/rinku-kumar-psl/observability/pull/7
NA 2nd August, 2022
[Enhancement2]: Bar chart breakdown opensearch-project/observability#849 Shankha PR raised NA Issues resolved and PR updated Resolved the conflicts NA 9th August, 2022
Implementation of TableView Visualization opensearch-project/observability#916 Rinku Internal PR Raised NA Integrated Width Input on Data config with Data Table and rebased main code with TableView and raised internal PR.
PR: https://github.com/rinku-kumar-psl/observability/pull/6/files
NA NA 4th Aug 22
Nginx integration Amruta In progress NA NA Reviewed PRs. NA
Add Columns in Data Configuration for Logs View #956 Shankha PR Raised NA Written test cases and resolved the issue of save, Raised the PR Resolved the conflicts NA 12th August, 2022
Horizontal bar chart  opensearch-project/observability#885 Ramneet internal pr raised PR feedback, code optimization legend size, title, label inputs fixed, auto margin
[BUG]: Scatter chart "Dimensions" takes a field even if the ppl query don't have a timestamp in it. opensearch-project/observability#948 Ruchika PR Raised NA NA Added EuiCallout component in place of tooltip warning icon in the dimension as per Bright's suggestion NA 18th August, 2022
Add annotation support for visualization opensearch-project/observability#874 Koustubh Internal PR Raised NA Code Optimized and working on horizontal bars to add annotations Working on horizontal bar chart to add annotaions. Also investigation of dashboard list.. NA 29th Aug 2022
Writing Jest Test Cases opensearch-project/observability#954 Ruchika, Ramneet internal PR raised NA NA NA NA 23rd August, 2022
Documentation of Code standard and common code linting rules Rinku Done NA Working on wrinting linting rules for project code and coding standard documentation Delivered KT as plan and shared the documents with team. NA 26th Aug 2022
Pie chart issue opensearch-project/observability#965 Ramneet internal PR raised NA code optimzation NA 24th Aug 2022
[BUG]: Error message on Operational panel for deleted Visualizations opensearch-project/observability#953 Ruchika In progress NA Analysis of saved visualization being overwritten when creating new visualization from operational panel Discussion for solutions for the same with Amruta Need confirmation if we need to remove the deleted visualization from operational panel 25th Aug 2022
[BUG]: Field dropdown in Color Theme section only takes numeric fields opensearch-project/observability#959 Shankha PR Raised NA NA Resolved the bug regarding color theme dropdown list NA 24th August, 2022
Collapase Icon issue on resiable panels Ramneet/Shankha in progress NA NA explored possible work arrounds NA 25-Aug-22
[BUG]: Rename Data Panel to Style. opensearch-project/observability#963 Ruchika PR Raised NA NA Worked on renaming data panel to style panel. NA 25th August, 2022
Cypress automation -Stats
Chart
Naman In Progress NA Completed the testing for the ec2 instance and the main
branch
Analyse and start writing the cypress Test Cases NA NA