Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional telemetry tags adds for various Orleans streaming components #8631

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Sep 12, 2023

  1. Add telemetry support to various Orleans streaming components

    This commit introduces telemetry features to several components of the Orleans streaming system. Specifically, a new class, StreamInstrumentsTagUtils, has been created to provide methods for initializing the relevant telemetry tags. This utility is now utilized in numerous places throughout the codebase, including the PubSubRendezvousGrain and PersistentStreamPullingAgent classes, where it facilitates the monitoring of crucial streaming activities. This aids in diagnostics and performance tracking, contributing to ongoing system improvement efforts.
    oising committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    bb31c0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9148e8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77af7d6 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'tagslist-for-streams-telemetry' of https://github.com/o…

    …ising/orleans into tagslist-for-streams-telemetry
    oising committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    eed369f View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    c8135c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08da875 View commit details
    Browse the repository at this point in the history