dependabot[bot]
a3f9424350
Bump github.com/Shopify/sarama from 1.26.4 to 1.27.0 in /instrumentation/github.com/Shopify/sarama ( #206 )
...
* Bump github.com/Shopify/sarama
Bumps [github.com/Shopify/sarama](https://github.com/Shopify/sarama ) from 1.26.4 to 1.27.0.
- [Release notes](https://github.com/Shopify/sarama/releases )
- [Changelog](https://github.com/Shopify/sarama/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Shopify/sarama/compare/v1.26.4...v1.27.0 )
Signed-off-by: dependabot[bot] <support@github.com>
* Auto-fix go.sum changes in dependent modules
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2020-08-13 08:28:46 -07:00
Reginald McDonald
c318cd3c37
feat: Setup CI to run tests that require external resources ( #191 )
...
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2020-08-10 10:15:22 -04:00
dependabot[bot]
a212c9bed6
Bump google.golang.org/grpc from 1.30.0 to 1.31.0 in /instrumentation/github.com/Shopify/sarama ( #179 )
...
* Bump google.golang.org/grpc
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.30.0 to 1.31.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.30.0...v1.31.0 )
Signed-off-by: dependabot[bot] <support@github.com>
* Auto-fix go.sum changes in dependent modules
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2020-08-04 08:30:01 -07:00
dependabot[bot]
abc3188592
Bump google.golang.org/grpc from 1.30.0 to 1.31.0 ( #166 )
...
* Bump google.golang.org/grpc from 1.30.0 to 1.31.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.30.0 to 1.31.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.30.0...v1.31.0 )
Signed-off-by: dependabot[bot] <support@github.com>
* Auto-fix go.sum changes in dependent modules
* Auto-fix go.sum changes in dependent modules
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2020-08-04 08:25:59 -07:00
dependabot[bot]
cceab0fea9
Bump google.golang.org/grpc in /instrumentation/github.com/gin-gonic/gin ( #173 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.30.0 to 1.31.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.30.0...v1.31.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-31 12:31:18 -07:00
dependabot[bot]
7949782246
Bump google.golang.org/grpc in /instrumentation/github.com/labstack/echo ( #176 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.30.0 to 1.31.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.30.0...v1.31.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-31 12:18:28 -07:00
Tyler Yahn
e9e944bd5c
Release v0.10.0 ( #185 )
...
* Upgrade to v0.10.0 version
* Upgrade to v0.10.0 code changes
* Update Changelog
2020-07-31 12:02:28 -07:00
Sam Xie
d5b98d8791
Add instrumentation example for Kafka ( #153 )
...
* Add instrumentation for Kafka consumer group of Sarama
* Add example for Sarama consumer and producer
* Update CHANGELOG
* Update comments
* Add exclusive go mod for example
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2020-07-30 11:21:34 -07:00
Reginald McDonald
7066c0829e
Add instrumentation for github.com/gocql/gocql ( #137 )
...
* Implemented integration using observers and added an dockerized example
* began adding metric instrumentation
* added meter unit tests
* example: Update example to export metrics and trace to prometheus and zipkin
* Added context to connect observer to allow for connect spans to have parent spans
* updated example to use a batched query
* added additional metrics
* added unit to latency
* added additional labels and attributes
* added doc
* added package readme
* added readme to example
* fix formatting
* Remove unecessary export of keyvalue pairs
* fix typos
* Export otelconfig
* Fix lint
* Delete prometheus.yml
* Fix comments
* Addressed pr feedback by refactoring attributes and labels to conform to semantic conventions
* Addressed PR feedback by removing constructor functions that take a config struct
* fix: address pr feedback by setting meter name to package name
* fix: add spankindclient to spans
* fix: address pr feedback by correcting package name
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2020-07-30 08:20:19 -07:00
Sam Xie
70957fc44e
Add instrumentation for Kafka ( #134 )
2020-07-23 00:04:30 -04:00
Tyler Yahn
0ea9f57e76
Release v0.9.0 ( #140 )
...
* Bumping otel version to v0.9.0. Prepare for releasing v0.9.0
* Update Changelog
2020-07-21 08:06:31 -07:00
dependabot[bot]
4c660e5796
Bump github.com/emicklei/go-restful/v3 from 3.0.0 to 3.2.0 in /instrumentation/github.com/emicklei/go-restful ( #133 )
...
* Bump github.com/emicklei/go-restful/v3
Bumps [github.com/emicklei/go-restful/v3](https://github.com/emicklei/go-restful ) from 3.0.0 to 3.2.0.
- [Release notes](https://github.com/emicklei/go-restful/releases )
- [Changelog](https://github.com/emicklei/go-restful/blob/v3.2.0/CHANGES.md )
- [Commits](https://github.com/emicklei/go-restful/compare/v3.0.0...v3.2.0 )
Signed-off-by: dependabot[bot] <support@github.com>
* Auto-fix go.sum changes in dependent modules
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
2020-07-13 07:59:26 -07:00
Tyler Yahn
83f8ffad07
Release v0.8.0 ( #129 )
...
* Bumping otel version to v0.8.0. Prepare for releasing v0.8.0
* Update Changelog
* Update CHANGELOG
2020-07-10 10:45:59 -07:00
ET
e24f778e69
Slight improvement to doc.go for go-restful to meet docs requirement ( #121 )
2020-07-05 09:34:07 -07:00
ET
19be05c53f
Include emicklei/go-restful in directory move ( #120 )
2020-07-01 20:28:45 -07:00
ET
370078e387
Move all github.com instrumentation plugins down one level in directory hierarchy ( #118 )
...
* Moved all github.com instrumentation plugins below github.com
Fix up all example docker-compose/Dockerfile
* Add doc.go to labstack/echo for consistency with other plugins
* Fix up CHANGELOG
2020-07-01 16:10:04 -07:00