Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

contrib: Fixing Span Types for Redis, ElasticSearch, and Cassandra #282

Merged
merged 8 commits into from
Jul 27, 2018

Conversation

erichgess
Copy link

All database integrations were using db for the SpanType. Redis, ElasticSearch, and Cassandra were all updated to use their respective Span Types.

I also verified that the web frameworks were using the correct Span Type (web).

@dd-caleb
Copy link
Contributor

Code looks good, but I'm not sure on the meaning of span types

@palazzem palazzem added this to the 1.1.0 milestone Jul 27, 2018
@palazzem palazzem added the core label Jul 27, 2018
@erichgess erichgess merged commit 8184321 into v1 Jul 27, 2018
@erichgess erichgess deleted the erich/fix-span-types branch July 27, 2018 17:26
mingrammer pushed a commit to mingrammer/dd-trace-go that referenced this pull request Dec 22, 2020
…ataDog#282)

* contrib/garyburd/redigo: Changing Span Type to `redis`

* contrib/go-redis/redis: Changing the Span Type to `redis`

* contrib/gocql/gocql: Changing the Span Type to `cassandra`

* contrib/olivere/elastic: Changing the span type to `elasticsearch`

* contrib/garyburd/redigo: Fix the expected span type in a unit test.

* contrib/go-redis/redis: Fixed expected Span Type in tests.

* contrib/go-redis/redis: Changing the span type in the example.

* ddtrace/ext: added a constant for HTTP span types
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants