Skip to content

Commit

Permalink
Increase publication size to include compression
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohamdg081992 committed Jul 15, 2023
1 parent 05bec02 commit 34af0c1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .pipelines/azure-pipeline-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ trigger:
branches:
include:
- main
- incpubsizesoham
pr:
autoCancel: true
branches:
Expand Down
4 changes: 2 additions & 2 deletions otelcollector/metricextension/me.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"publicationIntervalInSec":20,
"maxPublicationAttemptsPerMinute":12,
"maxPublicationPackageSizeInBytes":2000000,
"maxPublicationPackageSizeInBytes":5000000,
"maxPublicationBytesPerMinute":200000000,
"maxPublicationMetricsPerMinute":10000000,
"maxAggregationQueueSize":7000000,
Expand All @@ -23,4 +23,4 @@
"interningSwapPeriodInMin":10000,
"internalQueueSizeManagementPeriodInSec":10000,
"proxyDefinitionMode":1
}
}
4 changes: 2 additions & 2 deletions otelcollector/metricextension/me_ds.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"publicationIntervalInSec":20,
"maxPublicationAttemptsPerMinute":12,
"maxPublicationPackageSizeInBytes":2000000,
"maxPublicationPackageSizeInBytes":5000000,
"maxPublicationBytesPerMinute":200000000,
"maxPublicationMetricsPerMinute":10000000,
"maxAggregationQueueSize":7000000,
Expand All @@ -23,4 +23,4 @@
"interningSwapPeriodInMin":10000,
"internalQueueSizeManagementPeriodInSec":10000,
"proxyDefinitionMode":1
}
}
4 changes: 2 additions & 2 deletions otelcollector/metricextension/me_ds_internal.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"publicationIntervalInSec":20,
"maxPublicationAttemptsPerMinute":12,
"maxPublicationPackageSizeInBytes":2000000,
"maxPublicationPackageSizeInBytes":5000000,
"maxPublicationBytesPerMinute":200000000,
"maxPublicationMetricsPerMinute":10000000,
"maxAggregationQueueSize":7000000,
Expand All @@ -23,4 +23,4 @@
"interningSwapPeriodInMin":10000,
"internalQueueSizeManagementPeriodInSec":10000,
"proxyDefinitionMode":1
}
}
4 changes: 2 additions & 2 deletions otelcollector/metricextension/me_internal.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"publicationIntervalInSec":20,
"maxPublicationAttemptsPerMinute":12,
"maxPublicationPackageSizeInBytes":2000000,
"maxPublicationPackageSizeInBytes":5000000,
"maxPublicationBytesPerMinute":200000000,
"maxPublicationMetricsPerMinute":10000000,
"maxAggregationQueueSize":7000000,
Expand All @@ -23,4 +23,4 @@
"interningSwapPeriodInMin":10000,
"internalQueueSizeManagementPeriodInSec":10000,
"proxyDefinitionMode":1
}
}

0 comments on commit 34af0c1

Please sign in to comment.