@@ -4,14 +4,14 @@ import { fileURLToPath } from "url";
44const __filename = fileURLToPath ( import . meta. url ) ;
55
66export const PROTO_PATH = path . resolve (
7- path . dirname ( __filename ) ,
8- "../proto/flowcontrol/check/v1/check.proto" ,
7+ path . dirname ( __filename ) ,
8+ "../proto/flowcontrol/check/v1/check.proto" ,
99) ;
1010
1111// The name of the library.
1212export const LIBRARY_NAME = "@fluxninja/aperture-js" ;
1313// The version of the library.
14- export const LIBRARY_VERSION = "2.4.4 " ;
14+ export const LIBRARY_VERSION = "2.4.5 " ;
1515// Label to hold source of flow.
1616export const SOURCE_LABEL = "aperture.source" ;
1717// Label to hold status of the flow.
@@ -23,4 +23,5 @@ export const FLOW_START_TIMESTAMP_LABEL = "aperture.flow_start_timestamp_ms";
2323// Label to hold flow's stop timestamp in Unix nanoseconds since Epoch.
2424export const FLOW_END_TIMESTAMP_LABEL = "aperture.flow_end_timestamp_ms" ;
2525// Label to hold workload start timestamp in Unix nanoseconds since Epoch.
26- export const WORKLOAD_START_TIMESTAMP_LABEL = "aperture.workload_start_timestamp_ms" ;
26+ export const WORKLOAD_START_TIMESTAMP_LABEL =
27+ "aperture.workload_start_timestamp_ms" ;
0 commit comments