Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/vendor/cloud.google.com/go/internal
dependabot[bot] 89d00fbccd
Bump golang.org/x/oauth2 from 0.7.0 to 0.10.0 (#9903)
3 years ago
..
optional all: update dependencies (#211) 7 years ago
pubsub promtail: GCPLog fixing `failed to receive pubsub messages` error (#6965) 3 years ago
trace Upgrade Cortex, Prometheus and Thanos (#4830) 4 years ago
version update vendored cortex and add new replace overrides (#3256) 5 years ago
.repo-metadata-full.json Bump golang.org/x/oauth2 from 0.7.0 to 0.10.0 (#9903) 3 years ago
README.md Bump golang.org/x/oauth2 from 0.7.0 to 0.10.0 (#9903) 3 years ago
annotate.go Update Prometheus dependency to latest release (v2.39.1) (#7425) 3 years ago
cloudbuild.yaml Update Prometheus dependency (#9205) 3 years ago
retry.go Upgrade Cortex, Prometheus and Thanos (#4830) 4 years ago

README.md

Internal

This directory contains internal code for cloud.google.com/go packages.

.repo-metadata-full.json

.repo-metadata-full.json contains metadata about the packages in this repo. It is generated by internal/gapicgen/generator. It's processed by external tools to build lists of all of the packages.

Don't make breaking changes to the format without consulting with the external tools.

One day, we may want to create individual .repo-metadata.json files next to each package, which is the pattern followed by some other languages. External tools would then talk to pkg.go.dev or some other service to get the overall list of packages and use the .repo-metadata.json files to get the additional metadata required. For now, .repo-metadata-full.json includes everything.

cloudbuild.yaml

The cloudbuild.yaml Cloud Build configuration currently supports:

  • Building a docker container from the internal/postprocessor/Dockerfile.

The build can be run locally in the google-cloud-go root directory:

gcloud builds submit --project=cloud-devrel-kokoro-resources --config=internal/cloudbuild.yaml

See the postprocessor/README for instructions regarding updating the post-processor docker container.

Updating OwlBot SHA

You may want to manually update the which version of the post-processor will be used -- to do this you need to update the SHA in the OwlBot lock file.

See the postprocessor/README for detailed instructions.

Note: OwlBot will eventually open a pull request to update this value if it discovers a new version of the container.