Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Support for tail based sampling?

オープン
#4,769 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

メンテナーはふだん 2 日以内に返信

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
30/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
静か
技術スタック
java
領域
observability

調査の方向性

ファイル、テスト、エントリーポイントは指定されていません。まず ApplicationInsights-Java の既存のサンプリングとテレメトリの動作を確認し、そのうえで、実装の完了を判断する前に、tail-based ルールが遅い依存関係と失敗した span または trace をどのように扱うべきかを明確にしてください。

索引モデルが issue の本文から書いたものです。

説明

Is your feature request related to a problem? Please describe.
We want to have more control over sampling in our application.

  1. Don't record dependencies that are less than 100ms(successpath), but record everything that is >100ms. (numbers are arbitrary)
  2. Record 100% failed telemetry(span/trace/etc) as described here https://github.com/microsoft/ApplicationInsights-Java/issues/3511 . Recording only exception doesn't give much context if everything surrounding it is sampled.
    We want to lower our costs but also have useful telemetry, I believe having tail based sampling would greatly help us.

Describe the solution you would like
Add support for tail based sampling to have more control?

Describe alternatives you have considered
Describe any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

主要言語
Java
スター
327
フォーク
222
平均マージ
22時間 34分
マージ済み PR(30日)
14

環境構築

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

microsoft/ApplicationInsights-Java のほかの issue

microsoft/ApplicationInsights-Java の issue をすべて見る

似ている issue

Java の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。