README.md

# GoogleApi.Monitoring

Cloud Monitoring API client library.

Manages your Cloud Monitoring data and configurations. Most projects must be associated with a Workspace, with a few exceptions as noted on the individual method pages. The table entries below are presented in alphabetical order, not in order of common use. For explanations of the concepts found in the table entries, read the Cloud Monitoring documentation.

## Installation

Install this package from [Hex](https://hex.pm) by adding
`google_api_monitoring` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:google_api_monitoring, "~> 0.48"}]
end
```

## For more information

Product documentation is available at [https://cloud.google.com/monitoring/api/](https://cloud.google.com/monitoring/api/).

Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_monitoring](https://hexdocs.pm/google_api_monitoring).