Skip to content

Commit

Permalink
PI-1962 Add telemetry for new OSP scores (#3549)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-bcl authored Mar 28, 2024
1 parent 754f9c8 commit 707a74b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ fun HmppsDomainEvent.telemetryProperties() = mapOf(
"ospIndecentBand" to additionalInformation["OSPIndecentBand"].toString(),
"ospContactScore" to additionalInformation["OSPContactScore"].toString(),
"ospContactBand" to additionalInformation["OSPContactBand"].toString(),
"ospIndirectIndecentScore" to additionalInformation["OSPIndirectIndecentScore"].toString(),
"ospIndirectIndecentBand" to additionalInformation["OSPIndirectIndecentBand"].toString(),
"ospDirectContactScore" to additionalInformation["OSPDirectContactScore"].toString(),
"ospDirectContactBand" to additionalInformation["OSPDirectContactBand"].toString(),
"OGRS3Yr1" to additionalInformation["OGRS3Yr1"].toString(),
"OGRS3Yr2" to additionalInformation["OGRS3Yr2"].toString()
)

0 comments on commit 707a74b

Please sign in to comment.