Advanced parameters for Aiven for M3DB¶
Below you can find a summary of every configuration option available for Aiven for M3DB service:
custom_domain
=> [‘string’, ‘null’]Custom domain Serve the web frontend using a custom CNAME pointing to the Aiven DNS name
ip_filter
=> arrayIP filter Allow incoming connections from CIDR address block, e.g. ‘10.20.0.0/16’
static_ips
=> booleanStatic IP addresses Use static public IP addresses
limits
=> objectM3 limits
query_series
=> integerThe maximum number of series fetched in single query
query_require_exhaustive
=> booleanRequire exhaustive result When query limits are exceeded, whether to return error (if True) or return partial results (False)
m3coordinator_enable_graphite_carbon_ingest
=> booleanEnable Graphite ingestion using Carbon plaintext protocol Enables access to Graphite Carbon plaintext metrics ingestion. It can be enabled only for services inside VPCs. The metrics are written to aggregated namespaces only.
private_access
=> objectAllow access to selected service ports from private networks
m3coordinator
=> booleanAllow clients to connect to m3coordinator with a DNS name that always resolves to the service’s private IP addresses. Only available in certain network locations
public_access
=> objectAllow access to selected service ports from the public Internet
m3coordinator
=> booleanAllow clients to connect to m3coordinator from the public internet for service nodes that are in a project VPC or another type of private network
m3_version
=> [‘string’, ‘null’]M3 major version (deprecated, use m3db_version)
m3db_version
=> [‘string’, ‘null’]M3 major version (the minimum compatible version)
namespaces
=> arrayList of M3 namespaces
rules
=> objectM3 rules
mapping
=> arrayList of M3 mapping rules
service_to_fork_from
=> [‘string’, ‘null’]Name of another service to fork from. This has effect only when a new service is being created.
project_to_fork_from
=> [‘string’, ‘null’]Name of another project to fork a service from. This has effect only when a new service is being created.