Home
last modified time | relevance | path

Searched refs:WithTag (Results 1 – 25 of 495) sorted by relevance

12345678910>>...20

/dports/net/storj/storj-1.45.3/satellite/repair/checker/
H A Dcheckerstats.go96 …ewIntVal(monkit.NewSeriesKey("tagged_repair_stats").WithTag("name", "remote_objects_checked").With…
97 …wIntVal(monkit.NewSeriesKey("tagged_repair_stats").WithTag("name", "remote_segments_checked").With…
98 …tVal(monkit.NewSeriesKey("tagged_repair_stats").WithTag("name", "remote_segments_needing_repair").
100 …NewIntVal(monkit.NewSeriesKey("tagged_repair_stats").WithTag("name", "remote_segments_lost").WithT…
101 …kit.NewIntVal(monkit.NewSeriesKey("tagged_repair_stats").WithTag("name", "objects_lost").WithTag("…
102 …Val(monkit.NewSeriesKey("tagged_repair_stats").WithTag("name", "remote_segments_failed_to_check").
109 …nter(monkit.NewSeriesKey("tagged_repair_stats").WithTag("name", "checker_segments_below_min_req").
110 …ntVal(monkit.NewSeriesKey("tagged_repair_stats").WithTag("name", "checker_segment_total_count").Wi…
111 …tVal(monkit.NewSeriesKey("tagged_repair_stats").WithTag("name", "checker_segment_healthy_count").W…
112 …NewIntVal(monkit.NewSeriesKey("tagged_repair_stats").WithTag("name", "checker_segment_age").WithTa…
[all …]
/dports/net/storj/storj-1.45.3/satellite/repair/repairer/
H A Dstats.go57 …it.NewMeter(monkit.NewSeriesKey("tagged_repair_stats").WithTag("name", "repair_attempts").WithTag(…
58 …NewIntVal(monkit.NewSeriesKey("tagged_repair_stats").WithTag("name", "repair_segment_size").WithTa…
60 …wMeter(monkit.NewSeriesKey("tagged_repair_stats").WithTag("name", "repairer_nodes_unavailable").Wi…
61 …t.NewMeter(monkit.NewSeriesKey("tagged_repair_stats").WithTag("name", "repair_unnecessary").WithTa…
62 …atVal(monkit.NewSeriesKey("tagged_repair_stats").WithTag("name", "healthy_ratio_before_repair").Wi…
63 …Meter(monkit.NewSeriesKey("tagged_repair_stats").WithTag("name", "repair_too_many_nodes_failed").W…
64 …kit.NewMeter(monkit.NewSeriesKey("tagged_repair_stats").WithTag("name", "repair_failed").WithTag("…
65 …kit.NewMeter(monkit.NewSeriesKey("tagged_repair_stats").WithTag("name", "repair_partial").WithTag(…
66 …kit.NewMeter(monkit.NewSeriesKey("tagged_repair_stats").WithTag("name", "repair_success").WithTag(…
68 …IntVal(monkit.NewSeriesKey("tagged_repair_stats").WithTag("name", "segment_time_until_repair").Wit…
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/jtolds/monkit-hw/v2/
H A Dnetwork.go48 cb(monkit.NewSeriesKey("conns").WithTag("protocol", "ipv4"), "count", float64(v4conns))
56 cb(monkit.NewSeriesKey("conns").WithTag("protocol", "ipv6"), "count", float64(v6conns))
57 cb(monkit.NewSeriesKey("conns").WithTag("protocol", "all"), "count", float64(v4conns+v6conns))
72 cb(key.WithTag("interface", iface.Name()), field, val)
H A Dderiv.go48 cb(sVal.key.WithTag("kind", "derivative"), sVal.field, derivVal)
49 cb(sVal.key.WithTag("kind", "value"), sVal.field, sVal.val)
53 cb(sVal.key.WithTag("kind", "value"), sVal.field, sVal.val)
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-swf/include/aws/swf/model/
H A DTagFilter.h81 inline TagFilter& WithTag(const Aws::String& value) { SetTag(value); return *this;} in WithTag() function
88 inline TagFilter& WithTag(Aws::String&& value) { SetTag(std::move(value)); return *this;} in WithTag() function
95 inline TagFilter& WithTag(const char* value) { SetTag(value); return *this;} in WithTag() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-medialive/include/aws/medialive/model/
H A DHlsId3SegmentTaggingScheduleActionSettings.h81 …inline HlsId3SegmentTaggingScheduleActionSettings& WithTag(const Aws::String& value) { SetTag(valu… in WithTag() function
88 …inline HlsId3SegmentTaggingScheduleActionSettings& WithTag(Aws::String&& value) { SetTag(std::move… in WithTag() function
95 …inline HlsId3SegmentTaggingScheduleActionSettings& WithTag(const char* value) { SetTag(value); ret… in WithTag() function
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/reference/
H A Dreference.go68 return WithTag(r, tagged.Tag())
97 func WithTag(name Named, tag string) (NamedTagged, error) { func
98 r, err := distreference.WithTag(name, tag)
147 ref, _ = WithTag(ref, DefaultTag)
/dports/net/storj/storj-1.45.3/satellite/metainfo/
H A Dversion_collector.go60 …r = monkit.NewMeter(monkit.NewSeriesKey("uplink_versions").WithTag("version", version).WithTag("me…
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-comprehend/include/aws/comprehend/model/
H A DPartOfSpeechTag.h66 … inline PartOfSpeechTag& WithTag(const PartOfSpeechTagType& value) { SetTag(value); return *this;} in WithTag() function
71 …inline PartOfSpeechTag& WithTag(PartOfSpeechTagType&& value) { SetTag(std::move(value)); return *t… in WithTag() function
/dports/net/rclone/rclone-1.57.0/vendor/github.com/spacemonkeygo/monkit/v3/
H A Dfuncstats.go54 initDurationDist(&f.successTimes, key.WithTag("kind", "success"))
55 initDurationDist(&f.failureTimes, key.WithTag("kind", "failure"))
167 cb(f.key.WithTag("error_name", errname), "count", float64(count))
/dports/net/storj/storj-1.45.3/vendor/github.com/spacemonkeygo/monkit/v3/
H A Dfuncstats.go54 initDurationDist(&f.successTimes, key.WithTag("kind", "success"))
55 initDurationDist(&f.failureTimes, key.WithTag("kind", "failure"))
167 cb(f.key.WithTag("error_name", errname), "count", float64(count))
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3-crt/include/aws/s3-crt/model/
H A DAnalyticsFilter.h109 inline AnalyticsFilter& WithTag(const Tag& value) { SetTag(value); return *this;} in WithTag() function
114 inline AnalyticsFilter& WithTag(Tag&& value) { SetTag(std::move(value)); return *this;} in WithTag() function
H A DIntelligentTieringFilter.h137 inline IntelligentTieringFilter& WithTag(const Tag& value) { SetTag(value); return *this;} in WithTag() function
140 inline IntelligentTieringFilter& WithTag(Tag&& value) { SetTag(std::move(value)); return *this;} in WithTag() function
H A DLifecycleRuleFilter.h153 inline LifecycleRuleFilter& WithTag(const Tag& value) { SetTag(value); return *this;} in WithTag() function
159 inline LifecycleRuleFilter& WithTag(Tag&& value) { SetTag(std::move(value)); return *this;} in WithTag() function
H A DReplicationRuleFilter.h154 inline ReplicationRuleFilter& WithTag(const Tag& value) { SetTag(value); return *this;} in WithTag() function
160 inline ReplicationRuleFilter& WithTag(Tag&& value) { SetTag(std::move(value)); return *this;} in WithTag() function
H A DMetricsFilter.h111 inline MetricsFilter& WithTag(const Tag& value) { SetTag(value); return *this;} in WithTag() function
116 inline MetricsFilter& WithTag(Tag&& value) { SetTag(std::move(value)); return *this;} in WithTag() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3/include/aws/s3/model/
H A DIntelligentTieringFilter.h137 inline IntelligentTieringFilter& WithTag(const Tag& value) { SetTag(value); return *this;} in WithTag() function
140 inline IntelligentTieringFilter& WithTag(Tag&& value) { SetTag(std::move(value)); return *this;} in WithTag() function
H A DReplicationRuleFilter.h154 inline ReplicationRuleFilter& WithTag(const Tag& value) { SetTag(value); return *this;} in WithTag() function
160 inline ReplicationRuleFilter& WithTag(Tag&& value) { SetTag(std::move(value)); return *this;} in WithTag() function
H A DAnalyticsFilter.h109 inline AnalyticsFilter& WithTag(const Tag& value) { SetTag(value); return *this;} in WithTag() function
114 inline AnalyticsFilter& WithTag(Tag&& value) { SetTag(std::move(value)); return *this;} in WithTag() function
H A DLifecycleRuleFilter.h153 inline LifecycleRuleFilter& WithTag(const Tag& value) { SetTag(value); return *this;} in WithTag() function
159 inline LifecycleRuleFilter& WithTag(Tag&& value) { SetTag(std::move(value)); return *this;} in WithTag() function
H A DMetricsFilter.h111 inline MetricsFilter& WithTag(const Tag& value) { SetTag(value); return *this;} in WithTag() function
116 inline MetricsFilter& WithTag(Tag&& value) { SetTag(std::move(value)); return *this;} in WithTag() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3control/include/aws/s3control/model/
H A DLifecycleRuleFilter.h137 inline LifecycleRuleFilter& WithTag(const S3Tag& value) { SetTag(value); return *this;} in WithTag() function
140 inline LifecycleRuleFilter& WithTag(S3Tag&& value) { SetTag(std::move(value)); return *this;} in WithTag() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-redshift/include/aws/redshift/model/
H A DTaggedResource.h66 inline TaggedResource& WithTag(const Tag& value) { SetTag(value); return *this;} in WithTag() function
71 inline TaggedResource& WithTag(Tag&& value) { SetTag(std::move(value)); return *this;} in WithTag() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-securityhub/include/aws/securityhub/model/
H A DAwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails.h105 …inline AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails& WithTag(const A… in WithTag() function
110 …inline AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateOperandsDetails& WithTag(AwsS3Bu… in WithTag() function
H A DAwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDetails.h148 …inline AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDetails& WithTag(const AwsS3Buck… in WithTag() function
153 …inline AwsS3BucketBucketLifecycleConfigurationRulesFilterPredicateDetails& WithTag(AwsS3BucketBuck… in WithTag() function

12345678910>>...20