Skip to content

Commit 8c4c8b5

Browse files
authored
fix(cogs): label metrics correctly (#7815)
1 parent 97cc408 commit 8c4c8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust_snuba/src/processors/eap_items.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ fn process_eap_item(msg: KafkaPayload, config: &ProcessorConfig) -> anyhow::Resu
6868
TraceItemType::UptimeResult => "uptime",
6969
TraceItemType::Replay => "replays",
7070
TraceItemType::Occurrence => "issueplatform",
71-
TraceItemType::Metric => "sessions",
71+
TraceItemType::Metric => "trace_metrics",
7272
TraceItemType::ProfileFunction => "profiles",
7373
TraceItemType::Attachment => "attachments",
7474
TraceItemType::Preprod => "preprod",

0 commit comments

Comments
 (0)