0

Is anyone aware of a general pattern or resource(website,book,presentation?) that lays out a suggested way to instrument a wcf service using sensu checks? my group is gearing up to start the mandatory move to sensu, but I'm not certain what general format/pattern would be best to instrument our wcf service?

I'm thinking that I'll just add method(s) to the service that is a 'health check' and have that respond and write checks against that.

Thanks in advance.

4

1 に答える 1

1

WCF 固有の記述についてはわかりませんが、より広い意味で見てみましょう。.NET で実行される Web サーバーで Web サービスをホストしています。

そのように見ると確認できること:

  • Web サーバーは要求に応答していますか (.svc に対して GET を実行します)?
  • アプリケーション イベント ログには .NET のエラー エントリが含まれていますか?
  • アプリケーション ログにアプリケーションのエラー エントリが含まれています?
于 2014-09-03T16:03:06.257 に答える