Interface MeteringClient

  • All Known Implementing Classes:
    MockMeteringClient

    public interface MeteringClient
    Consumes and retrieves snapshots of resources allocated per application.
    Author:
    olaa
    • Method Detail

      • getMeteringData

        MeteringData getMeteringData​(com.yahoo.config.provision.TenantName tenantName,
                                     com.yahoo.config.provision.ApplicationName applicationName)
      • getSnapshotHistoryForTenant

        java.util.List<ResourceSnapshot> getSnapshotHistoryForTenant​(com.yahoo.config.provision.TenantName tenantName,
                                                                     java.time.YearMonth yearMonth)