Skip to content

Commit

Permalink
Update builder.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
FinnDore committed Apr 7, 2024
1 parent 2a5a052 commit 0d08e5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ impl Builder {
]);

if let Some(service_name) = self.service_name {
// TODO: Is there a way to get the name of the bin crate using this?
tags.push(KeyValue::new(SERVICE_NAME, service_name));
}

Expand Down

0 comments on commit 0d08e5c

Please sign in to comment.