Rishabh Singh
Rishabh Singh
Refer https://github.com/hypertrace/hypertrace-alert-engine/pull/80#discussion_r743763330
Problem First class fields for Http, Rpc, Sql etc. attributes are populated in the RawSpan packet. https://github.com/hypertrace/data-model/blob/main/data-model/src/main/avro/Event.avdl#L59 It is difficult to maintain these fields and they create bloat in the...
## Use Case Currently in the Service -> Trace -> Api-Trace screen we show a pruned view of Trace (1 level depth), starting from the given service. Basically, we only...
## Use Case *Improve code documentation* ## Proposal *Explore automated ways for checking javadocs in pull request*
## Description Issue: https://github.com/apache/druid/issues/14989 The initial step in optimizing segment metadata was to centralize the construction of datasource schema in the Coordinator (https://github.com/apache/druid/pull/14985). Thereafter, we addressed the problem of publishing...
Revives https://github.com/apache/druid/pull/14024 and additionally supports, * Native queries * gRPC health check endpoint This PR doesn't have the shaded module for packaging gRPC and Guava libraries since `grpc-query` module uses...