Home
last modified time | relevance | path

Searched refs:TagSet (Results 1 – 25 of 1290) sorted by relevance

12345678910>>...52

/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/scollector/collectors/
H A Driak.go88 TagSet: opentsdb.TagSet{"type": "pbc"},
95 TagSet: opentsdb.TagSet{"type": "index"},
102 TagSet: opentsdb.TagSet{"type": "list"},
110 TagSet: opentsdb.TagSet{"type": "total"},
144 TagSet: opentsdb.TagSet{"type": "atom"},
165 TagSet: opentsdb.TagSet{"type": "code"},
172 TagSet: opentsdb.TagSet{"type": "ets"},
229 TagSet: opentsdb.TagSet{"type": "get"},
236 TagSet: opentsdb.TagSet{"type": "put"},
243 TagSet: opentsdb.TagSet{"type": "get"},
[all …]
H A Dmemcached_unix.go36 TagSet: opentsdb.TagSet{"type": "read"},
43 TagSet: opentsdb.TagSet{"type": "write"},
100 TagSet: opentsdb.TagSet{"type": "decr", "cache": "hit"},
107 TagSet: opentsdb.TagSet{"type": "decr", "cache": "miss"},
114 TagSet: opentsdb.TagSet{"type": "incr", "cache": "hit"},
121 TagSet: opentsdb.TagSet{"type": "incr", "cache": "miss"},
128 TagSet: opentsdb.TagSet{"type": "get", "cache": "hit"},
135 TagSet: opentsdb.TagSet{"type": "get", "cache": "miss"},
142 TagSet: opentsdb.TagSet{"type": "delete", "cache": "hit"},
149 TagSet: opentsdb.TagSet{"type": "delete", "cache": "miss"},
[all …]
H A Diis_windows.go36 …Add(&md, "iis.bytes", v.BytesSentPersec, opentsdb.TagSet{"site": v.Name, "direction": "sent"}, met…
37 …Add(&md, "iis.requests", v.CGIRequestsPersec, opentsdb.TagSet{"site": v.Name, "method": "cgi"}, me…
39 …Add(&md, "iis.requests", v.CopyRequestsPersec, opentsdb.TagSet{"site": v.Name, "method": "copy"}, …
40 …Add(&md, "iis.connections", v.CurrentConnections, opentsdb.TagSet{"site": v.Name}, metadata.Gauge,…
42 …Add(&md, "iis.requests", v.GetRequestsPersec, opentsdb.TagSet{"site": v.Name, "method": "get"}, me…
43 …Add(&md, "iis.requests", v.HeadRequestsPersec, opentsdb.TagSet{"site": v.Name, "method": "head"}, …
45 …Add(&md, "iis.errors", v.LockedErrorsPersec, opentsdb.TagSet{"site": v.Name, "type": "locked"}, me…
46 …Add(&md, "iis.requests", v.LockRequestsPersec, opentsdb.TagSet{"site": v.Name, "method": "lock"}, …
48 …Add(&md, "iis.requests", v.MoveRequestsPersec, opentsdb.TagSet{"site": v.Name, "method": "move"}, …
54 …Add(&md, "iis.requests", v.PutRequestsPersec, opentsdb.TagSet{"site": v.Name, "method": "put"}, me…
[all …]
H A Dhp_eva_windows.go41 …Add(&md, "hp.eva.vdisk.ops", v.WriteReqPers, opentsdb.TagSet{"vdisk": v.Name, "type": "write"}, me…
49 …Add(&md, "hp.eva.vdisk.bytes", v.WriteKBPers*1024, opentsdb.TagSet{"vdisk": v.Name, "type": "write…
83 …Add(&md, "hp.eva.hostconnection.queuedepth", v.QueueDepth, opentsdb.TagSet{"evahost": v.Name}, met…
107 …Add(&md, "hp.eva.storagecontroller.cpu", v.PercentProcessorTime, opentsdb.TagSet{"controller": v.N…
133 …Add(&md, "hp.eva.storagearray.totalrequests", v.TotalhostReqPers, opentsdb.TagSet{"array": v.Name}…
158 …Add(&md, "hp.eva.hostport.queue", v.AvQueueDepth, opentsdb.TagSet{"port": v.Name}, metadata.Gauge,…
159 …Add(&md, "hp.eva.hostport.bytes", v.ReadKBPers*1024, opentsdb.TagSet{"port": v.Name, "type": "read…
161 …Add(&md, "hp.eva.hostport.ops", v.ReadReqPers, opentsdb.TagSet{"port": v.Name, "type": "read"}, me…
162 …Add(&md, "hp.eva.hostport.ops", v.WriteReqPers, opentsdb.TagSet{"port": v.Name, "type": "write"}, …
197 …Add(&md, "hp.eva.diskgroup.queue", v.DriveQueueDepth, opentsdb.TagSet{"diskgroup": v.Name}, metada…
[all …]
H A Dcadvisor.go299 func containerTagSet(ts opentsdb.TagSet, container *v1.ContainerInfo) opentsdb.TagSet { argument
300 var tags opentsdb.TagSet
302 tags = opentsdb.TagSet{
308 tags = opentsdb.TagSet{
383 var ts opentsdb.TagSet
394 ts = containerTagSet(opentsdb.TagSet{"cpu": strconv.Itoa(idx)}, container)
403 ts = containerTagSet(opentsdb.TagSet{"device": stats.Filesystem[idx].Device}, container)
423 containerTagSet(opentsdb.TagSet{"scope": "container", "type": "pgfault"}, container))
425 containerTagSet(opentsdb.TagSet{"scope": "container", "type": "pgmajfault"}, container))
427 containerTagSet(opentsdb.TagSet{"scope": "hierarchy", "type": "pgfault"}, container))
[all …]
H A Dras_windows.go46 tags := opentsdb.TagSet{}
49 …AddTS(&md, rasPrefix+"total_bytes", ts, totals.BytesReceived, opentsdb.TagSet{"direction": "in"}, …
50 …AddTS(&md, rasPrefix+"total_bytes", ts, totals.BytesTransmitted, opentsdb.TagSet{"direction": "out…
51 …AddTS(&md, rasPrefix+"total_frames", ts, totals.FramesReceived, opentsdb.TagSet{"direction": "in"}…
52 …AddTS(&md, rasPrefix+"total_frames", ts, totals.FramesTransmitted, opentsdb.TagSet{"direction": "o…
53 …AddTS(&md, rasPrefix+"total_errors_by_type", ts, totals.AlignmentErrors, opentsdb.TagSet{"type": "…
54 …AddTS(&md, rasPrefix+"total_errors_by_type", ts, totals.BufferOverrunErrors, opentsdb.TagSet{"type…
55 …AddTS(&md, rasPrefix+"total_errors_by_type", ts, totals.CRCErrors, opentsdb.TagSet{"type": "crc"},…
56 …AddTS(&md, rasPrefix+"total_errors_by_type", ts, totals.SerialOverrunErrors, opentsdb.TagSet{"type…
57 …AddTS(&md, rasPrefix+"total_errors_by_type", ts, totals.TimeoutErrors, opentsdb.TagSet{"type": "ti…
H A Ddisk_windows.go34 tags := opentsdb.TagSet{"disk": v.Name}
70 …Add(&md, "win.disk.duration", v.AvgDiskSecPerRead/winDisk100nS_1mS, opentsdb.TagSet{"disk": v.Name…
71 …Add(&md, "win.disk.duration", v.AvgDiskSecPerWrite/winDisk100nS_1mS, opentsdb.TagSet{"disk": v.Nam…
72 …Add(&md, "win.disk.queue", v.AvgDiskReadQueueLength/winDisk100nS_1S, opentsdb.TagSet{"disk": v.Nam…
73 …Add(&md, "win.disk.queue", v.AvgDiskWriteQueueLength/winDisk100nS_1S, opentsdb.TagSet{"disk": v.Na…
74 …Add(&md, "win.disk.ops", v.DiskReadsPerSec, opentsdb.TagSet{"disk": v.Name, "type": "read"}, metad…
75 …Add(&md, "win.disk.ops", v.DiskWritesPerSec, opentsdb.TagSet{"disk": v.Name, "type": "write"}, met…
76 …Add(&md, "win.disk.bytes", v.DiskReadBytesPerSec, opentsdb.TagSet{"disk": v.Name, "type": "read"},…
77 …Add(&md, "win.disk.bytes", v.DiskWriteBytesPerSec, opentsdb.TagSet{"disk": v.Name, "type": "write"…
78 …Add(&md, "win.disk.percent_time", v.PercentDiskReadTime/winDisk100nS_Pct, opentsdb.TagSet{"disk": …
[all …]
H A Dcpu_windows.go32 tags := opentsdb.TagSet{"cpu": v.Name}
38 …AddTS(&md, winCPU, ts, v.PercentUserTime/1e5, opentsdb.TagSet{"type": "user"}.Merge(tags), metadat…
39 …AddTS(&md, winCPU, ts, v.PercentIdleTime/1e5, opentsdb.TagSet{"type": "idle"}.Merge(tags), metadat…
50 …AddTS(&md, winCPUTotal, ts, v.PercentPrivilegedTime/1e5, opentsdb.TagSet{"type": "privileged"}, me…
51 …AddTS(&md, winCPUTotal, ts, v.PercentInterruptTime/1e5, opentsdb.TagSet{"type": "interrupt"}, meta…
52 …AddTS(&md, winCPUTotal, ts, v.PercentUserTime/1e5, opentsdb.TagSet{"type": "user"}, metadata.Count…
53 …AddTS(&md, winCPUTotal, ts, v.PercentIdleTime/1e5, opentsdb.TagSet{"type": "idle"}, metadata.Count…
56 …AddTS(&md, winCPUCStates, ts, v.PercentC1Time/1e5, opentsdb.TagSet{"cpu": "total", "type": "c1"}, …
57 …AddTS(&md, winCPUCStates, ts, v.PercentC2Time/1e5, opentsdb.TagSet{"cpu": "total", "type": "c2"}, …
58 …AddTS(&md, winCPUCStates, ts, v.PercentC3Time/1e5, opentsdb.TagSet{"cpu": "total", "type": "c3"}, …
[all …]
H A Dmem_windows.go59 …Add(&md, "win.mem.faults", v.CacheFaultsPersec, opentsdb.TagSet{"type": "cache"}, metadata.Counter…
62 …Add(&md, "win.mem.faults", v.WriteCopiesPersec, opentsdb.TagSet{"type": "write_copies"}, metadata.…
63 …Add(&md, "win.mem.page_operations", v.PageReadsPersec, opentsdb.TagSet{"type": "read"}, metadata.C…
64 …Add(&md, "win.mem.page_operations", v.PageWritesPersec, opentsdb.TagSet{"type": "write"}, metadata…
65 …Add(&md, "win.mem.page_operations", v.PagesInputPersec, opentsdb.TagSet{"type": "input"}, metadata…
66 …Add(&md, "win.mem.page_operations", v.PagesOutputPersec, opentsdb.TagSet{"type": "output"}, metada…
67 …Add(&md, "win.mem.pool.bytes", v.PoolNonpagedBytes, opentsdb.TagSet{"type": "nonpaged"}, metadata.…
68 …Add(&md, "win.mem.pool.bytes", v.PoolPagedBytes, opentsdb.TagSet{"type": "paged"}, metadata.Gauge,…
70 …Add(&md, "win.mem.pool.allocations", v.PoolPagedAllocs, opentsdb.TagSet{"type": "paged"}, metadata…
71 …Add(&md, "win.mem.pool.allocations", v.PoolNonpagedAllocs, opentsdb.TagSet{"type": "nonpaged"}, me…
[all …]
H A Doracle.go47 common: opentsdb.TagSet{
79 func(row string, md *opentsdb.MultiDataPoint, prefix string, common opentsdb.TagSet) error {
81 common.Merge(opentsdb.TagSet{"oracle_database": row})
87 func(row string, md *opentsdb.MultiDataPoint, prefix string, common opentsdb.TagSet) error {
89 common.Merge(opentsdb.TagSet{"oracle_instance": row})
95 func(row string, md *opentsdb.MultiDataPoint, prefix string, common opentsdb.TagSet) error {
159 ts := common.Copy().Merge(opentsdb.TagSet{"tablespace_name": fields[0]})
173 ts := common.Copy().Merge(opentsdb.TagSet{
207 ts := common.Copy().Merge(opentsdb.TagSet{"failgroup": fields[0]})
247 ts := common.Copy().Merge(opentsdb.TagSet{"wait_class": fields[0]})
[all …]
/dports/graphics/gwenview/gwenview-21.12.3/lib/semanticinfo/
H A Dabstractsemanticinfobackend.cpp34 TagSet::TagSet() in TagSet() function in Gwenview::TagSet
39 TagSet::TagSet(const QSet<SemanticInfoTag> &set) in TagSet() function in Gwenview::TagSet
44 TagSet::TagSet(const QList<SemanticInfoTag> &list) in TagSet() function in Gwenview::TagSet
49 QVariant TagSet::toVariant() const in toVariant()
55 TagSet TagSet::fromVariant(const QVariant &variant) in fromVariant()
58 return TagSet::fromList(lst); in fromVariant()
61 TagSet TagSet::fromList(const QList<SemanticInfoTag> &list) in fromList()
63 return TagSet(list); in fromList()
H A Dabstractsemanticinfobackend.h46 class GWENVIEWLIB_EXPORT TagSet : public QSet<SemanticInfoTag>
49 TagSet();
50 TagSet(const QSet<SemanticInfoTag> &);
53 static TagSet fromVariant(const QVariant &);
54 static TagSet fromList(const QList<SemanticInfoTag> &);
57 TagSet(const QList<SemanticInfoTag> &);
67 TagSet mTags;
79 virtual TagSet allTags() const = 0;
/dports/net/rclone/rclone-1.57.0/vendor/github.com/spacemonkeygo/monkit/v3/
H A Dtags.go34 type TagSet struct { struct
40 func (t *TagSet) Get(key string) string { argument
49 func (t *TagSet) All() map[string]string { argument
57 func (t *TagSet) Len() int { argument
65 func (t *TagSet) Set(key, value string) *TagSet { argument
70 func (t *TagSet) SetTags(tags ...SeriesTag) *TagSet { argument
80 return &TagSet{all: all}
84 func (t *TagSet) SetAll(kvs map[string]string) *TagSet { argument
94 return &TagSet{all: all}
98 func (t *TagSet) String() string { argument
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/spacemonkeygo/monkit/v3/
H A Dtags.go34 type TagSet struct { struct
40 func (t *TagSet) Get(key string) string { argument
49 func (t *TagSet) All() map[string]string { argument
57 func (t *TagSet) Len() int { argument
65 func (t *TagSet) Set(key, value string) *TagSet { argument
70 func (t *TagSet) SetTags(tags ...SeriesTag) *TagSet { argument
80 return &TagSet{all: all}
84 func (t *TagSet) SetAll(kvs map[string]string) *TagSet { argument
94 return &TagSet{all: all}
98 func (t *TagSet) String() string { argument
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/client/
H A Dread_preference.cpp107 TagSet defaultTagSetForMode(ReadPreference mode) { in defaultTagSetForMode()
110 return TagSet::primaryOnly(); in defaultTagSetForMode()
112 return TagSet(); in defaultTagSetForMode()
135 TagSet::TagSet() : _tags(BSON_ARRAY(BSONObj())) {} in TagSet() function in mongo::TagSet
137 TagSet TagSet::primaryOnly() { in primaryOnly()
138 return TagSet{BSONArray()}; in primaryOnly()
142 TagSet tags, in ReadPreferenceSetting()
151 ReadPreferenceSetting::ReadPreferenceSetting(ReadPreference pref, TagSet tags) in ReadPreferenceSetting()
171 TagSet tags; in fromInnerBSON()
176 tags = TagSet{BSONArray(tagsElem.Obj().getOwned())}; in fromInnerBSON()
[all …]
H A Dreplica_set_monitor_read_preference_test.cpp136 TagSet tags(getDefaultTagSet()); in TEST()
148 TagSet tags(getDefaultTagSet()); in TEST()
161 TagSet tags(getDefaultTagSet()); in TEST()
174 TagSet tags(getDefaultTagSet()); in TEST()
186 TagSet tags(getDefaultTagSet()); in TEST()
200 TagSet tags(getDefaultTagSet()); in TEST()
305 TagSet tags(getP2TagSet()); in TEST()
318 TagSet tags(getP2TagSet()); in TEST()
357 TagSet tags(getP2TagSet()); in TEST()
384 TagSet tags(getP2TagSet()); in TEST()
[all …]
H A Dread_preference.h76 class TagSet {
84 TagSet();
91 static TagSet primaryOnly();
100 explicit TagSet(const BSONArray& tags) : _tags(tags) {} in TagSet() function
109 bool operator==(const TagSet& other) const {
112 bool operator!=(const TagSet& other) const {
141 ReadPreferenceSetting(ReadPreference pref, TagSet tags, Seconds maxStalenessSeconds);
143 ReadPreferenceSetting(ReadPreference pref, TagSet tags);
210 TagSet tags;
H A Dread_preference_test.cpp53 ReadPreferenceSetting(ReadPreference::PrimaryOnly, TagSet::primaryOnly())); in TEST()
61 ReadPreferenceSetting(ReadPreference::PrimaryOnly, TagSet::primaryOnly())); in TEST()
69 TagSet(BSON_ARRAY(BSON("dc" in TEST()
91 TagSet(BSON_ARRAY(BSON("dc" in TEST()
114 auto tagSet = TagSet(BSON_ARRAY(BSON("dc" in TEST()
121 ReadPreferenceSetting(ReadPreference::Nearest, TagSet::primaryOnly(), kMinMaxStaleness); in TEST()
196 TagSet(BSON_ARRAY(BSON("dc" in TEST()
202 checkRoundtrip(ReadPreferenceSetting(ReadPreference::PrimaryPreferred, TagSet())); in TEST()
205 TagSet(BSON_ARRAY(BSON("dc" in TEST()
211 TagSet(BSON_ARRAY(BSON("dc" in TEST()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/bosun/expr/
H A Dfuncs_test.go112 Group: opentsdb.TagSet{"foo": "bar"},
135 Group: opentsdb.TagSet{"foo": "bar"},
141 Group: opentsdb.TagSet{"foo": "baz"},
295 Group: opentsdb.TagSet{},
311 Group: opentsdb.TagSet{},
327 Group: opentsdb.TagSet{},
343 Group: opentsdb.TagSet{},
359 Group: opentsdb.TagSet{},
375 Group: opentsdb.TagSet{},
441 Group: opentsdb.TagSet{},
[all …]
H A Dmap_test.go20 Group: opentsdb.TagSet{"test": "test"},
36 Group: opentsdb.TagSet{"test": "test"},
52 Group: opentsdb.TagSet{"test": "test"},
68 Group: opentsdb.TagSet{"test": "test"},
87 Group: opentsdb.TagSet{"test": "test"},
106 Group: opentsdb.TagSet{"test": "test"},
122 Group: opentsdb.TagSet{"test": "test"},
138 Group: opentsdb.TagSet{"test": "test"},
157 Group: opentsdb.TagSet{"test": "test"},
/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/bosun/sched/
H A Ddepends_test.go24 Tags: opentsdb.TagSet{"a": "b"},
29 Tags: opentsdb.TagSet{"a": "c"},
36 Tags: opentsdb.TagSet{"a": "b"},
41 Tags: opentsdb.TagSet{"a": "c"},
64 Tags: opentsdb.TagSet{"a": "b", "b": "r"},
122 Tags: opentsdb.TagSet{"host": "ny01"},
151 Tags: opentsdb.TagSet{"host": "ny01"},
159 Tags: opentsdb.TagSet{"host": "ny01"},
164 Tags: opentsdb.TagSet{"host": "ny02"},
205 Tags: opentsdb.TagSet{"host": "b"},
[all …]
/dports/misc/cryptoballot/cryptoballot-3753e1b/cryptoballot/
H A DTagSet.go19 type TagSet []Tag type
59 func NewTagSet(rawTagSet []byte) (TagSet, error) {
61 tagSet := TagSet(make([]Tag, len(parts)))
65 return TagSet{}, err
72 func (tagSet *TagSet) Keys() []string {
80 func (tagSet *TagSet) Values() []string {
88 func (tagSet *TagSet) Map() map[string]string {
97 func (tagSet TagSet) String() string {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/bosun/conf/
H A Dconf_test.go22 tags opentsdb.TagSet
27 opentsdb.TagSet{
33 opentsdb.TagSet{
40 opentsdb.TagSet{
47 opentsdb.TagSet{
54 opentsdb.TagSet{
/dports/net-mgmt/bosun/bosun-0.9.0-preview/opentsdb/
H A Dtsdb.go108 type TagSet map[string]string type
111 func (t TagSet) Copy() TagSet {
112 n := make(TagSet)
120 func (t TagSet) Merge(o TagSet) TagSet { argument
128 func (t TagSet) Equal(o TagSet) bool { argument
141 func (t TagSet) Subset(o TagSet) bool { argument
154 func (t TagSet) Compatible(o TagSet) bool { argument
164 func (t TagSet) Intersection(o TagSet) TagSet { argument
165 r := make(TagSet)
223 func (a TagSet) Overlaps(b TagSet) bool { argument
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/html5ever-0.13.1/src/tree_builder/
H A Dactions.rs85 fn pop_until<TagSet>(&mut self, pred: TagSet) -> usize where TagSet: Fn(QualName) -> bool; in pop_until()
86 fn pop_until_current<TagSet>(&mut self, pred: TagSet) where TagSet: Fn(QualName) -> bool; in pop_until_current()
88 fn generate_implied_end<TagSet>(&mut self, set: TagSet) where TagSet: Fn(QualName) -> bool; in generate_implied_end()
89 …fn in_scope_named<TagSet>(&self, scope: TagSet, name: LocalName) -> bool where TagSet: Fn(QualName… in in_scope_named() argument
93 fn elem_in<TagSet>(&self, elem: Handle, set: TagSet) -> bool where TagSet: Fn(QualName) -> bool; in elem_in()
103 fn current_node_in<TagSet>(&self, set: TagSet) -> bool where TagSet: Fn(QualName) -> bool; in current_node_in()
205 fn current_node_in<TagSet>(&self, set: TagSet) -> bool in current_node_in()
547 fn in_scope<TagSet,Pred>(&self, scope: TagSet, pred: Pred) -> bool in in_scope() argument
564 fn elem_in<TagSet>(&self, elem: Handle, set: TagSet) -> bool in elem_in()
590 fn generate_implied_end<TagSet>(&mut self, set: TagSet) in generate_implied_end()
[all …]

12345678910>>...52