Re: Enable Ttracing

2020-11-30 Thread Mick Semb Wever
> I just took a cursory look at the presentation and Zipkin.io. Would using > Zipkin degrade performance? Would it be considerable? > In comparison, no. > > Traces (spans) are immediately off-threaded into a Kafka Zipkin transport, and then the Zipkin server has its own Cassandra cluster. This

RE: Enable Ttracing

2020-11-30 Thread Manu Chadha
29 November 2020 14:50 To: user@cassandra.apache.org<mailto:user@cassandra.apache.org> Subject: Re: Enable Ttracing I have a feeling that this tool will give me hell.  I'll just have to wait till they implement it and monitor the clusters, but at least I know what to expect. The trac

Re: Enable Ttracing

2020-11-29 Thread Mick Semb Wever
> I have a feeling that this tool will give me hell.  > I'll just have to wait till they implement it and monitor the clusters, > but at least I know what to expect. > The tracing implementation is pluggable in 3.11. For example you can push traces into Zipkin (and a separate C* cluster) using

Re: Enable Ttracing

2020-11-16 Thread Shalom Sagges
Thanks a lot guys! I have a feeling that this tool will give me hell.  I'll just have to wait till they implement it and monitor the clusters, but at least I know what to expect. Thanks again On Tue, Nov 17, 2020 at 1:33 AM Jeff Jirsa wrote: > (Just to put this in perspective, it's

Re: Enable Ttracing

2020-11-16 Thread Jeff Jirsa
(Just to put this in perspective, it's probably a 10-20x increase in writes, depending on how many replicas you're using, and your read:write mix. Most people who use tracing do so probabilistically, with p < 1) On Mon, Nov 16, 2020 at 2:09 PM Erick Ramirez wrote: > I wouldn't do it. It will

Re: Enable Ttracing

2020-11-16 Thread Erick Ramirez
I wouldn't do it. It will significantly affect the performance of your cluster so your monitoring ends up killing the very thing it's monitoring. Perhaps you could tell us what outcome you're after so we'd be able to offer a better solution. Like audit logging, for example. Cheers! >

Re: Enable Ttracing

2020-11-16 Thread Elliott Sims
Tracing fully on rather than sampling will definitely add substantial load, even with shorter TTLs. That's a lot of extra writes. If it's just on for specific sessions, or is enabled but with low sampling, that's not bad in terms of load. On Mon, Nov 16, 2020 at 6:25 AM Shalom Sagges wrote: >

Enable Ttracing

2020-11-16 Thread Shalom Sagges
Hi Guys, Our Service team would like to add a 3rd party tool (AppDynamics) that will monitor Cassandra. This tool will get read permissions on the system_traces keyspace and also needs to enable TRACING. tracetype_query_ttl in the yaml file will be reduced from 24 hours to 5 minutes. I feel and