Skip to content

Commit

Permalink
visualize_metrics_using_grafana: service.md: replace deprecated function
Browse files Browse the repository at this point in the history
SYSTEM$GET_SERVICE_STATUS has been deprecated in favor of SHOW SERVICE
CONTAINERS IN SERVICE
  • Loading branch information
sfc-gh-vtimofeenko committed Sep 26, 2024
1 parent 515c912 commit 2846bd5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ The `make` command in the preceding section also creates a service specification
$$;
```

2. Call the SYSTEM$GET_SERVICE_STATUS function to verify that all of the service containers are running.
2. Run `SHOW SERVICE CONTAINERS IN SERVICE` statement to verify that all of the service containers are running.

```commandline
call SYSTEM$GET_SERVICE_STATUS('metrics_visualizer');
```
```sql
SHOW SERVICE CONTAINERS IN SERVICE metrics_visualizer;
```

0 comments on commit 2846bd5

Please sign in to comment.