Commit 56398e7e authored by Evan Read's avatar Evan Read

Add tier badges to Sidekiq API topics

parent 75c5c9ef
# Admin Sidekiq queues API # Sidekiq queues administration API **(CORE ONLY)**
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/25998) in GitLab 12.9 > [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/25998) in GitLab 12.9
...@@ -15,7 +15,7 @@ The response has three fields: ...@@ -15,7 +15,7 @@ The response has three fields:
delete further jobs (including those added after the first request delete further jobs (including those added after the first request
was issued). was issued).
This API endpoint is only available to admin users. This API endpoint is only available to administrators.
```plaintext ```plaintext
DELETE /admin/sidekiq/queues/:queue_name DELETE /admin/sidekiq/queues/:queue_name
......
...@@ -116,7 +116,7 @@ The following API resources are available outside of project and group contexts ...@@ -116,7 +116,7 @@ The following API resources are available outside of project and group contexts
| Resource | Available endpoints | | Resource | Available endpoints |
|:---------------------------------------------------|:------------------------------------------------------------------------| |:---------------------------------------------------|:------------------------------------------------------------------------|
| [Instance-level CI/CD variables](instance_level_ci_variables.md) | `/admin/ci/variables` | | [Instance-level CI/CD variables](instance_level_ci_variables.md) | `/admin/ci/variables` |
| [Admin Sidekiq queues](admin_sidekiq_queues.md) | `/admin/sidekiq/queues/:queue_name` | | [Sidekiq queues administration](admin_sidekiq_queues.md) **(CORE ONLY)** | `/admin/sidekiq/queues/:queue_name` |
| [Appearance](appearance.md) **(CORE ONLY)** | `/application/appearance` | | [Appearance](appearance.md) **(CORE ONLY)** | `/application/appearance` |
| [Applications](applications.md) | `/applications` | | [Applications](applications.md) | `/applications` |
| [Audit Events](audit_events.md) **(PREMIUM ONLY)** | `/audit_events` | | [Audit Events](audit_events.md) **(PREMIUM ONLY)** | `/audit_events` |
...@@ -148,7 +148,7 @@ The following API resources are available outside of project and group contexts ...@@ -148,7 +148,7 @@ The following API resources are available outside of project and group contexts
| [Search](search.md) | `/search` (also available for groups and projects) | | [Search](search.md) | `/search` (also available for groups and projects) |
| [Settings](settings.md) **(CORE ONLY)** | `/application/settings` | | [Settings](settings.md) **(CORE ONLY)** | `/application/settings` |
| [Statistics](statistics.md) | `/application/statistics` | | [Statistics](statistics.md) | `/application/statistics` |
| [Sidekiq metrics](sidekiq_metrics.md) | `/sidekiq` | | [Sidekiq metrics](sidekiq_metrics.md) **(CORE ONLY)** | `/sidekiq` |
| [Suggestions](suggestions.md) | `/suggestions` | | [Suggestions](suggestions.md) | `/suggestions` |
| [System hooks](system_hooks.md) | `/hooks` | | [System hooks](system_hooks.md) | `/hooks` |
| [Todos](todos.md) | `/todos` | | [Todos](todos.md) | `/todos` |
......
# Sidekiq Metrics API # Sidekiq Metrics API **(CORE ONLY)**
> Introduced in GitLab 8.9. > Introduced in GitLab 8.9.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment