README.md

# GoogleApi.Monitoring

Stackdriver Monitoring API client library.

Manages your Stackdriver Monitoring data and configurations. Most projects must be associated with a Stackdriver account, 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 Stackdriver 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.27"}]
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).