Skip to content

Commit

Permalink
removing unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
LikhithST committed Jan 25, 2025
1 parent e0eef9d commit c68bb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databroker/src/grpc/kuksa_val_v1/val.rs
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ impl proto::val_server::Val for broker::DataBroker {
>,
>;

#[cfg_attr(feature="otel", tracing::instrument(name="kuksa_val_v1_data_broker_subscribe", skip(self, request), fields(trace_id, timestamp=chrono::Utc::now().to_string())))]
#[cfg_attr(feature="otel", tracing::instrument(name="kuksa_val_v1_data_broker_subscribe", skip(self, request), fields(timestamp=chrono::Utc::now().to_string())))]
async fn subscribe(
&self,
request: tonic::Request<proto::SubscribeRequest>,
Expand Down

0 comments on commit c68bb38

Please sign in to comment.