本文へスキップ

Focus release notes

Focus v1.1.5

2023年3月22日

Change 入力可能なjsonデータの最大長を65536 Byteに修正

Focus v1.1.4

ログとパスに日付と特殊記号の*対応を追加

Feature ログとパスに日付(http://strftime.org) およびWildcard(*) 対応を追加

Focus v1.1.3

json input方式エラーの修正

Change コードエラーによるjson input方式の収集障害を修正

Focus v1.1.2

選定対象の表示

このバージョンは、コードエラーによってjson input方式の収集が正しく機能をしません。1.1.3バージョンにアップグレードすることをお勧めします。

ダウンロードは、以下のリンクからできます。

http://repo.whatap.io/index.html#focus/

Focus v1.1.1

focusモジュールで収集したメトリクス通知の設定時、復旧通知の誤作動を修正

以下のようにフォーカスモジュールの新しいバージョンがリリースされました。

  • 現象:focusモジュールで収集したメトリクス通知の設定時、復旧通知が誤作動
  • 原因:インスタンスを2つ以上収集する場合、通知でメトリクスのインスタンスを誤って割り当てられる問題が発生
  • 修正:「-pk」オプションを追加して、メトリクスのインスタンス フィールドを指定

K8SでPODの再起動を収集するデータ

{ "Pod" : "whatap-master-agent-756d6f6567-hpvsc", "Restart" : 0 }
{ "Pod" : "whatap-virtual-david-oberg-754fd79f5f-9s5vd", "Restart" : 147 }
{ "Pod" : "whatap-virtual-david-oberg-754fd79f5f-j4pfw", "Restart" : 141 }
{ "Pod" : "whatap-virtual-stanley-collett-5c8d998bcf-bfh6r", "Restart" : 142 }
{ "Pod" : "whatap-virtual-stanley-collett-5c8d998bcf-vh548", "Restart" : 144 }
{ "Pod" : "whatap-virtual-timothy-warren-79d4869b7c-4b6h6", "Restart" : 145 }
{ "Pod" : "whatap-virtual-timothy-warren-79d4869b7c-65k2h", "Restart" : 145 }

Podフィールドをインスタンスを区分して指定

kubectl get pod -n virtual2 --no-headers |\
awk '{printf "{ \"Pod\" : \"%s\", \"Restart\" : %s }\n",$1,$4} ' |\
./focus -license $WHATAP_LICENSE \
-pcode $WHATAP_PCODE -server.host $WHATAP_HOST \
-category $CATEGORY -pk Pod

$ ./focus -h

______ WHATAP
/ ____/___ _______ _______
/ /_ / __ \/ ___/ / / / ___/
/ __/ / /_/ / /__/ /_/ (__ )
/_/ \____/\___/\__,_/____/

WhaTap Focus ver 1.1.2
Copyright ⓒ 2019 WhaTap Labs Inc. All rights reserved.

2022/01/20 11:59:30 [error] no project code[-pcode]

usage: focus -pcode <pcode> : project code
...
-pk <fieldname> :[opt] primary key field

Focus v1.1.0

初期リリース