Closely related to #1210 , we are soon to be adding Metrics as a new type of telemetry for our SDKs.
These look somewhat similar to logs, but only take in name, value, options. They follow the same batching logic (flushing every 100 metrics/5s, have the same default attributes, and a before_send_metric hook to filter/modify metrics.
https://develop.sentry.dev/sdk/telemetry/metrics/
Related work:
Closely related to #1210 , we are soon to be adding Metrics as a new type of telemetry for our SDKs.
These look somewhat similar to logs, but only take in
name, value, options. They follow the same batching logic (flushing every 100 metrics/5s, have the same default attributes, and abefore_send_metrichook to filter/modify metrics.https://develop.sentry.dev/sdk/telemetry/metrics/
Related work: