Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoet committed Feb 1, 2024
1 parent e224bf0 commit 025eb3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ object Boot extends IOApp with LazyLogging {
val maybeVersion = Option(getClass.getPackage.getImplementationVersion)
val resourceBuilder =
resources.Resource.getDefault.toBuilder
.put(ResourceAttributes.SERVICE_NAME, "rawls")
.put(ResourceAttributes.SERVICE_NAME, "sam")
maybeVersion.foreach(version => resourceBuilder.put(ResourceAttributes.SERVICE_VERSION, version))
val resource = HostResource
.get()
Expand Down

0 comments on commit 025eb3c

Please sign in to comment.