Vincent Bernat
|
fa11e7de6d
|
common/reporter: simplify interface for collecting metrics
Remove unused methods and always collect scoped metrics. As a
side-effect, BioRIS gRPC metrics are now correctly scoped.
|
2025-08-27 07:37:38 +02:00 |
|
Vincent Bernat
|
13e8c65bfb
|
inlet/flow: make it compile on MacOS
|
2022-07-16 21:15:17 +02:00 |
|
Vincent Bernat
|
8be1bca4fd
|
license: AGPL-3.0-only
```
git ls-files \*.js \*.go \
| xargs sed -i '1i // SPDX-FileCopyrightText: 2022 Free Mobile\n// SPDX-License-Identifier: AGPL-3.0-only\n'
git ls-files \*.vue \
| xargs sed -i '1i <!-- SPDX-FileCopyrightText: 2022 Free Mobile -->\n<!-- SPDX-License-Identifier: AGPL-3.0-only -->\n'
```
|
2022-06-29 11:42:28 +02:00 |
|
Vincent Bernat
|
93da599adf
|
cmd: take configuration as a mandatory argument (+ other changes)
The other changes are:
- rename configure service to orchestrator service
- turn DefaultConfiguration variables into functions
|
2022-04-10 15:14:39 +02:00 |
|
Vincent Bernat
|
1dc253764d
|
global: split Akvorado into 3 services
|
2022-04-01 20:21:53 +02:00 |
|