question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Telemetry Correlation

See original GitHub issue

Hi -

I see from this issue #352 that there was a suggestion to use launch dashboard api for first stage telemetry which is a great API - so completely agree data should live with them.

My concern is that there’s no easy way for developers to actually reconcile between the two API’s. This basic query gives an example of the problem we face

curl http://api.launchdashboard.space/v2/launches/spacex/ | jq

I am observing miss matching flight numbers which is not ideal because we can’t use that as a key. Furthermore, i also observe a missmatch between mission identifiers which means we can’t use that as key either.

Some examples

NROL-108 flight number 112 vs 117 starlink-11 flight_number 102 vs 105 Saocom-1b flight_number 101 vs 104

Suggestion that they should match

Can i suggest that we look to support their ‘launch_library_2_id’ key as a new property to the launch schema. Or alternatively, we could utilize the links array and provide a URL to the telemetry data? Ideally, a new field would be best to allow greatest control over what what developers can do with the key. I see this as the best way to ensure consistency across the API’s without both repos having to reconcile and fix miss-matches as a going concern.

Also happy to raise this ticket against them, but i fear it will keep happening.

Thanks for your great work.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
jakewmeyercommented, Jan 13, 2021

All for adding a launch library v2 id 👍

1reaction
spacexdashcommented, Jan 14, 2021

Awesome - let me know if i can assist in anyway.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Azure Application Insights telemetry correlation - Microsoft Learn
Application Insights defines a data model for distributed telemetry correlation. To associate telemetry with a logical operation, every ...
Read more >
Why Telemetry Correlations are Essential to XDR - Cybereason
Telemetry Correlation at Scale is Key. This advantage highlights the following lesson to keep in mind when performing detection and response: ...
Read more >
Application Insight correlating requests across services and ...
Does Adaptive Sampling in Application Insights affect Telemetry Correlation? 2 · Azure Functions scaling and concurrency using Queue triggers ...
Read more >
End to end correlation using Azure application insights for asp ...
Correlation works with below three properties which are associated with each of the telemetry logged in app insights.
Read more >
Correlation analysis on telemetry data of manned spacecraft
To analyze the correlation of the telemetry data of manned spacecraft based on mathematical statistics is proposed in the paper, including correlation ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found