The docs mention 25 per fetch worker invocation, was that recently turned of for queue consumer invo
The docs mention 25 per fetch worker invocation, was that recently turned of for queue consumer invocations?
16 Replies
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View
1 per queue message, so 40 per consumer worker invocation
Hello! I'm trying out analytics engine in my worker. But whatever I do, I always run into the
Cannot read properties of undefined (reading 'writeDataPoint')
error.
It's a Typescript worker, and I'm simply calling env.VIEW_COUNTER.writeDataPoint()
with
in my wrangler.toml
Wrangler correctly identifies env.VIEW_COUNTER
as a analytics engine dataset when generating the types;
Analytics Engine is enabled in CloudFlare. What am I missing?Is there a feature roadmap available?
At this point I have had to disable my usage of AE.
Some things I've asked about in the past
* Table Join
* I need to be able to set the time on write, because I need to bring historic data into the tables
* More than 20 blobs or doubles
* Wrangler local dev mode
* Much longer retention
I'm currently using D1 to support my analytics, but it isn't optimal. I've been trying to use AE for almost 2 years now... Basically when it launched
You might want to look at clickhouse or tinybird for that
I checked out clickhouses service a couple weeks ago ... i'll take a look at tinybird in the meantime
How can I get data from Web Analytics? I want to copy all data to my own dashboard for example visits and page views from previous 24h. I tried to use /analytics_engine/sql enpoint with "SELECT * FROM my_dataset" but cant understand data. Any tutorial where should I look?
ok i figure out how to do that, had to switch from sql to graphql.
Does anyone know if i can filter by domainname? not by siteTag_in ID?
I'd recommend #analytics Analytics Engine is its own specific product
Hey, is there a rough timeline for when billing will start for analytics engine? (: if this can be answered ofc.
hello
👀 the altinity grafana clickhouse plugin just merged a fix for passing custom headers (like the auth needed for ae) in alert definitions - should see this in the next version
https://github.com/Altinity/clickhouse-grafana/pull/613
hey all!
We're building a web3 product which utilizes Cloudflare Analytics Engine and it fits perfectly for our use case except the three month data retention limitation
Who can I talk with about product offering for this? happy to pay for service instead of migrating to smth else
Saving 4 data points on a cron that runs every minute.
However, when querying I am only seeing 2 data points recorded each time. Seems to be random which ones.
Am I running into some limit?
is there a way to delete a datapoint?
okay from what i gather in the messages in this channel, no
Unknown User•3mo ago
Message Not Public
Sign In & Join Server To View
DMed you a simple repro