Adjust dedup processor description
This commit is contained in:
@@ -24,7 +24,7 @@ func (d *Dedup) SampleConfig() string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (d *Dedup) Description() string {
|
func (d *Dedup) Description() string {
|
||||||
return "Drop metrics with repeating field values"
|
return "Filter metrics with repeating field values"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Remove single item from slice
|
// Remove single item from slice
|
||||||
|
|||||||
Reference in New Issue
Block a user