1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00
Commit Graph

14 Commits

Author SHA1 Message Date
Ivar Conradi Østhus
c37f090f74
Update metrics-api.md 2017-12-18 14:20:45 +01:00
Ivar Conradi Østhus
ea6fa5c8ff Update register-api.md 2017-08-04 11:28:19 +02:00
Ivar
46b82ecd6a Add support for sdkVersion in client registration 2017-06-28 23:19:19 +02:00
sveisvei
38a05f0830 Update docs 2017-06-28 10:17:48 +02:00
ivaosthu
47ba9a7892 Adde some prosa for seen-apps #187 2017-01-06 16:02:43 +01:00
ivaosthu
d301d75817 Updated strategy-api documentation 2016-12-17 13:03:31 +01:00
ivaosthu
cea7b45b1c Update strategy-api docs 2016-12-13 14:07:55 +01:00
ivaosthu
ab3694cc94 Remove client_strategies table
We can just have a strategies column in the client_applications
table. This solves all our needs, and thus avoids the need
for an extra table.
2016-12-09 17:30:12 +01:00
ivaosthu
b56be10276 Added enpoint for fetching application implementing a strategy
`/api/client/applications?strategyName=foo` now returns list of
apps implementing that strategy!
2016-12-05 22:20:35 +01:00
ivaosthu
aeb925cb1b Some Metrics API cleanups 2016-12-01 17:15:55 +01:00
ivaosthu
b46fb7507f Server Metrics with Prometheus
Implementation use internal eventBus to enable loose counting in the app.

read more at https://prometheus.io/

Closes #98
2016-11-30 23:41:57 +01:00
ivaosthu
a4d2da872a More docs 2016-11-30 21:46:40 +01:00
ivaosthu
b1e11794f8 Clean up API documentation 2016-11-30 21:17:39 +01:00
ivaosthu
f312caca7c Metrics: wrte api documentation 2016-11-30 19:03:46 +01:00