Skip to content

Commit

Permalink
fix: resolve mimir MetricRelabelConfigs type
Browse files Browse the repository at this point in the history
Signed-off-by: David van der Spek <[email protected]>
  • Loading branch information
davidspek committed Jul 14, 2023
1 parent 40355b0 commit 913a7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/observability/v1alpha1/mimir_limit_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type MimirLimits struct {
// +kubebuilder:validation:Optional
IngestionTenantShardSize *int `yaml:"ingestion_tenant_shard_size,omitempty" json:"ingestion_tenant_shard_size,omitempty"`
// +kubebuilder:validation:Optional
MetricRelabelConfigs []RelabelConfig `yaml:"metric_relabel_configs,omitempty" json:"metric_relabel_configs,omitempty" doc:"nocli|description=List of metric relabel configurations. Note that in most situations, it is more effective to use metrics relabeling directly in the Prometheus server, e.g. remote_write.write_relabel_configs." category:"experimental"`
MetricRelabelConfigs []*RelabelConfig `yaml:"metric_relabel_configs,omitempty" json:"metric_relabel_configs,omitempty" doc:"nocli|description=List of metric relabel configurations. Note that in most situations, it is more effective to use metrics relabeling directly in the Prometheus server, e.g. remote_write.write_relabel_configs." category:"experimental"`

// Ingester enforced limits.
// Series
Expand Down

0 comments on commit 913a7a6

Please sign in to comment.