Interface Group.Builder

    • Method Detail

      • keys

        Group.Builder keys​(Collection<String> keys)

        The keys that are included in this group.

        Parameters:
        keys - The keys that are included in this group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keys

        Group.Builder keys​(String... keys)

        The keys that are included in this group.

        Parameters:
        keys - The keys that are included in this group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metrics

        Group.Builder metrics​(Map<String,​MetricValue> metrics)

        The metrics that are included in this group.

        Parameters:
        metrics - The metrics that are included in this group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.