Commit Graph

5 Commits

Author SHA1 Message Date
Philip Jenvey
3675c9387b
fix: correctly read the SYNC_STATSD_HOST/PORT settings (#1601)
Closes SYNC-4417
2024-09-23 17:31:51 -07:00
Philip Jenvey
b52e44ab52
feat: pickup the syncserver metrics settings (#1598)
and remove syncstorage dbg! statements

Issue SYNC-4259
2024-09-17 13:29:07 -07:00
JR Conlin
dbbdd1dfc3
feat: Remove support for BrowserID (#1531)
* feat: Remove support for BrowserID
* mark test only functions as such. I think we can drop MapAndThenTrait for more recent implementations of rust.

Closes: SYNC-3684
2024-06-14 12:51:02 -07:00
JR Conlin
6537783a9c
feat: Add metrics, gcp logging to tokenserver scripts (#1555)
* feat: Add metrics, gcp logging to tokenserver scripts

This adds GCP logging JSON output formatting for logs as well as DataDog
style metric reporting.

New Environs:
* `METRIC_API_KEY` - Optional Datadog API key
* `METRIC_APP_KEY` - Optional Datadog APP key
* `METRIC_HOST` - Collector Host address
* `METRIC_PORT` - Collector Host port

This also adds the `--human` arg if you want to use the older, human
readable logs instead.


---------

Co-authored-by: Philip Jenvey <pjenvey@underboss.org>
2024-05-22 18:19:50 -07:00
Ethan Donowitz
0ac30958de
feat: add Tokenserver admin scripts (#1168)
Closes #1086
2021-11-18 09:37:02 -05:00