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
Enable collection of more metrics (esp. I/O level) via Honeycomb (#1492)
This required refactoring the Galley timing function providers, using a new patch of Galley that
attempts to generalize the metrics interface, at least for I/O operations.
It also involved creating three new interceptors, which would handle methods that are designed to
wrap arbitrary pieces of code in metrics.
Copy file name to clipboardExpand all lines: addons/pkg-maven/common/src/main/java/org/commonjava/indy/pkg/maven/content/MavenContentsFilteringTransferDecorator.java
Copy file name to clipboardExpand all lines: addons/pkg-npm/common/src/main/java/org/commonjava/indy/pkg/npm/content/NPMPackageMaskingTransferDecorator.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,7 @@ public synchronized int read( byte[] b, int off, int len ) throws IOException
0 commit comments