An open API service providing commit metadata for open source projects.

GitHub / grpc-ecosystem/java-grpc-prometheus / commits

Java interceptors which can be used to monitor Grpc services using Prometheus.

SHA Message Author Date Stats
b91e7710 Add how-to use a custom CollectorRegistry to README (#57) Sumeet Gajjar <s****3@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
23336871 Remove the now-unnecessary command line flag to bazel. (#55) Dino Wernli <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
161945e7 Upgrade grpc version and jvm rules, extract bazel version into a variable (#54) Dino Wernli <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
b2d73907 Bump version of maven coordinates to 0.6.0 to prepare for release. (#53) Dino Wernli <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
8b4d92e7 Add status code label to server latency histogram (#51) Aleksandr Shamukov <a****v@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
39ec03e7 Inline the maven repos to share grpc version. (#46) Dino Wernli <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
5f19fc79 Make sure the publishing script compiles as part of CI. (#45) Dino Wernli <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
fb9c0068 Add macOS Bazel cache paths. (#43) Dino Wernli <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
aa99c19e Add macOS Bazel cache paths. (#43) Dino Wernli <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
252d7f2d Add a lint workflow to check the style of file in the project (#41) Dino Wernli <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
2785ae5e Run Google java style formatter. (#42) Dino Wernli <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
c6e3eaf0 Add support for running CI on macOS in addition to Linux (#40) Dino Wernli <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
e22306da Update README.md Dino Wernli <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
63fbc64c Remove the now-obsolete tools directory. (#39) Dino Wernli <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
ef84fc39 Add a POM template which makes sure that Sonatype is happy with the POM (#38) Dino Wernli <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
48fe0a28 Add a java_export target to facilitate publishing the library to maven reposi... Dino Wernli <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
eae487ce Run test workflow on pull requests. (#36) Dino Wernli <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
cec74151 Allowing selected headers to be applied as metric labels (#35) Haitham Gabr <6****r@u****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
c90102f7 Improve the CI setup (#34) Dino Wernli <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
bed12e24 Add a GitHub workflow to build and run tests. (#33) Dino Wernli <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
4e68d8a9 Remove the .bazelversion file which forces a specific bazel version. (#32) Dino Wernli <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
d871bcdd Adjusting for prometheus 0.11 (#31) Haitham Gabr <6****r@u****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
d7f45f4d Fix failing tests due to grpc_code label duplication (#28) Jannis Andrija Schnitzer <j****s@s****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
c17211f9 Add "grpc_code" label for grpc_{client,server}_handled_total (#27) Jannis Andrija Schnitzer <j****s@s****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
f30daa55 Update bazel version and dependencies (#22) bnczk <3****k@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
f7c056ca Improve performance of MonitoringInterceptors (#18) Dominik Sandjaja <d****k@d****e>
Committed by: Dino Wernli <d****i@g****m>
about 7 years ago
1688b5a8 Build with Bazel v0.20.0 (#16) James Hiew <j****s@h****t>
Committed by: Dino Wernli <d****i@g****m>
about 7 years ago
c35121af fix small typos in readme (#12) Nathan Glenn <g****e@g****m>
Committed by: Dino Wernli <d****i@g****m>
almost 8 years ago
f07d8637 document springboot2 + micrometer setup (#11) Jorg Heymans <j****s@g****m>
Committed by: Dino Wernli <d****i@g****m>
over 8 years ago
61cb2d41 Upgrade grpc to 1.6.1 (#10) Dino Wernli <d****i@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
80e32f7a Update README.md Dino Wernli <d****i@u****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
4dc734a4 merge Merge pull request #5 from grpc-ecosystem/custom-buckets Dino Wernli <d****i@u****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
57bd58e3 Add support for custom histogram buckets. Dino Wernli <d****i@g****m> almost 10 years ago
869a5977 Update README.md Dino Wernli <d****i@u****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
85fc3461 Update README.md Dino Wernli <d****i@u****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
0d5668e9 merge Merge pull request #4 from kozipiotr/master Dino Wernli <d****i@u****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
331675ae merge Merge pull request #2 from kozipiotr/upgraded-grpc-version kozipiotr <p****i@o****g>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
1e48e092 Fixed broken tests by adding grpc-protobuf-lite dependency and upgrading netty piotr <p****r@t****t> almost 10 years ago
52b87d68 merge Merge pull request #1 from kozipiotr/upgraded-grpc-version kozipiotr <p****i@o****g>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
67a74443 Upgraded grpc to the latest 1.0.0 version, fixed compatibility issues piotr <p****r@t****t> almost 10 years ago
a47cfcfa Add a release script. Dino Wernli <d****i@g****m> about 10 years ago
241ff8b9 Update README.md Dino Wernli <d****i@u****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
0620105b Update README.md Dino Wernli <d****i@u****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
b5de1900 Update README.md Dino Wernli <d****i@u****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
c125e008 Update README.md Dino Wernli <d****i@u****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
e9912957 merge Merge pull request #2 from dinowernli/add-client-interceptor Dino Wernli <d****i@u****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
7dc16982 Fix some cosmetics, add licenses, add documentation. Dino Wernli <d****i@g****m> about 10 years ago
af84a085 Add a client interceptor and refactor some common utilities. Dino Wernli <d****i@g****m> about 10 years ago
b4c057cc Add intellij support. Dino Wernli <d****i@g****m> about 10 years ago
efc5e4da merge Merge pull request #1 from dinowernli/bugfix/histogram-buckets Dino Wernli <d****i@u****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
0f344982 Added default histogram latency buckets (following the existing engineops mon... Charlie Micou <c****e@i****o> about 10 years ago
5dd0402b Remove the unnecessary toolchain. Dino Wernli <d****i@g****m> about 10 years ago
b463eb01 Add a readme badge. Dino Wernli <d****i@g****m> about 10 years ago
b3a1320f Add a .travis.yml for travis-ci integration. Dino Wernli <d****i@g****m> about 10 years ago
d15a99d6 Update README.md Dino Wernli <d****i@u****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
b6c13b22 Update README.md Dino Wernli <d****i@u****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
9e3b0026 Create README.md Dino Wernli <d****i@u****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
0e4a1694 Remove unnecessary dep. Dino Wernli <d****i@g****m> about 10 years ago
937ed789 Add some more extensive integration test coverage and fix a few bugs which we... Dino Wernli <d****i@g****m> about 10 years ago
4eb093cf Use the new me.dinowernli package namespace for all the code. Dino Wernli <d****i@g****m> about 10 years ago
1a172570 Add a few more integration tests. Dino Wernli <d****i@g****m> about 10 years ago
e07b486a Rename some protos, fix method names. Dino Wernli <d****i@g****m> about 10 years ago
8c440be8 Add a todo. Dino Wernli <d****i@g****m> about 10 years ago
d77153b9 Inspect the collector registry directly for testing rather than starting a me... Dino Wernli <d****i@g****m> about 10 years ago
6c3876fe Add support for collector registries. Dino Wernli <d****i@g****m> about 10 years ago
8421eca5 Plumb the concept of a collector registry through. Dino Wernli <d****i@g****m> about 10 years ago
bba49c80 WIP, tests not quite passing yet, Dino Wernli <d****i@g****m> about 10 years ago
8b81f246 Add some documentation to the tests. Dino Wernli <d****i@g****m> about 10 years ago
a278efa4 Add some more test infra and a failing test. Dino Wernli <d****i@g****m> about 10 years ago
81fed7db Implement the remaining request types for testing. Dino Wernli <d****i@g****m> about 10 years ago
9168baab Add some specific unit tests for individual metrics. Dino Wernli <d****i@g****m> about 10 years ago
e4ad6356 Rename the configuration methods for clarity. Dino Wernli <d****i@g****m> about 10 years ago
cbbe742d Add a configuration which allows tuning which metrics get reported. Dino Wernli <d****i@g****m> about 10 years ago
3c6d3312 Add a monitoring listener, analogous to the monitoring call. Dino Wernli <d****i@g****m> about 10 years ago
9befc92e * Add an actual jetty-powered metrics servlet. Dino Wernli <d****i@g****m> about 10 years ago
290a5aa5 Replace the label array with a list. Dino Wernli <d****i@g****m> about 10 years ago
af73724a Remove the guava dependency, clean up some license lines. Dino Wernli <d****i@g****m> about 10 years ago
bf9b3fc0 Apply license to all java files. Dino Wernli <d****i@g****m> over 10 years ago
2e45c0ea Add license. Dino Wernli <d****i@g****m> over 10 years ago
2e1584c1 Add some more counters and refine the labels. Dino Wernli <d****i@g****m> over 10 years ago
9e4e90c6 Add some Prometheus counter and set some basic values. Dino Wernli <d****i@g****m> over 10 years ago
30548396 Add a very basic interceptor for monitoring. Dino Wernli <d****i@g****m> over 10 years ago
7ee5edae Move some stuff around. Dino Wernli <d****i@g****m> over 10 years ago
e3c2f4ad Add package structure and a binary which can be run. Dino Wernli <d****i@g****m> over 10 years ago
ffa588ca Initial commit with WORKSPACE. Dino Wernli <d****i@g****m> over 10 years ago

← Back to repository