Skip to content

Commit

Permalink
Merge pull request #10 from mackerelio-labs/added-howto-get-container
Browse files Browse the repository at this point in the history
added how to get container image.
  • Loading branch information
yseto committed May 20, 2024
2 parents e7ecbd4 + 3e853b9 commit 0a18eb2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,13 @@ DB からメトリックを収集して Mackerel のサービスメトリック
GROUP BY status
params: # プレースホルダのパラメータ値を指定します
- false
```
```
## コンテナイメージの取得方法
Amazon ECR Public Gallery にて公開しております。以下のようなコマンドでコンテナイメージを取得することができます。
```
docker pull public.ecr.aws/mackerel/mackerel-sql-metric-collector:latest
```

0 comments on commit 0a18eb2

Please sign in to comment.