Commit c19c770
Install telemetry.def so the config server can resolve it (#37246)
The ai.vespa.telemetry.telemetry config is produced by ContainerCluster
but telemetry.def was never installed to share/vespa/configdefinitions,
so a packaged config server's StaticConfigDefinitionRepo could not resolve
it. This made the config REST API config-traversal system test fail with
"Unable to find config definition for 'ai.vespa.telemetry.telemetry'".
Add the missing install_config_definition line (no vespa_generate_config:
telemetry.def has no C++ consumer, unlike open-telemetry.def).
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 45221a5 commit c19c770
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
0 commit comments