Skip to content

Commit 0da77e5

Browse files
committed
[pinpoint-apm#11111] Modify name for exception trace pinot tables and schema
1 parent 9e0c184 commit 0da77e5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

exceptiontrace/exceptiontrace-common/src/main/pinot/pinot-exceptionTrace-offline-table.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"tableName": "exceptionTrace_OFFLINE",
2+
"tableName": "exceptionTraceV1",
33
"tableType": "OFFLINE",
44
"segmentsConfig": {
5-
"schemaName": "exceptionTrace",
5+
"schemaName": "exceptionTraceV1",
66
"replication": "1",
77
"replicasPerPartition": "1",
88
"segmentPushFrequency": "HOURLY",

exceptiontrace/exceptiontrace-common/src/main/pinot/pinot-exceptionTrace-realtime-table.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"tableName": "exceptionTrace_REALTIME",
2+
"tableName": "exceptionTraceV1",
33
"tableType": "REALTIME",
44
"segmentsConfig": {
55
"schemaName": "exceptionTrace",

exceptiontrace/exceptiontrace-common/src/main/pinot/pinot-exceptionTrace-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"schemaName": "exceptionTrace",
2+
"schemaName": "exceptionTraceV1",
33
"dimensionFieldSpecs": [
44
{
55
"name": "tenantId",

0 commit comments

Comments
 (0)