Skip to content

Commit

Permalink
chore: updated deps and generated docs w/ new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
4lch4 committed Dec 22, 2023
1 parent eace02d commit 95cc6a7
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 33 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
6 changes: 3 additions & 3 deletions receiver/gitproviderreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ require (
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-kit/log v0.2.1 // indirect
github.com/go-logfmt/logfmt v0.5.1 // indirect
github.com/go-logr/logr v1.3.0 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
Expand Down Expand Up @@ -108,8 +108,8 @@ require (
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-20231212172506-995d672761c0 // indirect
google.golang.org/grpc v1.60.0 // indirect
google.golang.org/protobuf v1.31.0 // 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
gopkg.in/yaml.v3 v3.0.1 // indirect
)
12 changes: 6 additions & 6 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 95cc6a7

Please sign in to comment.