Adrian Cole

Results 2046 comments of Adrian Cole

@jcchavezs I agree epoch nanos is kind of silly. We are also mixing timestamps and durations.. Let's focus on the timestamp one. Zipkin timestamp is epoch micros. This serves two...

the repo name problem is conflict on clone. there's no reason to name something like "kafka" as it forces an annoying rename if you have one workdir for OSS. Also,...

FWIW tasks like this are much smaller when there are less repos spread around. https://github.com/hypertrace/schema-registry/pull/13 https://github.com/hypertrace/pinot/pull/52 https://github.com/hypertrace/mongodb/pull/6 https://github.com/hypertrace/zookeeper/pull/5 https://github.com/hypertrace/kafka/pull/18 https://github.com/hypertrace/hypertrace-ingester/pull/17 https://github.com/hypertrace/hypertrace-service/pull/43 ... It isn't just the files changed, usually there...

Discussing impl of Pinot ServiceManager on the similar note here https://apache-pinot.slack.com/archives/CDRCA57FC/p1598498630061400

this description is a bit in the weeds. Can you update it to tell where these domain concepts like ComparisonFilterParser etc are defined and constraints derived from? Are these filters...

@yyyogev you may also be interested in this. We've been toying with different ways to deliver pending changes to users easier so that our final builds are more stable and...

ps those building will need to use something like this as nothing in the dockerfile changes from builld-to-build `docker build --no-cache -t adriancole/zipkin zipkin`

We are about to cut a new zipkin version, but for starters here's where we are > 250MiB. The last version prior to distroless (2.12.3) was < 150MiB. ``` openzipkin/zipkin...

The browser will go to whatever the host is /api/whatever (which is nginx) nginx itself forwards that request onwards via this location /api { expires off; proxy_pass ${ZIPKIN_BASE_URL}; } You...

So sounds like mount and JAVA_OPTS (or args.. I forget which we call it) or a new variable? Anyway interested and thanks for thinking about this. Note I forget which...