Skip to content

Commit

Permalink
[ingester] support setting ttl of profile data
Browse files Browse the repository at this point in the history
  • Loading branch information
lzf575 authored and SongZhen0704 committed Sep 1, 2023
1 parent 3f8375d commit 8c9ebb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/ingester/datasource/handle.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const (
EVENT_EVENT = "event.event"
EVENT_PERF_EVENT = "event.perf_event"
EVENT_ALARM_EVENT = "event.alarm_event"
PROFILE = "profile"
PROFILE = "profile.in_process"
)

var DatasourceModifiedOnlyIDMap = map[DatasourceModifiedOnly]DatasourceInfo{
Expand Down

0 comments on commit 8c9ebb8

Please sign in to comment.