1234final Double meterValue =2D;5final LocalDateTime accurateMeterTime = LocalDateTime.now();6final Map<String, String> dimensions =newHashMap<>();7// Use the app key for authentication8//MeteringContext context = MeteringContext.createOrReplaceContext("appKey")9MeteringContext.createOrReplaceContext("appKey",10"myApp", Domain.Prod,Region.US_West,1,10);11// Simple meter call. This call is non blocking and batched for performance12context.meteringInstance().meter("customerId","meterName",13 meterValue, accurateMeterTime, dimensions);14