0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

.NET Core 2.1 で AWS X-Ray を使う

Last updated at Posted at 2019-08-14

.NET Core 2.1 のアプリで AWS X-Ray を利用しようとしてちょっとハマってしまったのでメモ。

AWS のドキュメントしか読まずにプログラム書いてて、
Github のプロジェクトサイト見ようとしてなかったので、
関係ないこと調べまくる羽目になりました。

詳細はプロジェクトサイトの How to use に書いてあります。
https://github.com/aws/aws-xray-sdk-dotnet

.NET Core 2.1以上を利用する場合、
app.UseXRay() ミドルウェアは何はさておき最初に呼び出す必要があるので注意。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?