docs: Add Relation endpoints reference page (ISD-6396) - #33
Merged
danielvnguyen merged 4 commits intoSep 9, 2026
Conversation
danielvnguyen
requested review from
cardenasse,
erinecon and
srbouffard
and removed request for
a team
September 8, 2026 22:05
erinecon
approved these changes
Sep 9, 2026
erinecon
left a comment
Contributor
There was a problem hiding this comment.
Thanks for putting together the relations reference page 🚀 as a top-level note for the two suggestions I left: My understanding is that the standard guidance (from the Juju team) is to use "relation" as the noun and "integrate" as the verb.
Co-authored-by: Erin Conley <erin.conley@canonical.com>
Co-authored-by: Erin Conley <erin.conley@canonical.com>
danielvnguyen
enabled auto-merge (squash)
September 9, 2026 15:30
danielvnguyen
deleted the
docs/create-integration-references-page-isd-6396
branch
September 9, 2026 16:01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does
Adds a Relation endpoints page (
docs/reference/relation-endpoints.md) documenting all of the Juju integrations thatbingosupports.Covers all seven endpoints from
charmcraft.yaml:•
grafana-dashboard(grafana_dashboard) → grafana-k8s•
ingress(ingress) → traefik-k8s or ingress-configurator•
logging(loki_push_api) → loki-k8s•
metrics-endpoint(prometheus_scrape) → prometheus-k8s•
oauth(oauth) → hydra•
postgresql(postgresql_client) → postgresql-k8s•
tracing(tracing) → tempo-coordinator-k8sAlso adds a missing
oauthrow to the integrations table inREADME.md.Follows the platform-engineering-charm-template template and Discourse / Wordpress as examples.
Resolves https://warthogs.atlassian.net/browse/ISD-6396