The Charm Store will undergo scheduled database maintenance on July 5, 2026 22:00 to July 6, 02:00 UTC. During this time, you may be unable to access charm and bundle metadata or publish updates. No user action is required and services will automatically resume once maintenance is complete.

Generic Exporter

Marcus Boden Publisher

Platform:

Ubuntu
24.04 22.04 20.04
Channel Revision Published Runs on
dev/edge 46 12 Jun 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
dev/edge 45 01 Jun 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
dev/edge 44 01 Jun 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
dev/edge 43 01 Jun 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
dev/edge 42 01 Jun 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
dev/edge 41 01 Jun 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
dev/edge 40 01 Jun 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
dev/edge 39 01 Jun 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
dev/edge 38 01 Jun 2026
Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
juju deploy generic-exporter --channel dev/edge

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.