Questions tagged [data-tracing]

13 questions
4
votes
1 answer

Method for runtime comparison of two programs' objects

I am working through a particular type of code testing that is rather nettlesome and could be automated, yet I'm not sure of the best practices. Before describing the problem, I want to make clear that I'm looking for the appropriate terminology…
Iterator
  • 20,250
  • 12
  • 75
  • 111
3
votes
3 answers

Tracking "Windows Search" Queries

I can enable logging for Windows Search through the registry (see below), but this only captures queries sent through the default user-interface for Windows Search. I want to capture queries used by Outlook 2003, Outlook 2007, OneNote 2007 or any…
AMissico
  • 21,470
  • 7
  • 78
  • 106
1
vote
1 answer

Is there a SPARQL Query to Trace different Process steps of one Workflow into one row

I use GraphDB to store different production steps. The productionsteps are typified by their steps such as A,B,C,D. Process steps that belong together are connected by the object property ":hasUpstreamProduktionsnummer". The data contains many…
PhilippGr
  • 76
  • 6
1
vote
2 answers

we have the CSV / SSV. What are the | separated values called?

we have the CSV for comma-separated-values / SSV for semi-colon-seperated-values. So what is the name for a | separated value? Btw what even is the name for thhe | symbol? (i remember its a pipe, but i think that's just an unofficial name or smt)
Pacerier
  • 86,231
  • 106
  • 366
  • 634
1
vote
0 answers

Is there a tool that tracks data flow in all given codebase?

Is there a tool that helps to track all potential use of, say, a specified variable? At the moment I need this for PHP but would like also to know if there are (better) tools for other languages instead. I've found…
Jānis Elmeris
  • 1,975
  • 1
  • 25
  • 43
1
vote
1 answer

Track data change (Update/Delete) in MySQL

I have a db schema where user data is stored using foreign key references , these foreign keys are admin defined . Also , there is some data which is stored without primary keys , however I have other constraints in place to avoid redundancy and…
Varun Jain
  • 1,901
  • 7
  • 33
  • 66
0
votes
1 answer

Suggestion on Customer Profiling System: Books, Articles, etc

I'm going to work on a Customer Profiling project (similar but not same to Google Analytics) for our own E-Commerce website using C#. I'm pretty new to this kind of project, and the Customer Profiling project is also a brand new project. Could you…
0
votes
1 answer

Datadog tracing: Can I add a span to multiple traces?

Is there a way to add a span to multiple traces in Datadog tracing? Our service receives orders that are batched into a transaction and then the transaction is processed. Each received order comes with its own trace-id. When processing the…
Julien__
  • 1,962
  • 1
  • 15
  • 25
0
votes
1 answer

Could we use sleuth without spring cloud?

I am working in a project which uses scala and twitter server finagle. Our project's requirement has logging and tracing. While searching, I came across sleuth and zipkin. I am able to integrate zipkin as I found library for finagle but couldn't…
0
votes
1 answer

Tracing in disconnected Systems

I know there are libraries for tracing requests in distributed systems based on OpenTracing and OpenTelemetry; these all work because the requests are connected/chained(microservices talking to each other). How to trace when systems/services are…
Magellan
  • 71
  • 1
  • 2
  • 11
0
votes
1 answer

How do I use the parameters in the RosinRammlerDistribution to adjust the profile for particle injection

I am trying to use the RosinRammlerDistribution in a lagrangian kinematic solution of injecting particles into an air stream, viz. RosinRammlerDistribution { minValue 5e-04; maxValue…
John Wooten
  • 685
  • 1
  • 6
  • 21
0
votes
1 answer

SQL Server 2014 tracking information

I have problem with data in rows in some table. I want to know how they have changed. If someone changed via update or code application. Unfortunately I didn't have options “Change tracking = on“ and I can’t use function - I get an error Msg 22105,…
Anka Anka
  • 1
  • 1
0
votes
0 answers

Updating Date on GetDate Function From Different Table

I'm fairly new to writing SQL and I consider myself quite novice in all facets of programming. I have been working on a sql project for a friend and wanted to track changes. I'm using SQL Server and Transact-SQL. Here's the table format and…
Jared
  • 1
  • 2