Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.3.1版本测试--shard.max-series参数不存在 #112

Open
litianwang opened this issue Jul 6, 2023 · 0 comments
Open

v0.3.1版本测试--shard.max-series参数不存在 #112

litianwang opened this issue Jul 6, 2023 · 0 comments

Comments

@litianwang
Copy link

litianwang commented Jul 6, 2023

日志如下:

{"log":"Error: unknown flag: --shard.max-series 30000\n","stream":"stderr","time":"2023-07-06T05:14:47.175836688Z"}
{"log":"Usage:\n","stream":"stderr","time":"2023-07-06T05:14:47.176137705Z"}
{"log":"  Kvass coordinator [flags]\n","stream":"stderr","time":"2023-07-06T05:14:47.176151394Z"}
{"log":"\n","stream":"stderr","time":"2023-07-06T05:14:47.176154097Z"}
{"log":"Flags:\n","stream":"stderr","time":"2023-07-06T05:14:47.176156302Z"}
{"log":"      --config.file string                 config file path (default \"prometheus.yml\")\n","stream":"stderr","time":"2023-07-06T05:14:47.176158438Z"}
{"log":"      --coordinator.interval duration      the interval of coordinator loop (default 10s)\n","stream":"stderr","time":"2023-07-06T05:14:47.17616342Z"}
{"log":"      --explore.concurrence int            max explore concurrence (default 200)\n","stream":"stderr","time":"2023-07-06T05:14:47.17616599Z"}
{"log":"  -h, --help                               help for coordinator\n","stream":"stderr","time":"2023-07-06T05:14:47.176168244Z"}
{"log":"      --inject.kubernetes-proxy string     kube-apiserver proxy url to inject to all kubernetes sd\n","stream":"stderr","time":"2023-07-06T05:14:47.176170361Z"}
{"log":"      --inject.kubernetes-sa-path string   change default service account token path\n","stream":"stderr","time":"2023-07-06T05:14:47.176172517Z"}
{"log":"      --inject.kubernetes-url string       kube-apiserver url to inject to all kubernetes sd\n","stream":"stderr","time":"2023-07-06T05:14:47.176175125Z"}
{"log":"      --scrape.disable-keep-alive          disable http keep alive\n","stream":"stderr","time":"2023-07-06T05:14:47.176177307Z"}
{"log":"      --sd.init-timeout duration           max time wait for all job first service discovery when coordinator start (default 1m0s)\n","stream":"stderr","time":"2023-07-06T05:14:47.176179355Z"}
{"log":"      --shard.delete-pvc                   kvass will delete pvc when shard is removed (default true)\n","stream":"stderr","time":"2023-07-06T05:14:47.176181533Z"}
{"log":"      --shard.disable-alleviate            disable shard alleviation when shard is overload\n","stream":"stderr","time":"2023-07-06T05:14:47.176183694Z"}
{"log":"      --shard.max-head-series int          max head series of per shard, skipped if 0\n","stream":"stderr","time":"2023-07-06T05:14:47.176185658Z"}
{"log":"      --shard.max-idle-time duration       wait time before shard is removed after shard become idle,scale down is disabled if this flag is 0\n","stream":"stderr","time":"2023-07-06T05:14:47.176187807Z"}
{"log":"      --shard.max-process-series int       max head series of per shard, can not be 0 (default 1000000)\n","stream":"stderr","time":"2023-07-06T05:14:47.176189939Z"}
{"log":"      --shard.max-shard int32              max shard number (default 999999)\n","stream":"stderr","time":"2023-07-06T05:14:47.176191929Z"}
{"log":"      --shard.min-shard int32              min shard number\n","stream":"stderr","time":"2023-07-06T05:14:47.176193944Z"}
{"log":"      --shard.namespace string             namespace of target shard StatefulSets [shard.type must be 'k8s']\n","stream":"stderr","time":"2023-07-06T05:14:47.176196055Z"}
{"log":"      --shard.port int                     the port of sidecar server (default 8080)\n","stream":"stderr","time":"2023-07-06T05:14:47.176198113Z"}
{"log":"      --shard.selector string              label selector for select target StatefulSets [shard.type must be 'k8s'] (default \"app.kubernetes.io/name=prometheus\")\n","stream":"stderr","time":"2023-07-06T05:14:47.17620012Z"}
{"log":"      --shard.static-file string           static shards config file [shard.type must be 'static'] (default \"static-shards.yaml\")\n","stream":"stderr","time":"2023-07-06T05:14:47.176202557Z"}
{"log":"      --shard.type string                  type of shard deploy: 'k8s'(default), 'static' (default \"k8s\")\n","stream":"stderr","time":"2023-07-06T05:14:47.176205664Z"}
{"log":"      --web.address string                 server bind address (default \":9090\")\n","stream":"stderr","time":"2023-07-06T05:14:47.176207791Z"}
{"log":"\n","stream":"stderr","time":"2023-07-06T05:14:47.176220231Z"}
{"log":"unknown flag: --shard.max-series 30000\n","stream":"stdout","time":"2023-07-06T05:14:47.176158384Z"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant