1
0
mirror of https://github.com/go-kit/kit.git synced 2025-07-15 01:04:44 +02:00
Commit Graph

707 Commits

Author SHA1 Message Date
7e965c10fd Update documentation throughout the project 2016-06-24 16:22:15 +00:00
c64e6811a2 Merge pull request #297 from eblanchette/patch-1
Update client.go concatEndpoint
2016-06-16 19:45:14 -04:00
107924cdc8 Update client.go concatEndpoint
Looks like a bad copy paste.
2016-06-16 12:56:48 -04:00
1078c87a13 Merge pull request #296 from go-kit/fix-grpc-v2
examples/addsvc: recompile protobufs
2016-06-15 15:29:19 -04:00
51afad64d6 examples/addsvc: recompile protobufs 2016-06-15 15:24:20 -04:00
8e29ecb32a Merge pull request #289 from geoffberger/after-client-option
After client option
2016-06-08 15:52:29 +02:00
fe0aa960cb transport/grpc: renamed SetClientBefore to ClientBefore to be more consistent with transport/grpc.Server 2016-06-08 07:18:24 -06:00
76070bff80 transport/http: renamed applicable client options to be more consistent with transport/http.Server 2016-06-08 07:15:10 -06:00
c78563eca6 Merge branch 'master' of https://github.com/go-kit/kit into after-client-option 2016-06-08 07:09:17 -06:00
ac0f633119 Merge pull request #293 from go-kit/issue-292
util/conn: fix Manager behavior when initial Dial fails
2016-06-08 11:53:16 +02:00
9aa632bf1b util/conn: reconnect when initial Dial fails 2016-06-08 11:43:51 +02:00
84ef3c68a7 transport/http: moved ClientResponseFunc calls after the error check but before decoding 2016-06-07 16:58:09 -06:00
380dd50bc2 transport/http: updated ServerResponseFunc to return a context to match ClientResponseFunc 2016-06-07 15:49:25 -06:00
16f9128330 transport/http: renamed ResponseFunc to ServerResponseFunc and moved ClientResponseFunc over to its proper home 2016-06-07 13:37:23 -06:00
e4115e066d Merge pull request #291 from go-kit/lint
lint
2016-06-07 20:24:17 +02:00
3a1fe30284 lint: place here in preparation
Eventually I would like to get this repo linting cleanly.
For now I will just place the script here.
2016-06-07 20:17:45 +02:00
e42ebe74e7 transport/http: allowed for ClientResponseFunc to return context.Context 2016-06-07 10:42:46 -06:00
12508679d6 Merge pull request #287 from go-kit/addsvc-errors
examples/addsvc: more sophisticated error encoding
v0.1.0
2016-06-07 18:33:33 +02:00
94228a75e6 examples/addsvc: more sophisticated error encoding 2016-06-07 18:26:31 +02:00
bd1ca40034 Merge branch 'master' into after-client-option 2016-06-07 10:13:54 -06:00
0db02c6772 metrics/circonus: temporarily remove
The public API was recently updated with many breaking changes, and the
new code is unfortunately completely undocumented. Figuring out how to
work with the new API and reimplementing the tests is a task that will
take some time, and it looks like much of the previous integration work
wouldn't survive the transition. Removing Circonus support until I can
dedicate some time to this.
2016-06-07 17:52:27 +02:00
e35260f5f6 transport/http: updated TestHTTPClient to cover after ClientOption 2016-06-07 09:44:15 -06:00
05e8864c14 transport/http: added after ClientOption to Client 2016-06-07 09:43:39 -06:00
8fd6486063 Merge pull request #288 from basvanbeek/master
sd.Registrar for ZooKeeper see issue #284
2016-06-07 17:07:27 +02:00
4503115a64 registrar errors are now package level vars like the rest and higher tolerance for integration test for skewy CI containers 2016-06-07 16:50:12 +02:00
318bdf9adf sd.Registrar for ZooKeeper see issue #284 2016-06-07 14:49:33 +02:00
40e43afba9 examples/addsvc: fix gRPC crashing bug 2016-06-07 11:50:03 +02:00
dee283944e examples: fix links in README 2016-06-06 16:49:01 +02:00
8b2b436993 Merge pull request #276 from go-kit/sd-v2
package sd (take 2)
2016-06-06 10:46:25 -04:00
8d6f81fe7d sd/cache: use atomic.Value 2016-06-06 09:47:28 +02:00
111d8a1f2d transport/grpc: cherrypick package namespace fix from master 2016-06-01 18:53:52 -04:00
6a3f952984 loadbalancer: rm 2016-06-01 18:53:52 -04:00
fb57ea5f2f examples: update README + stringsvc: drop loadbalancer 2016-06-01 18:53:51 -04:00
2e72246e70 examples/profilesvc: refactor + add client package 2016-06-01 18:53:51 -04:00
2c5ef80207 examples/apigateway: refactor 2016-06-01 18:53:51 -04:00
51ccc66db0 examples/addsvc: refactor 2016-06-01 18:53:48 -04:00
5402f78cdc Merge pull request #282 from basvanbeek/master
gRPC client fix: allow package names other than "pb"
2016-06-01 15:39:31 +02:00
95fa4134d6 gRPC client bugfix: only prefix package namespace with "pb." if none is given 2016-06-01 11:26:50 +02:00
b7b95ffa96 Merge pull request #280 from marcusolsson/shipping-metrics
shipping: Take metrics as dependencies
2016-05-28 06:16:01 -06:00
f6c023e5a0 shipping: Take metrics as dependencies 2016-05-28 13:29:05 +02:00
74e8b9152d Merge pull request #278 from marcusolsson/shipping-metrics
shipping: Add prometheus instrumentation
2016-05-27 09:19:54 -06:00
bab34e9979 shipping: Add prometheus instrumentation 2016-05-27 11:37:46 +02:00
574f3ab8e1 transport/{grpc,http}: minor comment cleanup 2016-05-26 15:37:44 -06:00
9a19822c46 sd: port, without service.Service 2016-05-26 15:37:41 -06:00
f867f3824b Merge pull request #275 from basvanbeek/master
Updated kit/tracing readme's and removed deprecated kit/tracing/zipkin package
2016-05-26 18:15:11 +02:00
a531c14ad7 updated tracing/zipkin readme to better clarify span per node vs. span per rpc 2016-05-26 12:31:02 +02:00
48b4028785 Updated tracing readme's and removed deprecated tracing/zipkin package 2016-05-26 12:31:02 +02:00
3122b44151 Merge pull request #277 from go-kit/circonus
metrics: add Circonus backend
2016-05-25 23:02:02 -06:00
0980ce90d2 metrics/circonus: increase tolerance 2016-05-25 22:48:57 -06:00
4389d4f03c Merge pull request #265 from DSchalla/metrics-influx
Implementation of InfluxDB Metrics (resolves #215)
2016-05-25 22:28:08 -06:00