Skip to content

Commit

Permalink
Initial splunkgraphql module layout
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Dec 8, 2021
1 parent f051a59 commit 47aca28
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ updates:
directory: "/instrumentation/github.com/go-sql-driver/mysql/splunkmysql/test"
schedule:
interval: "daily"
- package-ecosystem: "gomod"
directory: "/instrumentation/github.com/graph-gophers/graphql-go/splunkgraphql"
schedule:
interval: "daily"
- package-ecosystem: "gomod"
directory: "/instrumentation/github.com/jackc/pgx/splunkpgx"
schedule:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ Additional recommended Splunk specific instrumentations:
- [`splunkclient-go`](./instrumentation/k8s.io/client-go/splunkclient-go)
- [`splunkdns`](./instrumentation/github.com/miekg/dns/splunkdns)
- [`splunkgorm`](./instrumentation/github.com/jinzhu/gorm/splunkgorm)
- [`splunkgraphql`](./instrumentation/github.com/graph-gophers/graphql-go/splunkgraphql)
- [`splunkhttp`](./instrumentation/net/http/splunkhttp)
- [`splunkkafka`](./instrumentation/github.com/confluentinc/confluent-kafka-go/kafka/splunkkafka)
- [`splunkleveldb`](./instrumentation/github.com/syndtr/goleveldb/leveldb/splunkleveldb)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Splunk instrumentation for `github.com/graph-gophers/graphql-go`

module github.com/signalfx/splunk-otel-go/instrumentation/github.com/graph-gophers/graphql-go/splunkgraphql

This package provides OpenTelemetry instrumentation for the
[graphql](https://github.com/graph-gophers/graphql-go) package.

## Getting Started

This package provides an implementation of the `graphql.Tracer` that can be
used to trace `graphql` operations. See [example_test.go](./example_test.go)
for more information.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/signalfx/splunk-otel-go/instrumentation/github.com/graph-gophers/graphql-go/splunkgraphql

go 1.16

0 comments on commit 47aca28

Please sign in to comment.