Fork me on GitHub
#datomic
<
2016-01-22
>
gworley321:01:45

i didn't find anything on google: is there any experience with monitoring datomic peers and transactors with new relic or has it all been done with cloud watch?

gworley321:01:31

i especially care about the transactors here since i obviously already have some application monitoring in the code that runs the peer

currentoor23:01:12

I was thinking about using datalog like GraphQL, where the client (a browser) sends queries to the datomic peer. But being able to execute arbitrary code inside a :where clause scares me. Is there a reliable way to make sure queries don't have method calls? Can I just check for parentheses?

currentoor23:01:47

Or is this just a terrible idea?