Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Clarify the data format for httptracker's spans method #24

Open
githubsands opened this issue Aug 2, 2018 · 0 comments
Open

Clarify the data format for httptracker's spans method #24

githubsands opened this issue Aug 2, 2018 · 0 comments

Comments

@githubsands
Copy link

githubsands commented Aug 2, 2018

It is still misunderstood whether to use a list of map[string]string or a list of strings to store a trace's spans that allow optimal conditions to communicate with WRP. Spans() []string method must be updated when this issue has come to fruition.

type Tracker interface {
          ....
	// Spans returns a list of string-encoded Money spans that have been created under this tracker
	Spans() []string
}
@githubsands githubsands changed the title clarify the data format to use for Spans within Clarify the data format for httptrackers, spans method Aug 2, 2018
@githubsands githubsands changed the title Clarify the data format for httptrackers, spans method Clarify the data format for httptracker's spans method Aug 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant