Open anch665 opened 1 year ago
Without a config that you've used it is impossible to tell if that's a misconfiguration or not.
https://github.com/go-graphite/carbonapi/blob/main/doc/configuration.md#unicoderangetables
There is an option that controls list of allowed symbols, and by default =
is not one of them. Same about your other question in #747
listen: "0.0.0.0:8087"
prefix: ""
expvar:
enabled: true
pprofEnabled: false
listen:
headersToPass:
- "X-Dashboard-Id"
- "X-Grafana-Org-Id"
- "X-Panel-Id"
headersToLog:
- "X-Dashboard-Id"
- "X-Grafana-Org-Id"
- "X-Panel-Id"
define:
-
name: "perMinute"
template: "perSecond({{.argString}})|scale(60)"
notFoundStatusCode: 404
# Max concurrent requests to CarbonZipper
concurency: 1000
cache:
type: "mem"
# Cache limit in megabytes
size_mb: 0
# Default cache timeout value. Identical to DEFAULT_CACHE_DURATION in graphite-web.
defaultTimeoutSec: 60
# Only used by memcache type of cache. List of memcache servers.
memcachedServers:
- "127.0.0.1:1234"
- "127.0.0.2:1235"
cpus: 0
# Timezone, default - local
#tz: ""
maxBatchSize: 1000000
graphite:
host: "localhost:2003"
interval: "60s"
prefix: "carbon.api"
pattern: "{prefix}.{fqdn}"
idleConnections: 100
pidFile: ""
unicodeRangeTables:
- "all"
# - "Cyrillic"
upstreams:
buckets: 100
upstreams:
buckets: 100
protocol: "carbonapi_v3_pb"
timeouts:
find: "20s"
render: "20s"
connect: "200ms"
slowLogThreshold: "10s"
concurrencyLimitPerServer: 0
keepAliveInterval: "30s"
maxIdleConnsPerHost: 10
graphite09compat: false
extractTagsFromArgs: true
backends:
- "http://localhost:8080"
expireDelaySec: 10
We have mongo metrics, they are displayed normally in graphite-web. We don't use Tags. but in carbonapi we get error
exaple curl request port 8085 - grapite-web 1.1.10
port 8087 - carbonapi
There is nothing in the log for this request.