Documentation ¶
Index ¶
Constants ¶
View Source
const ( // TestNamespaceID is the namespace of the test unaggregated namespace // used by local storage. TestNamespaceID = "metrics" // TestRetention is the retention of the test unaggregated namespace // used by local storage. TestRetention = 30 * 24 * time.Hour )
Variables ¶
This section is empty.
Functions ¶
func NewStorageAndSession ¶
func NewStorageAndSession( t *testing.T, ctrl *gomock.Controller, ) (storage.Storage, *client.MockSession)
NewStorageAndSession generates a new m3 storage and mock session
func NewStorageAndSessionWithAggregatedNamespaces ¶ added in v0.5.0
func NewStorageAndSessionWithAggregatedNamespaces( t *testing.T, ctrl *gomock.Controller, aggregatedNamespaces []m3.AggregatedClusterNamespaceDefinition, ) (storage.Storage, *client.MockSession)
NewStorageAndSessionWithAggregatedNamespaces generates a new m3 storage and mock session with the specified aggregated cluster namespace definitions.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.