eG Monitoring
 

Measures reported by ZeppParaStatTest

Notes are fundamental elements of a Zeppelin notebook and each instance of Zeppelin has only one notebook which contains many notes. The note can be viewed as a paragraph container. Each note consists of one or more paragraphs of code, which you can use to define and run snippets of code in a flexible manner. Each paragraph consists of 2 sections: code section where you put your source code and result section where you can see the result of the code execution. A paragraph contains code to access services, run jobs, and display results. The user can run all the paragraphs contained in a note sequentially or individual paragraphs can be selected for execution. The status of each paragraph will be shown while executing as READY, FINISHED, ABORT, ERROR, PENDING, and RUNNING. By tracking these status codes, administrator can clearly understand what was exactly happened while executing the paragraphs and can take necessary actions with respect to the respective status. This is where ZeppParaStatTest helps administrators.

This test continuously tracks the status codes of each paragraph that are executed and reports the number of paragraphs grouped under each status. This test also monitors the total number of paragraphs that are executed on the target Apache Zeppelin. The detailed diagnosis of these measures provides the Paragraph ID, progress, start and finish date of paragraphs grouped under each status.

Outputs of the test : One set of result for target Apache Zeppelin server being monitored

The measures made by this test are as follows:

Measurement Description Measurement Unit Interpretation
totaolNumberOfParagraphs Indicates the total number of paragraphs that are executed during the last measurement period. Number  
ready Indicates the number of paragraphs that shows the status READY during the last measurement period. Number The detailed diagnosis of this measure provides the details such as Paragraph ID, progress, start and finish date of the paragraph.
finished Indicates the number of paragraphs that shows the status FINISHED during the last measurement period. Number The detailed diagnosis of this measure provides the details such as Paragraph ID, progress, start and finish date of the paragraph.
abort Indicates the number of paragraphs that shows the status ABORT during the last measurement period. Number The detailed diagnosis of this measure provides the details such as Paragraph ID, progress, start and finish date of the paragraph.
error Indicates the number of paragraphs that shows the status ERROR during the last measurement period. Number The detailed diagnosis of this measure provides the details such as Paragraph ID, progress, start and finish date of the paragraph.
pending Indicates the number of paragraphs that shows the status PENDING during the last measurement period. Number The detailed diagnosis of this measure provides the details such as Paragraph ID, progress, start and finish date of the paragraph.
running Indicates the number of paragraphs that shows the status RUNNING during the last measurement period. Number The detailed diagnosis of this measure provides the details such as Paragraph ID, progress, start and finish date of the paragraph.