Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Mizu
Commits
9cbae5d8
Commit
9cbae5d8
authored
3 years ago
by
Rami Berman
Browse files
Options
Download
Email Patches
Plain Diff
Update app.go
parent
9af97dc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
agent/pkg/app/app.go
+2
-2
agent/pkg/app/app.go
with
2 additions
and
2 deletions
+2
-2
agent/pkg/app/app.go
+
2
-
2
View file @
9cbae5d8
...
...
@@ -28,7 +28,7 @@ var (
)
func
RunInApiServerMode
(
namespace
string
)
*
gin
.
Engine
{
//
configureBasenineServer(shared.BasenineHost, shared.BaseninePort)
configureBasenineServer
(
shared
.
BasenineHost
,
shared
.
BaseninePort
)
startTime
=
time
.
Now
()
.
UnixNano
()
/
int64
(
time
.
Millisecond
)
api
.
StartResolving
(
namespace
)
...
...
@@ -36,7 +36,7 @@ func RunInApiServerMode(namespace string) *gin.Engine {
filteredOutputItemsChannel
:=
make
(
chan
*
tapApi
.
OutputChannelItem
)
enableExpFeatureIfNeeded
()
go
FilterItems
(
outputItemsChannel
,
filteredOutputItemsChannel
)
//
go api.StartReadingEntries(filteredOutputItemsChannel, nil, ExtensionsMap)
go
api
.
StartReadingEntries
(
filteredOutputItemsChannel
,
nil
,
ExtensionsMap
)
syncEntriesConfig
:=
getSyncEntriesConfig
()
if
syncEntriesConfig
!=
nil
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment