Skip to content

feat(e2e): add MCP server observability tests - #1385

Open
dlom wants to merge 1 commit into
containers:mainfrom
dlom:OCPMCP-294
Open

feat(e2e): add MCP server observability tests#1385
dlom wants to merge 1 commit into
containers:mainfrom
dlom:OCPMCP-294

Conversation

@dlom

@dlom dlom commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Add tempo deployment to cluster, add observability pipeline stack tests, terminating at tempo.

xref: OCPMCP-294

Add tempo deployment to cluster, add observability pipeline stack tests,
terminating at tempo.

Assisted-by: Claude:claude-opus-4-6
Signed-off-by: Mark Old <mold@redhat.com>
@dlom
dlom requested review from Cali0707 and manusa as code owners August 20, 2026 16:44
Comment thread build/observability.mk
.PHONY: tempo-install
tempo-install: kubectl ## Deploy Tempo for e2e tracing tests
@echo "Installing Tempo..."
@$(KUBECTL) create namespace $(TEMPO_NAMESPACE) --dry-run=client -o yaml | $(KUBECTL) apply -f -

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

nit: namespace is also created in dev/config/tempo/deployment.yaml (see the Namespace resource in there)

@matzew

matzew commented Aug 27, 2026

Copy link
Copy Markdown
Collaborator

LGTM

overall!

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.

2 participants