generic-exporter-operator

Generic Exporter

Channel Revision Published Runs on
latest/edge 2 22 Jan 2026
Ubuntu 24.04 Ubuntu 22.04
latest/edge 1 22 Jan 2026
Ubuntu 24.04 Ubuntu 22.04
juju deploy generic-exporter-operator --channel edge
Show information

Platform:

Ubuntu
24.04 22.04

Learn about configurations >

  • exporter-port | int

    Port that the exporter listens on.

  • metrics-path | string

    Default: metrics

    The path on which the metrics are exported. Without a leading slash. Default is "metrics".

  • snap-channel | string

    The channel from which to install the snap. Cannot be used together with snap-revision. If both are unset, the snap will be installed from the "latest/stable" channel.

  • snap-classic | boolean

    If set to true, the snap will be set to classic confinement. The default is to use strict confinement.

  • snap-config | string

    A JSON formatted string of config options for the snap. These configurations will be passed directly to the snap.

  • snap-config-secret | secret

    Secret URI pointing to a secret that contains the "config" key with a JSON formatted string of sensitive config options for the snap. The config will be merged with snap-config and passed directly to the snap.

  • snap-name | string

    Name of the snap in the store.

  • snap-plugs | string

    The comma-separated list of snap plugs to connect for the installed snap. If not set, no interface will be connected. Example: "network,network-bind", "block-device".

  • snap-revision | int

    The revision of the snap to install. Cannot be used together with snap-channel.