ClickHouse/programs/diagnostics/CONTRIBUTION.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

50 lines
680 B
Markdown
Raw Normal View History

2022-04-27 12:22:20 +00:00
# Contribution
2022-04-28 08:54:56 +00:00
We keep things simple. Execute all commands in this folder.
2022-04-27 12:22:20 +00:00
## Requirements
- docker - tested on version 20.10.12.
- golang >= go1.17.6
## Building
Creates a binary `clickhouse-diagnostics` in the local folder. Build will be versioned according to a timestamp. For a versioned release see [Releasing](#releasing).
```bash
make build
```
## Linting
We use [golangci-lint](https://golangci-lint.run/). We use a container to run so no need to install.
```bash
make lint-go
```
## Running Tests
```bash
make test
```
For a coverage report,
```bash
make test-coverage
```
## Adding Collectors
TODO
## Adding Outputs
TODO
## Frames
## Parameter Types