Skip to content

Commit a46e1ba

Browse files
committed
Minor additions to the debug prints
1 parent dcd48e0 commit a46e1ba

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/BUILD_AND_DEPLOY.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
password: ${{ secrets.BASEFLOW_ACR_PASSWORD }}
3434
push: ${{ github.event_name != 'pull_request' }}
3535
vulnerability_scan: ${{ github.event_name != 'pull_request' }}
36-
version: 1.2
36+
version: 1.3
3737
context: ./oxybox

oxybox/src/mimir/client.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ pub async fn send_to_mimir(
2929
return Ok(());
3030
}
3131
println!(
32-
"Sending {} metrics to Mimir at {}",
32+
"Sending {} metrics for tenant {} to Mimir at {}",
3333
metrics.len(),
34+
tenant_id.as_deref().unwrap_or("unknown"),
3435
mimir_endpoint
3536
);
3637

0 commit comments

Comments
 (0)