Supported OS Linux Mac OS Windows

インテグレーションバージョン2.10.1

RiakCS ダッシュボード

概要

Datadog で RiakCS のメトリクスをキャプチャして、以下のことができます。

  • RiakCS のキーメトリクスを視覚化できます。
  • RiakCS のパフォーマンスをアプリケーションの他の部分と関連付けることができます。

セットアップ

インストール

RiakCS チェックは Datadog Agent パッケージに含まれています。RiakCS ノードに追加でインストールする必要はありません。

コンフィギュレーション

  1. Agent のコンフィギュレーションディレクトリのルートにある conf.d/ フォルダーの riakcs.d/conf.yaml ファイルを編集します。使用可能なすべてのコンフィギュレーションオプションについては、サンプル riakcs.d/conf.yaml を参照してください。

    init_config:
    
    instances:
      ## @param access_id - string - required
      ## Enter you RiakCS access key.
      #
      - access_id: "<ACCESS_KEY>"
    
        ## @param access_secret - string - required
        ## Enter the corresponding RiakCS access secret.
        #
        access_secret: "<ACCESS_SECRET>"
    
  2. Agent を再起動します

検証

Agent の status サブコマンドを実行し、Checks セクションで riakcs を検索します。

収集データ

メトリクス

riakcs.block_delete.latency_mean
(gauge)
Mean latency of BLOCK DELETE operations performed
Shown as microsecond
riakcs.block_delete.meter_rate
(gauge)
Rate of BLOCK DELETE operations performed
Shown as operation
riakcs.block_get.latency_mean
(gauge)
Mean latency of BLOCK GET operations performed
Shown as microsecond
riakcs.block_get.meter_rate
(gauge)
Rate of BLOCK GET operations performed
Shown as operation
riakcs.block_put.latency_mean
(gauge)
Mean latency of BLOCK PUT operations performed
Shown as microsecond
riakcs.block_put.meter_rate
(gauge)
Rate of BLOCK PUT operations performed
Shown as operation
riakcs.bucket_create.latency_mean
(gauge)
Mean latency of BUCKET CREATE operations performed
Shown as microsecond
riakcs.bucket_create.meter_rate
(gauge)
Rate of BUCKET CREATE operations performed
Shown as operation
riakcs.bucket_delete.latency_mean
(gauge)
Mean latency of BUCKET DELETE operations performed
Shown as microsecond
riakcs.bucket_delete.meter_rate
(gauge)
Rate of BUCKET DELETE operations performed
Shown as operation
riakcs.object_delete.latency_mean
(gauge)
Mean latency of DELETE operations performed
Shown as microsecond
riakcs.object_delete.meter_rate
(gauge)
Rate of DELETE operations performed
Shown as operation
riakcs.object_get.latency_mean
(gauge)
Mean latency of GET operations performed
Shown as microsecond
riakcs.object_get.meter_rate
(gauge)
Rate of GET operations performed
Shown as operation
riakcs.object_put.latency_mean
(gauge)
Mean latency of PUT operations performed
Shown as microsecond
riakcs.object_put.meter_rate
(gauge)
Rate of PUT operations performed
Shown as operation
riakcs.service_get_buckets.latency_mean
(gauge)
Mean latency of GET BUCKETS operations performed
Shown as microsecond
riakcs.service_get_buckets.meter_rate
(gauge)
Rate of GET BUCKETS operations performed
Shown as operation
大部分の S3 API メトリクスとメモリ統計を含みます。いくつかが除外されています。

  • bucketacl(get|put)
  • objectacl(get|put)
  • bucketpolicy(get|put|delete)
  • in(one|total)
  • time_error*
  • _time_100

除外されたメトリクスや追加のメトリクス (1000 以上) は、instance_configmetrics キーを使って riakcs.d/conf.yaml コンフィギュレーションファイルに追加することができます。値はメトリクス名のリストである必要があります。

利用可能なメトリクスの全リストを参照してください。

イベント

RiakCS チェックには、イベントは含まれません。

サービスのチェック

riakcs.can_connect
Agent が監視対象の KyotoTycoon インスタンスに接続できない場合は、CRITICAL を返します。それ以外の場合は、OK を返します。
Statuses: ok, クリティカル

トラブルシューティング

ご不明な点は、Datadog のサポートチームまでお問合せください。

その他の参考資料

お役に立つドキュメント、リンクや記事: