You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change dimensional time slice crawler and worker metrics to camel case
Convert WorkerPartitionWaitTime and WorkerPartitionProcessLatency metrics
to camelCase format (workerPartitionWaitTime and workerPartitionProcessLatency)
in TokenPaginationCrawler and DimensionalTimeSliceCrawler for consistency
with LeaderOnlyTokenCrawler metrics.
Signed-off-by: Nathan Wand <wandna@amazon.com>
Copy file name to clipboardExpand all lines: data-prepper-plugins/saas-source-plugins/source-crawler/src/main/java/org/opensearch/dataprepper/plugins/source/source_crawler/base/DimensionalTimeSliceCrawler.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,8 @@ public class DimensionalTimeSliceCrawler implements Crawler<DimensionalTimeSlice
40
40
// In general, newly generated events become queryable after 30 ~ 120 second
Copy file name to clipboardExpand all lines: data-prepper-plugins/saas-source-plugins/source-crawler/src/main/java/org/opensearch/dataprepper/plugins/source/source_crawler/base/LeaderOnlyTokenCrawler.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,8 @@ public class LeaderOnlyTokenCrawler implements Crawler<PaginationCrawlerWorkerPr
Copy file name to clipboardExpand all lines: data-prepper-plugins/saas-source-plugins/source-crawler/src/main/java/org/opensearch/dataprepper/plugins/source/source_crawler/base/TokenPaginationCrawler.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,8 @@ public class TokenPaginationCrawler implements Crawler<PaginationCrawlerWorkerPr
0 commit comments