EventStoreDB Metrics
Configuration Options
Required Options
type(required)
The component type. This is a required field for all components and tells Vector which component to use.
Type | Syntax | Default | Example |
---|---|---|---|
string | literal | ["eventstoredb_metrics"] |
Advanced Options
endpoints(optional)
Endpoints to scrape stats from.
Type | Syntax | Default | Example |
---|---|---|---|
string | literal | https://localhost:2113/stats | ["https://localhost:2113/stats"] |
scrape_interval_secs(optional)
The interval between scrapes, in seconds.
Type | Syntax | Default | Example |
---|---|---|---|
uint | 15 |
proxy(optional)
Configures an HTTP(S) proxy for Vector to use. By default, the globally configured proxy is used.
Type | Syntax | Default | Example |
---|---|---|---|
hash | literal | [] |
default_namespace(optional)
The namespace used otherwise will be defaulted to eventstoredb.
Type | Syntax | Default | Example |
---|---|---|---|
string | literal | eventstoredb | ["app-123-eventstoredb"] |
How it Works
State
This component is stateless, meaning its behavior is consistent across each input.
Context
By default, the eventstoredb_metrics
source augments events with helpful
context keys.