When we send metrics to segment, right now we excl...
# contributing-to-airbyte
m
When we send metrics to segment, right now we exclude some tests right?
u
e2e tests are excluded
u
If so which ones are succeptibe to send some?
u
are they the only one that can send metrics?
u
(assuming we stop excluding those)
u
I’m fairly sure we would only launch tracking events from e2e tests. Tracker is only used in the server and scheduler, not in any workers
u
Ok thanks
u
@charles in case this is fake news
u
are you seeing metrics that look like they’d come from tests?
u
no, but I want to automate how we segment our metrics from users metrics
u
instead of relying on emails
u
AcceptanceTests.java
which we run using the
acceptance_tests.sh
script.
u
until a recent change those were sending metrics to segment around what workers were being run.
u
In that context e2e and acceptance are the same thing right?
u
yes
u
yes