Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

Commit

Permalink
Pipeline metadata contains storage policies
Browse files Browse the repository at this point in the history
  • Loading branch information
xichen2020 committed Mar 22, 2018
1 parent cf08d81 commit 9b054d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion metadata/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,10 @@ func (m AggregationPolicyMetadata) IsDefault() bool {

// PipelineMetadata contains pipeline metadata.
type PipelineMetadata struct {
AggregationPolicyMetadata
applied.Pipeline

// List of storage policies.
StoragePolicies []policy.StoragePolicy
}

// Metadata represents the metadata associated with a metric.
Expand Down

0 comments on commit 9b054d4

Please sign in to comment.