Skip to content

Commit e274d5c

Browse files
committed
[#12159] Enable all configurations for heatmap support
1 parent a3668e9 commit e274d5c

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

collector-starter/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ pinpoint:
2020
otlpmetric:
2121
enabled: true
2222
heatmap:
23-
enabled: false
23+
enabled: true
2424
realtime:
2525
enabled: true

web-starter/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pinpoint:
2929
otlpmetric:
3030
enabled: true
3131
heatmap:
32-
enabled: false
32+
enabled: true
3333
realtime:
3434
enabled: true
3535

web/src/main/resources/pinpoint-web-root.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,3 @@ experimental.enableServerMapRealTime.description=Enable real-time update in the
128128
experimental.enableServerMapRealTime.value=true
129129
experimental.sampleScatter.description=Sample data in the scatter chart.
130130
experimental.sampleScatter.value=true
131-
experimental.enableHeatmap.description=Enable Heatmap to visualize response times.
132-
experimental.enableHeatmap.value=true

0 commit comments

Comments
 (0)