Skip to content

Commit

Permalink
fix: fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
YarikRevich committed Dec 9, 2024
1 parent e6dc833 commit c182bdd
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
36 changes: 34 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,42 @@ diagnostics:
In the **~/.objectstorage/internal/database** directory there will be located internal database data, if **sqlite3**
option is selected as target database.
> If **GCS** is selected, please make sure **Cloud Resource Manager API** service is enabled.
> Currently max object size is **1GB**. This limitation will be changed in the future.
### CLI
![cli](./docs/examples/cli.gif)
### Diagnostics dashboard
For **ObjectStorage API Server** configuration the following section should be modified:
```yaml
# Represents section used for ObjectStorage API Server diagnostics configuration.
diagnostics:
# Enables diagnostics functionality.
enabled: true

# Represents section used for ObjectStorage diagnostics metrics configuration.
metrics:
# Represents port used for metrics endpoint.
port: 8090

If GCS is selected, please make sure Cloud Resource Manager API is enabled.
# Represents section used for ObjectStorage diagnostics Grafana instance.
grafana:
# Represents port used for Grafana instance deployment.
port: 8091

# Represents section used for ObjectStorage diagnostics Prometheus instance.
prometheus:
# Represents port used for Prometheus instance deployment.
port: 8120

# Represents section used for ObjectStorage diagnostics Prometheus Node Exporter instance.
node-exporter:
# Represents port used for Prometheus Node Exporter instance deployment.
port: 8121
```
Currently max object size is 1GB, will be changed in the future.
![diagnostics](./docs/examples/diagnostics.gif)
Binary file added docs/examples/diagnostics.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c182bdd

Please sign in to comment.