aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
...
| * Use more elaborate configId for metricsproxy containers.gjoranv2019-05-202-2/+2
| | | | | | | | - admin/metrics/0 => admin/metrics/metricsproxy.0
* | Add disk-speedJon Bratseth2019-05-201-1/+2
| |
* | Test provisioning with slow diskJon Bratseth2019-05-201-3/+4
| |
* | Take disk speed into accountJon Bratseth2019-05-181-1/+13
| |
* | Nonfunctional changes onlyJon Bratseth2019-05-171-1/+0
|/
* Merge pull request #9412 from vespa-engine/gjoranv/new-metrics-proxy-fixesgjoranv2019-05-166-74/+93
|\ | | | | Gjoranv/new metrics proxy fixes
| * Allow built-in config definitions without 'com.yahoo' prefix.gjoranv2019-05-163-52/+66
| | | | | | | | | | | | | | - The hardcoded package prefix prevented lookup of producers for configs without the prefix. + Fix and refactor to use the already resolved builder class instead Config(Definition)Key.
| * Remove one duplicate of monitoring config default values.gjoranv2019-05-141-15/+9
| | | | | | | | | | - They are still duplicated in DomAdminBuilderBase. - Align def file value with default in DomAdminBuilderBase.
| * Fix and simplify generation of absolute jar file path.gjoranv2019-05-143-9/+20
| | | | | | | | + add missing unit test
* | Merge pull request #9359 from vespa-engine/ollivir/feed-parsing-error-metricsOlli Virtanen2019-05-161-0/+1
|\ \ | | | | | | Feed parsing error metrics
| * | Collect metrics for parsing failuresOlli Virtanen2019-05-101-0/+1
| | |
* | | Merge pull request #9391 from vespa-engine/freva/add-publiccdValerij Fredriksen2019-05-141-1/+1
|\ \ \ | | | | | | | | Add public cd system name
| * | | Always use value for SystemName, Environment and RegionNameValerij Fredriksen2019-05-141-1/+1
| | | |
* | | | Merge pull request #9405 from vespa-engine/freva/use-new-default-lb-pathValerij Fredriksen2019-05-141-3/+3
|\ \ \ \ | |_|_|/ |/| | | Use new lb file path
| * | | Use new lb file pathValerij Fredriksen2019-05-141-3/+3
| |/ /
* | | Merge pull request #9336 from ↵Bjørn Meland2019-05-146-13/+23
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/bjormel/Splunk-phoneHomeIntervalInSecs VESPA-15154: phoneHomeIntervalInSecs for Splunk deployment-client cfg
| * | | VESPA-15154: phoneHomeIntervalInSecs for Splunk deployment-client cfgBjorn Meland2019-05-096-13/+23
| | | |
* | | | Merge pull request #9172 from vespa-engine/bjorncs/logserver-cleanupBjørn Christian Seime2019-05-142-6/+3
|\ \ \ \ | |_|/ / |/| | | Remove legacy protocol from logserver
| * | | Remove logserver legacy port from config modelBjørn Christian Seime2019-04-242-6/+3
| | | |
* | | | Merge pull request #9362 from ↵gjoranv2019-05-131-34/+121
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/yngveaasheim/avoid-average-of-averages [VESPA-15011] Avoid average of averages.
| * | | | [VESPA-15011] Remove TODOs for 'last' valuesYngve Aasheim2019-05-131-2/+3
| | | | | | | | | | | | | | | We'll decide what to do with those at a later time. Also add 'sum' for thread metric.
| * | | | [VESPA-15011] Avoid average of averages.Yngve Aasheim2019-05-101-36/+122
| | | | |
* | | | | Merge pull request #9352 from vespa-engine/gjoranv/new-metrics-proxy_3gjoranv2019-05-1316-47/+901
|\ \ \ \ \ | | | | | | | | | | | | Gjoranv/new metrics proxy 3
| * | | | | Inline helper method.gjoranv2019-05-131-6/+1
| | | | | |
| * | | | | Move amending of default consumer to Admin.gjoranv2019-05-133-19/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The metrics proxy cluster is not set up (because it is a per-node service) by the time the amender is run.
| * | | | | Allow adding metrics to the default consumer, for model amenders.gjoranv2019-05-108-24/+70
| | | | | |
| * | | | | Remove 'healthport' from vespa-services config.gjoranv2019-05-101-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Only one port is used per service.
| * | | | | Exclude http-utils and apache httpclient.gjoranv2019-05-101-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | - Not needed to generate config, and saves 1 MB bundle size.
| * | | | | Use string constant from metrics-proxy to avoid duplication.gjoranv2019-05-101-1/+2
| | | | | |
| * | | | | New metrics-proxygjoranv2019-05-1013-40/+840
| | |_|_|/ | |/| | |
* | | | | Merge branch 'master' into balder/honour-jvm-elementHenning Baldersheim2019-05-1145-283/+372
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | AllocatedHost serialization completenessJon Bratseth2019-05-102-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Serialize node resources instead of flavor when appropriate - Serialize aliases - Proper (de)serialization testing
| * | | | Nonfunctional changes onlyJon Bratseth2019-05-101-1/+0
| |/ / /
| * | | Garbage collect metrics removed with Vespa 6Yngve Aasheim2019-05-091-13/+0
| | | |
| * | | Remove noop: The model version will always be the version this code is ↵Harald Musum2019-05-091-1/+0
| | | | | | | | | | | | | | | | compiled for
| * | | Revert "Gjoranv/reapply new metrics proxy "Bjørn Christian Seime2019-05-0914-853/+41
| | | |
| * | | Merge pull request #9329 from vespa-engine/bratseth/nonfunctional-changesJon Bratseth2019-05-092-5/+6
| |\ \ \ | | | | | | | | | | Add a comment and rename some variables
| | * | | Add a comment and rename some variablesJon Bratseth2019-05-092-5/+6
| | | |/ | | |/|
| | * | Revert "Bratseth/emit float tensors in config"Arnstein Ressem2019-05-0810-36/+31
| | | |
| | * | Emit float tensor types in config when specifiedJon Bratseth2019-05-0710-31/+36
| | | |
| * | | Exclude http-utils and apache httpclient.gjoranv2019-05-081-0/+11
| | | | | | | | | | | | | | | | - Not needed to generate config, and saves 1 MB bundle size.
| * | | Use string constant from metrics-proxy to avoid duplication.gjoranv2019-05-081-1/+2
| | | |
| * | | Reapply Gjoranv/New metrics proxygjoranv2019-05-0713-40/+840
| | | | | | | | | | | | | | | | This reverts commit 8b0272c3104080d1f293e6a709208d2ea149fc03.
| * | | Revert "Gjoranv/New metrics proxy"gjoranv2019-05-0713-840/+40
| | | |
| * | | Merge pull request #9266 from vespa-engine/gjoranv/new-metrics-proxy_rebased2gjoranv2019-05-0713-40/+840
| |\ \ \ | | |/ / | |/| | Gjoranv/New metrics proxy
| | * | Require consecutive ports and add tests for port allocation.gjoranv2019-05-073-7/+63
| | | |
| | * | Use compile scope for metrics-proxy (not provided runtime).gjoranv2019-05-031-1/+1
| | | |
| | * | Revert file that was modified by accident.gjoranv2019-05-031-5/+0
| | | |
| | * | Add tests for metrics proxy model.gjoranv2019-05-033-26/+377
| | | |
| | * | Install metrics-proxy on MetricsProxyContainerClusters.gjoranv2019-05-029-7/+405
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add metrics-proxy dep to config-model. * Install metrics-proxy bundle for MPConatinerClusters. * Add metrics-proxy components and generate configs. * Put node specific components to the Container, not the cluster.