Log inSign up
Axiom
870 posts
Image
user avatar
Axiom
@AxiomFM
AI-scale events, logs, metrics, & traces - instantly queryable, fractional cost.
๐ŸŒ
axiom.co
Joined August 2016
0
Following
8,698
Followers
  • Pinned
    user avatar
    Axiom
    @AxiomFM
    Sep 3, 2025
    Spotlight + AI is here โœจ - Investigate anomalies in secondsโ€”no guesswork, no endless query iteration. Select a region on a chart โ†’ Spotlight compares it against baseline behavior โ†’ Get a clear, trustworthy summary of whatโ€™s different Learn more โ†“
    Image
    00:00
    26K
  • user avatar
    Axiom
    @AxiomFM
    Jun 17
    every observability vendor has or will ship an mcp server within the next six months. most will just wrap the api they already had. that's the wrong shape on the other end. agents burn tokens on context built for a human to skim.
    Image
    00:00
    183
  • Axiom reposted
    user avatar
    Krish Goel
    @krshgl
    Jun 11
    Itโ€™s crazy to me how @LittlebirdAI can just - - monitor @AxiomFM to identify live issues, - read the codebase from @github + fetch recent merges, - get context from @SlackHQ - RCA and - create + assign fully context-aware @linear tickets All while I tweet in its praise.
    user avatar
    Littlebird
    @LittlebirdAI
    Jun 11
    Integrations are here. Littlebird now helps you work across all your tools and remembers everything. What you need to do, when you need it, and what that vague task from three Tuesdays ago was actually about. Need to make a Notion doc? Ask Littlebird. Need to update your
    Image
    00:00
    1.4K
  • user avatar
    Axiom
    @AxiomFM
    Jun 10
    a customer called years on a legacy o11y vendor โ€œlearned helplessness.โ€ you stop picking the best telemetry and start picking the cheapest billable footprint. eventually you donโ€™t notice you're doing it.
    Image
    00:00
    733
  • Axiom reposted
    user avatar
    Ben
    @benclmn
    May 13
    Just released a new pi extension to debug your Axiom logs
    Image
    GitHub - benclmnt/pi-axiom: Pi extension for querying Axiom logs
    From github.com
    554
  • Axiom reposted
    user avatar
    LlamaIndex ๐Ÿฆ™
    @llama_index
    Apr 29
    Parsing documents with AI agents just got a lot more seamless๐Ÿš€ We've rebuilt the LlamaParse MCP server to handle your document processing workflows, and you can connect it today to any MCP-compatible client at mcp.llamaindex.ai/mcp ๐ŸŒ Once connected, you'll be able to: ๐Ÿ“
    Image
    00:00
    20K
  • Axiom reposted
    user avatar
    Michael K
    @MKassabov
    Apr 28
    Adding @AxiomFM support to @alchemy_run and I think we have our process from nothing to usable resources for a cloud provider down to like 30 minutes of mostly agent waiting
    999
  • user avatar
    Axiom
    @AxiomFM
    Apr 14
    Distributed metrics systems force a hard tradeoff: hash by series for balanced writes, or by metric for fast reads โšก โ”” Fan out to every node? Slow queries. โ”” Pin metrics to one node? Write bottlenecks. โ”” At multi-tenant scale, neither extreme works. We solved it ๐Ÿ‘‡
    Image
    1.4K
    user avatar
    Axiom
    @AxiomFM
    Apr 14
    Replying to @AxiomFM
    What this means in production ๐Ÿ”Œ โ”” Faster dashboards: queries touch only the nodes that matter โ”” Better compression: data locality within subrings โ”” Built-in resilience: failover is the same mechanism as load balancing โ”” No per-metric ceilings: workloads scale without
    416
    user avatar
    Axiom
    @AxiomFM
    Apr 14
    Dynamic subrings serve a multi-tenant fleet where cardinality varies 1000x across customers ๐Ÿ” โ”” Try the interactive simulator in the post โ”” See the ring, subring, and auto-sizing in action Read the full deep dive โ†’
    axiom.co
    Dynamic subrings: Consistent hashing without the tradeoff
    How dynamic subrings let MetricsDB balance writes, reads, and resilience without compromise.
    339
  • Axiom reposted
    user avatar
    Brian Lovin
    Notion
    @brian_lovin
    Apr 10
    Advice to fellow side project tinkerers: don't forget to set up aggressive logging! (OTel traces + manual event capture + Vercel log drain into Axiom works great for me) I can fix most bug reports by pasting the user's email into an LLM connected to the Axiom MCP. Between events
    Image
    Image
    26K
  • user avatar
    Axiom
    @AxiomFM
    Apr 9
    Generic sort ignored how columns actually store data โšก โ”” Compare-sort treated bounded fields like arbitrary values โ”” Enums, bitmaps, and bools already had structure to exploit โ”” We introduced Sortable: each type implements Sort and Select Engine calls one contract. Algorithms
    1K
    user avatar
    Axiom
    @AxiomFM
    Apr 9
    Replying to @AxiomFM
    The lesson applies beyond our engine ๐Ÿ’ก โ”” Generic algorithms shine when you know nothing about the data โ”” Columnar layouts are wasted if sort ignores encoding โ”” One interface let us upgrade many types independently
    276
    user avatar
    Axiom
    @AxiomFM
    Apr 9
    What this unlocks next :rocket: โ”” Fast enough to push more ordering to the API โ”” Less reliance on sorting huge result sets in the browser Full write-up โ†’
    axiom.co
    The Sortable interface: Teaching every column type to sort itself
    Replacing a one-size-fits-all sort with column-aware algorithms delivered speedups ranging from 2x to 26x, without changing a single query.
    312
  • user avatar
    Axiom
    @AxiomFM
    Apr 7
    When observability becomes a liability, you're not just overpaying, you're flying blind ๐Ÿšจ โ”” @madebymonks_ legacy stack forced heavy sampling โ”” Security blind spots slowed incident resolution โ”” AI workloads made costs spiral out of control There was a better way ๐Ÿ‘‡
    732
    user avatar
    Axiom
    @AxiomFM
    Apr 7
    Replying to @AxiomFM
    The architecture was built for AI scale from day one ๐Ÿค– โ”” OpenTelemetry for microservices, Events API for security tooling โ”” Monks.Flow now ingests petabyte-scale event streams cost-effectively โ”” Strict access controls baked in. Security and visibility, not a trade-off
    210
    user avatar
    Axiom
    @AxiomFM
    Apr 7
    Observability doesn't have to be a cost center ๐Ÿ’ก โ”” Monks freed budget to expand client-facing security services โ”” Engineers stopped searching across systems for missing data โ”” The whole team got value from day one, no learning curve Read the full story โ†’
    axiom.co
    From cost center to strategic asset: How Monks transformed observability with Axiom
    Global digital services company Monks cut observability costs by 40%, eliminated security blind spots, and unlocked AI readiness, guided by strategic technology advisor Three Tree Tech.
    190

New to X?

Sign up now to get your own personalized timeline!

Create account

By signing up, you agree to the Terms of Service and Privacy Policy, including Cookie Use.

Terms of Service|Privacy Policy|Cookie Policy|Accessibility|Ads info|ยฉ 2026 X Corp.
Don't miss what's happening
People on X are the first to know.
Log inSign up
Advertisement
Advertisement