Skip to content

Adding subchannel support in observability - #82

Closed
fpfp100 wants to merge 2 commits into
mainfrom
users/pefan/subchannel
Closed

Adding subchannel support in observability #82
fpfp100 wants to merge 2 commits into
mainfrom
users/pefan/subchannel

Conversation

@fpfp100

@fpfp100 fpfp100 commented Nov 20, 2025

Copy link
Copy Markdown
Contributor

Adding subchannel support in observability

public static readonly GEN_AI_EXECUTION_SOURCE_ID_KEY = 'gen_ai.execution.sourceMetadata.id';
public static readonly GEN_AI_EXECUTION_SOURCE_NAME_KEY = 'gen_ai.channel.name';
public static readonly GEN_AI_EXECUTION_SOURCE_DESCRIPTION_KEY = 'gen_ai.channel.link';
public static readonly GEN_AI_EXECUTION_SOURCE_SUBCHANNEL_KEY = 'gen_ai.channel.subchannel';

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this property does not exist on the sentinel service.
We cannot introduce new properties without agreement with the service.

description?: string;

/** Optional subchannel identifier */
subchannel?: string;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not required. Lets capture sub channel in channel links field

* @param value The source metadata subchannel
* @returns Self for method chaining
*/
sourceMetadataSubchannel(value: string | null | undefined): BaggageBuilder {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not required

@fpfp100

fpfp100 commented Nov 25, 2025

Copy link
Copy Markdown
Contributor Author

sub channel is covered in PR #85. close this one

@fpfp100 fpfp100 closed this Nov 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants