mcp: make SigNoz the primary observability MCP - #6
Merged
Conversation
DROOdotFOO
force-pushed
the
mcp-signoz-primary
branch
from
July 13, 2026 12:58
19232e8 to
def5f5a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Make SigNoz the primary observability MCP for Riddler, with Datadog demoted to a
disabled fallback (kept for one-flag rollback).
Changes
chezmoi.toml/.chezmoi.toml.tmpl:datadog = false,signoz = true.home/dot_mcp.json.tmpl: reordersignozabovedatadog(both stay flag-gated).executable_signoz-mcp-wrapper.sh.tmpl: read the token from the existingop://Employee/SigNoz mini-axol/service_account_tokenitem (no new secret).CLAUDE.md: MCP table + setup notes reflect SigNoz primary / Datadog fallback.Datadog config blocks are intentionally retained (gated
false) so a rollback is asingle flag flip.
Manual testing
chezmoi diff ~/.mcp.jsonshowssignozadded,datadogremoved.make setup-signoz-mcpbuilds the binary;make signoz-mcp-statusshows it installed.op read(non-empty).signoz_list_servicesreturns live data (axol-api-production), confirming auth.chezmoi updateon each machine to sync the managed clone.Note: the live host was activated by applying from the working copy; a plain
chezmoi applyshould wait until this is merged so the managed source matches.