Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

[Feature Request] Create OpenTelemetry instrument on callbacks of Dash

Aperta
#3,492 1 commento 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
5/5
Tempo stimato
Più di una settimana
Idoneità per principianti
25/100
Tipo di issue
Funzionalità
Chiarezza
Da chiarire
Stato di attività
Ferma
Stack tecnologico
python

Direzione di ricerca

La issue non indica file, test o punti di ingresso. Inizia mappando i flussi di callback di Dash e delle richieste multipagina, quindi definisci criteri di accettazione separati per la strumentazione dei callback, del caricamento delle pagine e dei percorsi utente autenticati prima dell’implementazione.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

Is your feature request related to a problem? Please describe.
In the context of an industrialization of the use of Dash entreperise and Dash for all our research dash application we are facing the problme of offering usable metric to our dev teams to maintain these mini websites. The commonly accepted standard in the telemetry community seems to be openTelemetry, as it's well digested by Azure app insight, Grafana, Jaeger etc....

At this stage there is no out of the box solution to easily implement instruments on top of the Dash application (or I didn't find it) and I'm starting to reinvent the wheel.

Describe the solution you'd like

  • A first step would be to add a way to instrument the callback methods so it can report interaction on the dashboards: error, buttons clicked, data used.
  • A second step would be to do the same for pages load when using multipage dash app
  • Finally the most complicated feature for me is to get a glimpse of when people are entering and exiting an app and who they were (if the app is authenticated). obviously the objective is to encapsulate all the previous mentioned spans into a more global one to have an overview of the "user journey".

Describe alternatives you've considered
I am currently reinventing the wheel internally but I think this functionnality will benefit every users of Dash. so I'm making my problem public.

Lingua principale
Python
Stelle
24.4k
Fork
2.3k
Merge medio
1g 21h
PR unite (30g)
19

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di plotly/dash

Tutte le issue di plotly/dash

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.