Interface: PrometheusMongoDBExporterInputs

Properties

property type description
connectionString pulumi.Input‹string› the mongodb connection string
i.e. mongodb://localhost:27017
namespace pulumi.Input‹string› A kubernetes namespace. If present, this will override
the given provider's namespace.
provider k8s.Provider The pulumi kubernetes provider
resources abstractions.ComputeResources resource requests and limits
defaults to undefined (no requests or limits)
version undefined | string the docker image tag to use.
defaults to 0.11.0

connectionString

connectionString: pulumi.Input‹string›

the mongodb connection string i.e. mongodb://localhost:27017

Defined in prometheus-mongodb-exporter/index.ts:39


Optional namespace

namespace? : pulumi.Input‹string›

A kubernetes namespace. If present, this will override the given provider's namespace.

Defined in prometheus-mongodb-exporter/index.ts:29


Optional provider

provider? : k8s.Provider

The pulumi kubernetes provider

Defined in prometheus-mongodb-exporter/index.ts:24


Optional resources

resources? : abstractions.ComputeResources

resource requests and limits defaults to undefined (no requests or limits)

Defined in prometheus-mongodb-exporter/index.ts:44


Optional version

version? : undefined | string

the docker image tag to use. defaults to 0.11.0

Defined in prometheus-mongodb-exporter/index.ts:34