Commit Graph

19 Commits

Author SHA1 Message Date
ivaosthu 0c2d58b984 chore(documentation): Added Docusaurus with a website
fixes #355
2020-02-20 08:34:14 +01:00
Arjan 5cf5bc20c4 Fix typo 2020-02-20 08:34:14 +01:00
ivaosthu ddad9e27a3 fix(clientApi): Add namePrefix paramter to /api/client/features
Allows the client to limit the response to name with the given prefix.
2020-02-20 08:34:14 +01:00
Denis Dzyubenko 570bdd9f90 Fixed typos and broken links in the documentation 2020-02-20 08:34:12 +01:00
ivaosthu bc359c2b82 feat(metrics): Expose toggle updates to prometheus
closes #323
2020-02-20 08:34:11 +01:00
Ivar Conradi Østhus 9d948b68c4 Update metrics-api.md 2020-02-20 08:34:05 +01:00
Ivar Conradi Østhus a70f7f7046 Update register-api.md 2020-02-20 08:33:33 +01:00
Ivar 915158212c Add support for sdkVersion in client registration 2020-02-20 08:30:52 +01:00
sveisvei 7cd2667d9b Update docs 2020-02-20 08:30:50 +01:00
ivaosthu a455e0a68c Adde some prosa for seen-apps #187 2020-02-20 08:30:46 +01:00
ivaosthu 3758490629 Updated strategy-api documentation 2020-02-20 08:30:43 +01:00
ivaosthu f18fe66cc2 Update strategy-api docs 2020-02-20 08:30:43 +01:00
ivaosthu 51442a6cc4 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.
2020-02-20 08:30:42 +01:00
ivaosthu 9c6fad83c2 Added enpoint for fetching application implementing a strategy
`/api/client/applications?strategyName=foo` now returns list of
apps implementing that strategy!
2020-02-20 08:30:42 +01:00
ivaosthu 84e0810d64 Some Metrics API cleanups 2020-02-20 08:30:40 +01:00
ivaosthu b8014fdddf Server Metrics with Prometheus
Implementation use internal eventBus to enable loose counting in the app.

read more at https://prometheus.io/

Closes #98
2020-02-20 08:30:40 +01:00
ivaosthu fe4f04f07d More docs 2020-02-20 08:30:40 +01:00
ivaosthu 41abdae240 Clean up API documentation 2020-02-20 08:30:40 +01:00
ivaosthu 93c37b30c0 Metrics: wrte api documentation 2020-02-20 08:30:40 +01:00