monitoring.yaml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536
  1. type: google.api.Service
  2. config_version: 2
  3. name: monitoring.googleapis.com
  4. title: Stackdriver Monitoring API
  5. apis:
  6. - name: google.monitoring.v3.GroupService
  7. - name: google.monitoring.v3.MetricService
  8. - name: google.monitoring.v3.AgentTranslationService
  9. documentation:
  10. summary: >
  11. Manages your Stackdriver Monitoring data and configurations.
  12. Most projects must be associated with a Stackdriver account, with a few
  13. exceptions as noted on the individual method pages.
  14. rules:
  15. - selector: google.monitoring.v3.MetricService.ListMonitoredResourceDescriptors
  16. description: >
  17. Lists monitored resource descriptors that match a filter.
  18. This method does not require a Stackdriver account.
  19. - selector: google.monitoring.v3.MetricService.GetMonitoredResourceDescriptor
  20. description: >
  21. Gets a single monitored resource descriptor.
  22. This method does not require a Stackdriver account.
  23. - selector: google.monitoring.v3.MetricService.ListMetricDescriptors
  24. description: >
  25. Lists metric descriptors that match a filter.
  26. This method does not require a Stackdriver account.
  27. - selector: google.monitoring.v3.MetricService.GetMetricDescriptor
  28. description: >
  29. Gets a single metric descriptor.
  30. This method does not require a Stackdriver account.
  31. - selector: google.monitoring.v3.MetricService.ListTimeSeries
  32. description: >
  33. Lists time series that match a filter.
  34. This method does not require a Stackdriver account.