Advanced Search
Search Results
9 total results found
vmagent
Links Title URL Targets http://vmagent-host:8429/targets API Targets http://vmagent-host:8429/api/v1/targets Service Discovery http://vmagent-host:8429/service-discovery Logs {"ts":"2025-03-07T03:59:26.070Z","level":"info","caller":"VictoriaMet...
vmoperator
VM Operator will install CRDs. kubectl get crd | grep victoria vlogs.operator.victoriametrics.com 2025-06-06T04:05:21Z vmagents.operator.victoriametrics.com 2025-06-06T04:05:21Z vmalertmanagerconfigs.operator.victoriametrics...
vmselect
Links Title URL vmui http://vmselect-host:8481/select/0/vmui Job Values http://vmselect-host:8481/select/0/prometheus/api/v1/label/job/values tomato{ "status": "success", "isPartial": false, "data": [ "apiserver", "backup_mysql_increm...
vmstorage
TTL kubectl get vmcluster kubectl edit vmcluster xxx vmcluster: vmstorage: retentionPeriod: "0.233" 1 means 30 days. 0.233 means 7 days.
Scrape Config
Static Config: -promscrape.config=scrape.yaml CRD VMScrapeConfig -> Prometheus ScrapeConfig VMServiceScrape -> Prometheus ServiceMonitor VM Operator will transfer CRD to -promscrape.config=scrape.yaml VM Operator VictoriaMetrics Operator 在你创建了 VMServiceS...
Installation
K8s 1.18.3 Can't install because the k8s version is too old. 0.50.0 Failed Chart: victoria-metrics-operator-0.39.1.tgz Image: 0.50.0 values.yaml: global.image.registry: “foo.example.com/prod” image.tag: “0.50.0” crds.enabled: false 0.35.0 Success Chart:...
maxQueryLen
Errors 422: error when executing query="sum(rate(container_cpu_usage_seconds_total{namespace=\"foo\",container!=\"POD\",container!=\"\",pod=~\"(agent-client-demo-54f8d....too long query; got 34101 bytes; mustn't exceed `-search.maxQueryLen=16384` bytes Conf...
maxScrapeSize
Errors promscrape.maxScrapeSize is too small exceeds -promscrape.maxScrapeSize=16777216; either reduce the response size for the target or increase -promscrape.maxScrapeSize Configuration Update vmagent deployment, add --promscrape.maxScrapeSize: 128MB. spe...
Too Many Labels
Errors 时间:2025-03-28T07:29:53.959Z 等级:WARN 调用位置:VictoriaMetrics/lib/timeserieslimits/timeseries_limits.go:72 消息:忽略具有 41 个标签的时序数据。 原因:超出了 -maxLabelsPerTimeseries=40 的限制。 建议:减少该指标的标签数量,或提高命令行参数 -maxLabelsPerTimeseries 的值。 Source{"ts":"2025-03-28T07:29:53.959Z...