{% extends "base.html" %} {% block content %} Instance {% if mode == "create" %}Add a managed instance.{% else %}Edit managed instance.{% endif %} Instances represent PostgreSQL-backed GPDB connections. Graphs are discovered from the instance and shown globally in the dashboard. {% if mode == "create" %}New instance{% else %}{{ instance.display_name }}{% endif %} {% if mode == "create" %} Slug {% else %} Slug {% endif %} Display name Description {% if mode == "create" or instance.mode == "external" %} Host Port Database Username Password {% endif %} {% if mode == "edit" %} Instance is active {% endif %} {% if mode == "create" %}Add instance{% else %}Save changes{% endif %} Back {% endblock %}
Instance
Instances represent PostgreSQL-backed GPDB connections. Graphs are discovered from the instance and shown globally in the dashboard.