mozilla-services / syncstorage-rs

Sync Storage server in Rust
Mozilla Public License 2.0
863 stars 46 forks source link

feat: Add metrics, gcp logging to tokenserver scripts #1555

Closed jrconlin closed 3 months ago

jrconlin commented 3 months ago

Description

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

New Environs:

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

Issue(s)

Closes SYNC-4259

pjenvey commented 3 months ago

Why's datadog used (we switched off it a while ago)?

jrconlin commented 3 months ago

I thought that the metric collector was datadog compliant at least? I used that library because I figured it was standard enough.