Skip to content

Commit

Permalink
feat: Makes remaining LogBucket and LogViews methods public
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 342353190

Source-Author: Google APIs <noreply@google.com>
Source-Date: Fri Nov 13 15:44:35 2020 -0800
Source-Repo: googleapis/googleapis
Source-Sha: be0bdf86cd31aa7c1a7b30a9a2e9f2fd53ee3d91
Source-Link: googleapis/googleapis@be0bdf8
  • Loading branch information
yoshi-automation committed Nov 20, 2020
1 parent 5e873d9 commit 7fe2a2b
Show file tree
Hide file tree
Showing 15 changed files with 3,656 additions and 173 deletions.
435 changes: 412 additions & 23 deletions google/cloud/logging_v2/proto/logging_config.proto

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions google/cloud/logging_v2/proto/logging_metrics.proto
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ service MetricsServiceV2 {
// Describes a logs-based metric. The value of the metric is the number of log
// entries that match a logs filter in a given time interval.
//
// Logs-based metric can also be used to extract values from logs and create a
// a distribution of the values. The distribution records the statistics of the
// Logs-based metrics can also be used to extract values from logs and create a
// distribution of the values. The distribution records the statistics of the
// extracted values along with an optional histogram of the values as specified
// by the bucket options.
message LogMetric {
Expand Down

0 comments on commit 7fe2a2b

Please sign in to comment.