Skip to content

Commit

Permalink
[pinpoint-apm#11170] Align exceptionTrace tableName with manual
Browse files Browse the repository at this point in the history
  • Loading branch information
intr3p1d committed Jun 21, 2024
1 parent d6f398e commit 402c27f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"tableName": "exceptionTraceV1",
"tableName": "exceptionTrace",
"tableType": "OFFLINE",
"segmentsConfig": {
"schemaName": "exceptionTraceV1",
"schemaName": "exceptionTrace",
"replication": "1",
"replicasPerPartition": "1",
"segmentPushFrequency": "HOURLY",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"tableName": "exceptionTraceV1",
"tableName": "exceptionTrace",
"tableType": "REALTIME",
"segmentsConfig": {
"schemaName": "exceptionTrace",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"schemaName": "exceptionTraceV1",
"schemaName": "exceptionTrace",
"dimensionFieldSpecs": [
{
"name": "tenantId",
Expand Down

0 comments on commit 402c27f

Please sign in to comment.