Scrubbing references to the deprecated OSS version from the
documentation. There were a few places it seemed like leaving the
reference made sense, so I annotated with a note it is deprecated.
## Test plan
I started Sourcegraph using sg, that seemed useful to test.
<!-- All pull requests REQUIRE a test plan:
https://docs.sourcegraph.com/dev/background-information/testing_principles
-->
---------
Co-authored-by: Joe Chen <joe@sourcegraph.com>
Rebrands PossibleSolutions as NextSteps to lower the bar for this field (the instructions don't need to provide an immediate solution, just guide the next steps once an alert is received)
To accommodate this, also makes the following changes:
- Refined guidance for how to write NextSteps
- alert_solutions.md -> alerts.md (+ redirect)
- prom-wrapper templates now indicate next steps instead of solutions
We were previously not validating that only one of OptionsQuery and Options is set
In dev docs, recommend skipping the lengthy Prometheus build in favour of authenticating against a cluster
Introduces a uniform Variables API, ContainerVariable, that abstracts away a lot of the behind-the-scenes dashboard config and potential gotchas to make it easier to define template variables on dashboards.
Also updates the monitoring local dev instructions to recommend sg commands where relevant.