Agoric / agoric-sdk

monorepo for the Agoric Javascript smart contract platform
Apache License 2.0
303 stars 191 forks source link

Extract metrics from slogs and send them to otel/datadog #9579

Open toliaqat opened 6 days ago

toliaqat commented 6 days ago

What is the Problem Being Solved?

Currently, we process the extensive data in slogs using offline tools such as jq or custom scripts. However, adopting a method similar to the otel/tracing could enable us to extract valuable metrics directly from slogs and send them to monitoring services like Datadog.

We can focus on extracting two types of metrics:

Description of the Design

Security Considerations

Scaling Considerations

Test Plan

Upgrade Considerations