Generic Exporter

Marcus Boden Publisher

Platform:

Ubuntu
26.04 24.04 22.04 20.04
Channel Revision Published Runs on
dev/edge 89 25 Aug 2026
Ubuntu 26.04 Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
dev/edge 88 25 Aug 2026
Ubuntu 26.04 Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
dev/edge 87 25 Aug 2026
Ubuntu 26.04 Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
dev/edge 86 25 Aug 2026
Ubuntu 26.04 Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
dev/edge 85 25 Aug 2026
Ubuntu 26.04 Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
dev/edge 84 25 Aug 2026
Ubuntu 26.04 Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
dev/edge 83 25 Aug 2026
Ubuntu 26.04 Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
dev/edge 82 20 Aug 2026
Ubuntu 26.04 Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
dev/edge 81 20 Aug 2026
Ubuntu 26.04 Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
dev/edge 80 20 Aug 2026
Ubuntu 26.04 Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
dev/edge 77 19 Aug 2026
Ubuntu 26.04 Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
dev/edge 76 19 Aug 2026
Ubuntu 26.04 Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
dev/edge 74 19 Aug 2026
Ubuntu 26.04 Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
dev/edge 73 19 Aug 2026
Ubuntu 26.04 Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
dev/edge 63 10 Aug 2026
Ubuntu 26.04 Ubuntu 24.04 Ubuntu 22.04 Ubuntu 20.04
dev/edge 55 14 Jul 2026
Ubuntu 26.04 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.