-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pl conf --------- Signed-off-by: Nandita Koppisetty <[email protected]> Signed-off-by: s0nicboOm <[email protected]> Co-authored-by: Nandita Koppisetty <[email protected]>
- Loading branch information
1 parent
28fa28f
commit b292553
Showing
29 changed files
with
1,708 additions
and
1,247 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
| Metric Name | Type | Labels | Description | | ||
|:-------------------------:|:---------:|:----------------------------------------:|:-----------------------------------------------:| | ||
| MSG_IN_COUNTER | Counter | vertex, composite_key, config_id | Count msgs flowing in | | ||
| MSG_PROCESSED_COUNTER | Counter | vertex, composite_key, config_id | Count msgs processed | | ||
| SOURCE_COUNTER | Counter | source, composite_key, config_id | Count artifact source (registry or cache) calls | | ||
| INSUFFICIENT_DATA_COUNTER | Counter | composite_key, config_id | Count insufficient data while Training | | ||
| MODEL_STATUS_COUNTER | Counter | status, vertex, composite_key, config_id | Count status of the model | | ||
| DATASHAPE_ERROR_COUNTER | Counter | composite_key, config_id | Count datashape errors in preprocess | | ||
| MSG_DROPPED_COUNTER | Counter | vertex, composite_key, config_id | Count dropped msgs | | ||
| REDIS_ERROR_COUNTER | Counter | vertex, composite_key, config_id | Count redis errors | | ||
| EXCEPTION_COUNTER | Counter | vertex, composite_key, config_id | Count exceptions | | ||
| RUNTIME_ERROR_COUNTER | Counter | vertex, composite_key, config_id | Count runtime errors | | ||
| FETCH_EXCEPTION_COUNTER | Counter | composite_key, config_id | Count exceptions during train data fetch calls | | ||
| DATAFRAME_SHAPE_SUMMARY | Summary | composite_key, config_id | len of dataframe for training | | ||
| NAN_SUMMARY | Summary | composite_key, config_id | Count nan's in train data | | ||
| INF_SUMMARY | Summary | composite_key, config_id | Count inf's in train data | | ||
| FETCH_TIME_SUMMARY | Summary | composite_key, config_id | Train Data Fetch time | | ||
| MODEL_INFO | Info | composite_key, config_id | Model info | | ||
| UDF_TIME | Histogram | composite_key, config_id | Histogram for udf processing time | | ||
| Metric Name | Type | Labels | Description | | ||
|:-------------------------:|:---------:|:-----------------------------------------------------:|:-----------------------------------------------:| | ||
| MSG_IN_COUNTER | Counter | vertex, composite_key, config_id, pipeline_id | Count msgs flowing in | | ||
| MSG_PROCESSED_COUNTER | Counter | vertex, composite_key, config_id, pipeline_id | Count msgs processed | | ||
| SOURCE_COUNTER | Counter | source, composite_key, config_id, pipeline_id | Count artifact source (registry or cache) calls | | ||
| INSUFFICIENT_DATA_COUNTER | Counter | composite_key, config_id, pipeline_id | Count insufficient data while Training | | ||
| MODEL_STATUS_COUNTER | Counter | status, vertex, composite_key, config_id, pipeline_id | Count status of the model | | ||
| DATASHAPE_ERROR_COUNTER | Counter | composite_key, config_id, pipeline_id | Count datashape errors in preprocess | | ||
| MSG_DROPPED_COUNTER | Counter | vertex, composite_key, config_id, pipeline_id | Count dropped msgs | | ||
| REDIS_ERROR_COUNTER | Counter | vertex, composite_key, config_id, pipeline_id | Count redis errors | | ||
| EXCEPTION_COUNTER | Counter | vertex, composite_key, config_id, pipeline_id | Count exceptions | | ||
| RUNTIME_ERROR_COUNTER | Counter | vertex, composite_key, config_id, pipeline_id | Count runtime errors | | ||
| FETCH_EXCEPTION_COUNTER | Counter | composite_key, config_id, pipeline_id | Count exceptions during train data fetch calls | | ||
| DATAFRAME_SHAPE_SUMMARY | Summary | composite_key, config_id, pipeline_id | len of dataframe for training | | ||
| NAN_SUMMARY | Summary | composite_key, config_id, pipeline_id | Count nan's in train data | | ||
| INF_SUMMARY | Summary | composite_key, config_id, pipeline_id | Count inf's in train data | | ||
| FETCH_TIME_SUMMARY | Summary | composite_key, config_id, pipeline_id | Train Data Fetch time | | ||
| MODEL_INFO | Info | composite_key, config_id, pipeline_id | Model info | | ||
| UDF_TIME | Histogram | composite_key, config_id, pipeline_id | Histogram for udf processing time | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.