Commit ea18f7f
authored
Update the list of supported ClickHouse versions to the latest and relevant metrics (DataDog#21294)
* added system_metrics generator and generated queries
* updated default hatch env matrix, added keeper repo
* update docker compose files, switched from zookeeper to clickhouse-keeper
* updated base conftest for new docker compose
* added generator for system events
* updated generator, added tests template
* added generated data
* updated metadata.csv
* updated tests
* added async metrics parsing
* added support of plain and json logs by default
* fixed linters
* exported new dashboard
* added 25.8 and removed 25.5 versions metrics
* fixed max desc length for metadata file
* added metrics based on system.errors
* added metrics stat counter
* added system errors check to the agent and fixed e2e
* explicit query match mapping
* added explicit agent check before the next assert
* switch system.errors metrics type to monotonic_gauge and extended metadata.csv descriptions with that info
* added changelog entry
* updated conf.yaml.example file
* increased conditions waiting time on the env startup
* split compose files for mounted logs testing and the regular run
* fixed metrics_metadata
* fixed UNKNOWN_IDENTIFIER metrics name
* updated conf.example with new ddev
* fixed license-headers
* small fixes on dashboard panels
* update tests with brand new CH client
* linter fix in conftest
* removed unfinished test
* template typo fixes + renamed metrics prefixes and the package name
* removed 25.6 and 25.7 versions
* simplified docker setup to 1 CH and 1 Keeper nodes
* updated docker setup for legacy CH versions
* renamed hatch generator script
* rolled back old metrics + added version specific ones
* fix format
* CI sync
* added changelog file
* fixed license-headers validator
* renamed changelog file
* renamed metrics on the dashboard
* fixed some leftovers after merge
* updated flush_interval_milliseconds for newer CH versions for DBM integration tests
* fixed DBM tests on supported CH versions
* fixed formatter
* updated license-headers
* returned previous manifest metric-check name
* removed all quantiles
* removed `ddsource` assertion from the tests
* return ddsource back to fqt_events as it was before
* added cache for query manager
* added TLS setting after merge conflicts
* fixed dbm_integration tests after the merge
* added 23.2 and 23.8 to the legacy versions
* onboarded new config settings
* fixed LogTrace event metric
* introduced generic errors.raised metric for all the errors
* set version gating for system errors to 21.3 to have remote column
* added test for system errors query, fixed dbm query check
* fixed linter1 parent 667cd46 commit ea18f7f
58 files changed
Lines changed: 14159 additions & 839 deletions
File tree
- .github/workflows
- clickhouse
- assets
- configuration
- dashboards
- logs
- changelog.d
- datadog_checks/clickhouse
- advanced_queries
- config_models
- data
- scripts
- templates
- tests
- docker
- macros
- override_configs
- volumes
- docker-entrypoint-initdb.d
- legacy
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
736 | 736 | | |
737 | 737 | | |
738 | 738 | | |
| 739 | + | |
739 | 740 | | |
740 | 741 | | |
741 | 742 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
123 | 133 | | |
124 | 134 | | |
125 | 135 | | |
| |||
405 | 415 | | |
406 | 416 | | |
407 | 417 | | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
408 | 439 | | |
409 | 440 | | |
| 441 | + | |
| 442 | + | |
410 | 443 | | |
411 | 444 | | |
412 | | - | |
413 | | - | |
| 445 | + | |
| 446 | + | |
414 | 447 | | |
| 448 | + | |
415 | 449 | | |
416 | 450 | | |
| 451 | + | |
| 452 | + | |
417 | 453 | | |
418 | 454 | | |
419 | | - | |
420 | | - | |
| 455 | + | |
| 456 | + | |
0 commit comments