sveisvei
|
1d3faca238
|
fix lint
|
2020-02-20 08:30:45 +01:00 |
|
sveisvei
|
f5578d986e
|
check toggles and strategies in clientapps
|
2020-02-20 08:30:43 +01:00 |
|
sveisvei
|
381e7d4763
|
inject metadata on toplevel
|
2020-02-20 08:30:43 +01:00 |
|
sveisvei
|
76d642069b
|
Revert "Remove /api/client/seen-toggles as we don't need it anyway"
This reverts commit 63e6931265 .
|
2020-02-20 08:30:42 +01:00 |
|
ivaosthu
|
52fcfb4a2b
|
Remove /api/client/seen-toggles as we don't need it anyway
|
2020-02-20 08:30:42 +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
|
8764b952b3
|
A client-register should upsert client_applications table
|
2020-02-20 08:30:42 +01:00 |
|
sveisvei
|
3a6e7d02ef
|
client applications
|
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 |
|
sveisvei
|
a959dc777d
|
fetch seen apps instead
|
2020-02-20 08:30:42 +01:00 |
|
sveisvei
|
7609d0abeb
|
add getAppsFromToggleName
|
2020-02-20 08:30:42 +01:00 |
|
sveisvei
|
d3063073b3
|
fix typ0
|
2020-02-20 08:30:42 +01:00 |
|
sveisvei
|
b5b846835b
|
add single toggle metric endpoint
|
2020-02-20 08:30:41 +01:00 |
|
sveisvei
|
f425597640
|
fix lint
|
2020-02-20 08:30:41 +01:00 |
|
ivaosthu
|
bec646d797
|
more tests
|
2020-02-20 08:30:41 +01:00 |
|
ivaosthu
|
471518b41d
|
Simplify metrics: We only need timings as it includes counts for free
|
2020-02-20 08:30:40 +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
|
93c37b30c0
|
Metrics: wrte api documentation
|
2020-02-20 08:30:40 +01:00 |
|
sveisvei
|
e55378e1c4
|
Better client informations from the API.
Impelements:
- http://unleash.host.com/api/client/seen-toggles
- http://unleash.host.com/api/metrics/feature-toggles
- http://localhost:4242/api/client/applications
- http://localhost:4242/api/client/applications/:appName
|
2020-02-20 08:30:40 +01:00 |
|
ivaosthu
|
5735b0931a
|
Cleanup route/metrics a bit
|
2020-02-20 08:30:38 +01:00 |
|
ivaosthu
|
a665b1b999
|
Started on unit test for metrics-route
|
2020-02-20 08:30:38 +01:00 |
|
ivaosthu
|
90859701c6
|
remove all lerna stuff
|
2020-02-20 08:30:37 +01:00 |
|