m3db / m3

M3 monorepo - Distributed TSDB, Aggregator and Query Engine, Prometheus Sidecar, Graphite Compatible, Metrics Platform

Home Page:https://m3db.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[#4218] [Aggregator] Export validation methods for shardSet, serviceId, and consumerServiceFilterConfiguration struct

saad-zaman opened this issue · comments

The follow validation methods should be exported so they can be used more generally elsewhere easily without duplicating code:

  • validateShardSet
  • validateServiceId

Exporting the consumerServiceFilterConfiguration struct will allow unit tests for it to be written for it

  1. What service is experiencing the issue? (M3Coordinator, M3DB, M3Aggregator, etc) M3Aggregator