aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/vespa/model/admin/metricsproxy/MetricsProxyContainerClusterTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Revert "Revert "Remove access logging for internal container clusters""Harald Musum2023-05-081-0/+28
|
* Revert "Remove access logging for internal container clusters"Harald Musum2023-05-081-28/+0
|
* Remove access logging for internalk container clustersHarald Musum2023-05-061-0/+28
|
* Revert "Reapply "Remove access logging for container clusters that are ↵Harald Musum2023-05-031-23/+0
| | | | internal""
* Revert "Revert "Reapply "Remove access logging for container clusters that ↵Harald Musum2023-04-291-0/+23
| | | | are internal"""
* Revert "Reapply "Remove access logging for container clusters that are ↵Harald Musum2023-04-281-23/+0
| | | | internal""
* Revert "Revert "Remove access logging for container clusters that are internal""Harald Musum2023-04-281-0/+23
|
* Revert "Remove access logging for container clusters that are internal"Harald Musum2023-04-271-23/+0
|
* Enable access logging for internal container clusters in hostedHarald Musum2023-04-271-4/+11
|
* Remove access logging for container clusters that are internalHarald Musum2023-04-271-2/+18
|
* Unify on Streams.toList()Henning Baldersheim2023-01-171-2/+1
|
* Convert config-model to junit5Bjørn Christian Seime2022-07-281-11/+11
|
* Don't install zkfacade and zookeeper-server bundles in metrics-proxy.gjoranv2022-07-271-1/+7
|
* Implement mechanism for avoiding unnecesssary bundles.gjoranv2022-07-261-12/+18
| | | | | + Avoid installing security bundles for clustercontroller and metrics-proxy.
* Merge pull request #23340 from vespa-engine/hmusum/remove-unused-meta-data-fieldHarald Musum2022-07-131-1/+0
|\ | | | | Remove 'user' field in application metadata and add deprecations for … [run-systemtest]
| * Remove 'user' field in application metadata and add deprecations for usageHarald Musum2022-07-041-1/+0
| | | | | | | | | | | | User was set in older Vespa versions when deploying locally, not set anymore and should not be used. Deprecate and add TODOs to remove in Vespa 9
* | Simplify by removing the not-so-useful generic param for Handlergjoranv2022-07-111-1/+1
| | | | | | | | - Uust declare it as a Component with other Components as children.
* | Revert "Inject default threadpool to handlers [run-systemtest]"Håkon Hallingstad2022-07-111-1/+1
| |
* | Simplify by removing the not-so-useful generic param for Handlergjoranv2022-07-091-1/+1
|/ | | | - Uust declare it as a Component with other Components as children.
* Fetch flag value for architecture for admin clusters correctlyHarald Musum2022-03-231-1/+1
|
* GC deprecated junit assertThat.Henning Baldersheim2021-12-211-8/+10
|
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Revert "Revert "Install common bundles via config model [run-systemtest]" ↵gjoranv2021-09-241-2/+1
| | | | MERGEOK"
* Revert "Install common bundles via config model [run-systemtest]"Henning Baldersheim2021-09-241-1/+2
|
* Make unit tests robust agains changes in platform bundles.gjoranv2021-09-231-2/+1
|
* Stop using metricsProxyMaxHeapSizeInMbHarald Musum2021-06-151-48/+1
| | | | | | | Prepare for removing feature flag. Need to keep the rest of the code until no config model uses it. Remove test that did not actually test anything (always 0 hosts in test), not needed anymore
* Apply max heap size for metrics proxy only for nodes in cluster of type 'admin'Harald Musum2021-03-011-13/+32
|
* Change default test flavour to fit cluster controllersJon Marius Venstad2021-02-191-1/+1
|
* Remove empty linesHenning Baldersheim2021-01-281-2/+0
|
* Use the same GC as the rest of the container clusters.Henning Baldersheim2021-01-281-1/+3
|
* Use plain strings for platform bundles, instead of file referencesgjoranv2020-07-181-2/+2
|
* Reapply "Load platform bundles separately 3"gjoranv2020-07-171-6/+5
| | | | This reverts commit 1c69b4e72b3212e3ce989a8675db08ac51b7f79d.
* Revert "Load platform bundles separately 3"Harald Musum2020-07-171-5/+6
|
* Move new config defs to already exported package, and add to CMakeListsgjoranv2020-07-161-1/+1
|
* Reapply "Load platform bundles separately"gjoranv2020-07-161-6/+5
| | | | This reverts commit 0355cb740fe498abc03861bcb64de5e418c2fa88.
* Revert "Reapply load platform bundles separately"Harald Musum2020-07-161-5/+6
|
* Move new config defs to already exported package, and add to CMakeListsgjoranv2020-07-161-1/+1
|
* Reapply "Load platform bundles separately"gjoranv2020-07-161-6/+5
| | | | This reverts commit 0355cb740fe498abc03861bcb64de5e418c2fa88.
* Revert "Load platform bundles separately"Harald Musum2020-07-161-5/+6
|
* Split bundles.def into platform-bundles and application-bundlesgjoranv2020-07-141-6/+5
| | | | - The new configs are only generated, but not used.
* Revert "Revert "Control -XX:CompressedClassSpaceSize jvm option.""Henning Baldersheim2020-02-201-0/+2
|
* Merge pull request #12288 from vespa-engine/gjoranv/add-telegraf-componentsgjoranv2020-02-201-234/+1
|\ | | | | Gjoranv/add telegraf components
| * Extract tests related to metrics consumers to a new class.gjoranv2020-02-201-235/+1
| |
* | Revert "Control -XX:CompressedClassSpaceSize jvm option."Bjørn Christian Seime2020-02-201-2/+0
|/
* Control -XX:CompressedClassSpaceSize jvm option.Henning Baldersheim2020-02-201-0/+2
|
* Propagate cloudwatch setup to telegraf config.gjoranv2020-02-191-2/+3
|
* Add test for public default metric set and non-existent set.gjoranv2020-02-121-0/+43
| | | | + Fix bug that allowed adding an unknown (null) metric set.
* Implement metrics dimensions processing.gjoranv2020-01-221-2/+3
| | | | | | | | | - retain only public dimensions - clusterId - serviceId + Move constants for public dimensions from config-model to new class in metrics-proxy
* Merge pull request #11840 from vespa-engine/gjoranv/node-infogjoranv2020-01-201-1/+1
|\ | | | | Gjoranv/node info