Skip to content

Commit 9fdba71

Browse files
committed
chore: silence tempo warning message
Signed-off-by: Helio Frota <[email protected]> * Also adds instrument macro to delete_sbom function
1 parent df18dbb commit 9fdba71

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

etc/deploy/compose/config-tempo.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ storage:
2121

2222
overrides:
2323
metrics_generator_processors: ['local-blocks']
24+
max_bytes_per_trace: 50000000
2425

2526
metrics_generator:
2627
storage:

modules/fundamental/src/sbom/service/sbom.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ impl SbomService {
9898
}
9999

100100
/// delete one sbom
101+
#[instrument(skip(self, connection), err(level=tracing::Level::INFO))]
101102
pub async fn delete_sbom<C: ConnectionTrait>(
102103
&self,
103104
id: Uuid,

0 commit comments

Comments
 (0)