Popular repositories
-
Forked from google/truth
Assertion/Proposition framework for Java unit tests (very alpha, and subject to change)
Java
-
-
Forked from square/java-code-styles
IntelliJ IDEA code style settings for Square's Java and Android projects.
Shell
-
-
Forked from tirsen/vitess
Vitess is a database clustering system for horizontal scaling of MySQL.
Go
308 contributions in the last year
Less
More
Contribution activity
May 2021
Created 16 commits in 1 repository
Created a pull request in m3db/m3 that received 3 comments
Replace db server.RunOptions with a single Transform function.
Allowing multiple Transform functions is error prone when sub Options are dependent on each other and you want to transform both. It's more straigh…
+124
−58
•
3
comments
Opened 14 other pull requests in 1 repository
m3db/m3
14
merged
- Log M3-* Response Headers in query logs
- Handle special now value for start/end params in query logger
- Use the path template for the http handler metrics
- Accept instrument opts when buildling middleware
- Support M3-Timeout header for request timeouts
- Add M3 headers and status code to QueryResponse logging
- Assert OperationName in tracing middleware test
- Add prom response logger with query info
- Add per route Middleware
- Remove duplicate ctx logger
- Skip source Middleware if M3-Source header is missing
- Add Middleware to populate source in request context
- Add a request scoped logger to a context
- Add configurable Middleware to query server
Reviewed 10 pull requests in 1 repository
m3db/m3 10 pull requests
- Add RequireNoWait header
- [query] Upgrade Prometheus to 2.26
- Use the path template for the http handler metrics
- Accept instrument opts when buildling middleware
- Add prom response logger with query info
- Add per route Middleware
- Remove duplicate ctx logger
- Add Middleware to populate source in request context
- Add configurable Middleware to query server
- Split handleroptions.AddResponseHeaders into two separate methods