Discription
A customer flagged that documentation for advanced features is thin compared to the rest of the platform. Specific examples called out:
- Writing advanced queries with the NodeJS API
- Setting up blueprint dashboards with multiple buckets
It points to a pattern: power users hit walls in the docs and end up routing through support for things that should be self-serve.
Proposed solution
Expand the docs in two areas:
- NodeJS API: advanced queries:
Add a dedicated section with real-world query examples (filters, aggregations, pagination, date ranges, combining conditions)
Include code snippets that go beyond the basic getting-started examples, cover common gotchas.
- Blueprint dashboards with multiple buckets
Step-by-step walkthrough showing how to wire up a blueprint dashboard pulling from more than one bucket
Cover variable resolution, scope of each bucket, and how data flows between them
Include one full example use case end-to-end
Discription
A customer flagged that documentation for advanced features is thin compared to the rest of the platform. Specific examples called out:
It points to a pattern: power users hit walls in the docs and end up routing through support for things that should be self-serve.
Proposed solution
Expand the docs in two areas:
Add a dedicated section with real-world query examples (filters, aggregations, pagination, date ranges, combining conditions)
Include code snippets that go beyond the basic getting-started examples, cover common gotchas.
Step-by-step walkthrough showing how to wire up a blueprint dashboard pulling from more than one bucket
Cover variable resolution, scope of each bucket, and how data flows between them
Include one full example use case end-to-end