Azure / oav

Tools for validating OpenAPI (Swagger) files.
MIT License
95 stars 54 forks source link

Evaluate usage of `openapi-telemetry` within `validate-v2` #1038

Closed scbedd closed 3 months ago

scbedd commented 3 months ago
scbedd commented 3 months ago

Elements from openapi-telemetry are used exclusively throughout validate-v2 in the various controllers for all logging actions.

This package essentially boils down to the emitting stringified json using statsd instance that is created utilizing injected config. Said stringified json gets post-processed by Geneva and turned into dimensional data. See here

I'm not a SME on statsd at this time, but from my understanding it's a daemon for handling metrics on a box.

However, I have found that we also utilize it in kebab bot. Necessary there?