Skip to content

Commit

Permalink
custmsg domain chainlink --> platform (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhuie19 authored Oct 29, 2024
1 parent 3a12ebe commit f2d327f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/custmsg/custom_message.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func sendLogAsCustomMessageW(msg string, labels map[string]string) error {

err = beholder.GetEmitter().Emit(context.Background(), payloadBytes,
"beholder_data_schema", "/beholder-base-message/versions/1", // required
"beholder_domain", "chainlink", // required
"beholder_domain", "platform", // required
"beholder_entity", "BaseMessage", // required
)
if err != nil {
Expand Down

0 comments on commit f2d327f

Please sign in to comment.