fix names

This commit is contained in:
Adil Hafeez 2025-02-14 17:41:39 -08:00
parent 136daa2d3c
commit bf706fcc6f
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
3 changed files with 16 additions and 16 deletions

View file

@ -166,7 +166,7 @@ impl TraceData {
attributes: vec![Attribute {
key: "service.name".to_string(),
value: AttributeValue {
string_value: Some("upstream-llm".to_string()),
string_value: Some("egress_llm_traffic".to_string()),
},
}],
};