Skip to content

Commit

Permalink
adjust some titles
Browse files Browse the repository at this point in the history
  • Loading branch information
popduke committed Mar 13, 2024
1 parent a6829d1 commit 15662f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docs/05_user_guide/3_api/intro.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: intro
sidebar_position: 0
title: "Overview"
title: "API Overview"
---
BifroMQ incorporates built-in API capabilities, allowing for operations such as disconnecting client connections, querying session status, publishing messages, and managing subscriptions. These features enable the integration of BifroMQ's management operations into custom management workflows.

Expand Down
2 changes: 1 addition & 1 deletion website/docs/07_admin_guide/01_configuration/intro.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: "intro"
sidebar_position: 0
title: "Overview"
title: "Configuration Overview"
---

Based on different usage scenarios, BifroMQ divides configurations into system-level and tenant-level. System-level configurations are set at the system's startup and cannot be changed afterward. In contrast, tenant-level configurations can be dynamically adjusted during runtime as needed, and their initial values can also be customized at the system's startup. The capability for tenant-level settings requires the implementation of a custom [setting provider](../../06_plugin/4_setting_provider/intro.md) plugin, which is not covered in this chapter.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: "intro"
sidebar_position: 0
title: "Overview"
title: "Metrics"
---

BifroMQ adopts [Micrometer](https://micrometer.io/) as its framework for metrics collection, analogous to its use of SLF4J and Logback for logging purposes. Micrometer acts as the "SLF4J for metrics" within BifroMQ, providing an easy way to collect metrics without binding users to a specific metrics backend. Instead, users are free to choose their preferred monitoring system and can direct metrics to it using BifroMQ's plugin mechanism.
Expand Down

0 comments on commit 15662f8

Please sign in to comment.