Skip to content

Commit e93077a

Browse files
committed
fix topic events mask name
1 parent dabcc95 commit e93077a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

trace/details.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ const (
6969
TableSessionQueryEvents |
7070
TableSessionTransactionEvents
7171

72-
TopicReaderAllEvents = TopicReaderStreamEvents | TopicReaderMessageEvents |
72+
TopicReaderEvents = TopicReaderStreamEvents | TopicReaderMessageEvents |
7373
TopicReaderPartitionEvents |
7474
TopicReaderStreamLifeCycleEvents
7575

76-
TopicAllEvents = TopicControlPlaneEvents | TopicReaderAllEvents
76+
TopicEvents = TopicControlPlaneEvents | TopicReaderEvents
7777

7878
DetailsAll = ^Details(0) // All bits enabled
7979
)
@@ -109,9 +109,9 @@ var (
109109
TablePoolSessionLifeCycleEvents: "ydb.table.pool.session",
110110
TablePoolAPIEvents: "ydb.table.pool.api",
111111

112-
TopicAllEvents: "ydb.topic",
112+
TopicEvents: "ydb.topic",
113113
TopicControlPlaneEvents: "ydb.topic.controlplane",
114-
TopicReaderAllEvents: "ydb.topic.reader",
114+
TopicReaderEvents: "ydb.topic.reader",
115115
TopicReaderStreamEvents: "ydb.topic.reader.stream",
116116
TopicReaderMessageEvents: "ydb.topic.reader.message",
117117
TopicReaderPartitionEvents: "ydb.topic.reader.partition",

0 commit comments

Comments
 (0)