Interface DistributionValue.ExemplarOrBuilder

    • Method Detail

      • getValue

        double getValue()
         Value of the exemplar point. It determines which bucket the exemplar
         belongs to.
         
        double value = 1;
        Returns:
        The value.
      • hasTimestamp

        boolean hasTimestamp()
         The observation (sampling) time of the above value.
         
        .google.protobuf.Timestamp timestamp = 2;
        Returns:
        Whether the timestamp field is set.
      • getTimestamp

        com.google.protobuf.Timestamp getTimestamp()
         The observation (sampling) time of the above value.
         
        .google.protobuf.Timestamp timestamp = 2;
        Returns:
        The timestamp.
      • getTimestampOrBuilder

        com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
         The observation (sampling) time of the above value.
         
        .google.protobuf.Timestamp timestamp = 2;
      • getAttachmentsCount

        int getAttachmentsCount()
         Contextual information about the example value.
         
        map<string, string> attachments = 3;
      • containsAttachments

        boolean containsAttachments​(String key)
         Contextual information about the example value.
         
        map<string, string> attachments = 3;
      • getAttachmentsMap

        Map<String,​String> getAttachmentsMap()
         Contextual information about the example value.
         
        map<string, string> attachments = 3;
      • getAttachmentsOrDefault

        String getAttachmentsOrDefault​(String key,
                                       String defaultValue)
         Contextual information about the example value.
         
        map<string, string> attachments = 3;
      • getAttachmentsOrThrow

        String getAttachmentsOrThrow​(String key)
         Contextual information about the example value.
         
        map<string, string> attachments = 3;