Uses of Package
de.iip_ecosphere.platform.services.environment.metricsProvider

Package
Description
Implementation.
This class aims to provide a prototypical implementation of the Meter Interfaces from Micrometer-API, allowing a client process to access the Meter values collected from a Service in a uniform way.
  • Class
    Description
    This class represents an interface to manage the Micrometer-API meters.
    The operations available in this class are: Consulting the amount of custom meters of each type Modifying, consulting or deleting a custom gauge Modifying, consulting or deleting a custom counter Modifying, consulting or deleting a custom timer Consult the current capacity base unit for the Memory and Disk metrics It is recommended to use the dot notation to name the meters, i.e.
  • Class
    Description
    This enum represents a capacity base unit.
    This base units will be used in the MetricsProvider to correctly set the memory and disk capacity base units in a secure and simple way.
    The base units that can be represented by this enum and, as a result, can be used in the metrics provider are: BYTES KILOBYTES MEGABYTES GIGABYTES TERABYTES Each value represented in this enum will provide the value in bytes of a single unit as well as a lower case representation of the base unit.
    A simple log runnable to log experimental results.
    Represents a log record.
    This class represents an interface to manage the Micrometer-API meters.
    The operations available in this class are: Consulting the amount of custom meters of each type Modifying, consulting or deleting a custom gauge Modifying, consulting or deleting a custom counter Modifying, consulting or deleting a custom timer Consult the current capacity base unit for the Memory and Disk metrics It is recommended to use the dot notation to name the meters, i.e.
    Supplies access to a time measurement.