Skip to content

Commit

Permalink
chore: updated deps and generated docs w/ latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
4lch4 committed Jan 9, 2024
1 parent 5287897 commit 50db4c0
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 31 deletions.
16 changes: 8 additions & 8 deletions receiver/gitproviderreceiver/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Number of branches in a repository
| Unit | Metric Type | Value Type |
| ---- | ----------- | ---------- |
| 1 | Gauge | Int |
| {branch} | Gauge | Int |
#### Attributes
Expand All @@ -32,15 +32,15 @@ Number of repositories in an organization
| Unit | Metric Type | Value Type |
| ---- | ----------- | ---------- |
| 1 | Gauge | Int |
| {repository} | Gauge | Int |
### git.repository.pull_request.approved.time
The amount of time it took a pull request to go from open to approved
| Unit | Metric Type | Value Type |
| ---- | ----------- | ---------- |
| 1 | Gauge | Int |
| s | Gauge | Int |
#### Attributes
Expand All @@ -55,7 +55,7 @@ The number of merged pull requests in a repository
| Unit | Metric Type | Value Type |
| ---- | ----------- | ---------- |
| 1 | Gauge | Int |
| {pull_request} | Gauge | Int |
#### Attributes
Expand All @@ -69,7 +69,7 @@ The amount of time it took a pull request to go from open to merged
| Unit | Metric Type | Value Type |
| ---- | ----------- | ---------- |
| 1 | Gauge | Int |
| s | Gauge | Int |
#### Attributes
Expand All @@ -84,7 +84,7 @@ The number of open pull requests in a repository
| Unit | Metric Type | Value Type |
| ---- | ----------- | ---------- |
| 1 | Gauge | Int |
| {pull_request} | Gauge | Int |
#### Attributes
Expand All @@ -98,7 +98,7 @@ The amount of time a pull request has been open
| Unit | Metric Type | Value Type |
| ---- | ----------- | ---------- |
| 1 | Gauge | Int |
| s | Gauge | Int |
#### Attributes
Expand All @@ -123,7 +123,7 @@ Total number of unique contributors to a repository
| Unit | Metric Type | Value Type |
| ---- | ----------- | ---------- |
| 1 | Gauge | Int |
| {contributor} | Gauge | Int |
#### Attributes
Expand Down
4 changes: 2 additions & 2 deletions receiver/gitproviderreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@ require (
go.opentelemetry.io/otel/sdk/metric v1.21.0 // indirect
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
gonum.org/v1/gonum v0.14.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240108191215-35c7eff3a6b1 // indirect
google.golang.org/grpc v1.60.1 // indirect
google.golang.org/protobuf v1.32.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down
10 changes: 5 additions & 5 deletions receiver/gitproviderreceiver/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 50db4c0

Please sign in to comment.