Skip to content

Commit

Permalink
Merge pull request #6320 from TheThingsNetwork/feature/missing-rx-met…
Browse files Browse the repository at this point in the history
…adata

Missing RX metadata
  • Loading branch information
cvetkovski98 committed Jun 13, 2023
2 parents 4174f06 + 7d97974 commit 9805a4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/networkserver/observability.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ var (
"ns.up.join.process", "successfully processed join-request",
events.WithVisibility(ttnpb.Right_RIGHT_APPLICATION_TRAFFIC_READ),
events.WithDataType(&ttnpb.UplinkMessage{}),
events.WithPropagateToParent(),
)
evtClusterJoinAttempt = events.Define(
"ns.up.join.cluster.attempt", "send join-request to cluster-local Join Server",
Expand Down
1 change: 1 addition & 0 deletions pkg/webui/console/constants/event-filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const END_DEVICE_EVENTS_VERBOSE_FILTERS = [
'js.join.accept',
'js.join.reject',
'ns.up.data.process',
'ns.up.join.process',
'ns.down.data.schedule.attempt',
'ns.mac.*.answer.reject',
'*.warning',
Expand Down

0 comments on commit 9805a4c

Please sign in to comment.