Documentation ¶
Index ¶
Constants ¶
View Source
const ( // FetchCompressedFetchTagged is for the call to FetchTagged in fetchCompressed. FetchCompressedFetchTagged = "m3.m3storage.fetchCompressed.FetchTagged" // FetchCompressedInspectSeries is for the call to InspectSeries in FetchCompressed. FetchCompressedInspectSeries = "m3.m3storage.FetchCompressed.InspectSeries" // SearchCompressedFetchTaggedIDs is for the call to FetchTaggedIDs in SearchCompressed. SearchCompressedFetchTaggedIDs = "m3.m3storage.SearchCompressed.FetchTaggedIDs" // CompleteTagsAggregate is for the call to Aggregate in CompleteTags. CompleteTagsAggregate = "m3.m3storage.CompleteTags.Aggregate" // TemporalDecodeSingle is time taken for a single pass decode time. TemporalDecodeSingle = "temporal.singleProcess.decode" // TemporalDecodeParallel is time taken for a parallel pass decode time. TemporalDecodeParallel = "temporal.parallelProcess.decode" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.