Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-monitoring
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.1
Choose a base ref
...
head repository: googleapis/python-monitoring
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 7 commits
  • 12 files changed
  • 4 contributors

Commits on Feb 20, 2021

  1. Configuration menu
    Copy the full SHA
    b57cb2d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Configuration menu
    Copy the full SHA
    aa56521 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. feat: Adding labels to the metric descriptor in the snippets.py (#88)

    This helps understand how to add labels for custom metrics [1].
    
    [1] https://cloud.google.com/monitoring/custom-metrics/creating-metrics#create-metric-desc
    
    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-monitoring/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [x] Ensure the tests and linter pass
    - [ ] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    
    Fixes #86  🦕
    vinbs authored Mar 2, 2021
    Configuration menu
    Copy the full SHA
    811f9aa View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. chore: require samples checks (#63)

    Make samples kokoro sessions required
    busunkim96 authored Mar 6, 2021
    Configuration menu
    Copy the full SHA
    fe57446 View commit details
    Browse the repository at this point in the history
  2. docs: remove code snippet and 'Stackdriver' (#71)

    Remove the code snippet which is untested. Fixes #70. Also remove 'Stackdriver' from the README.
    busunkim96 authored Mar 6, 2021
    Configuration menu
    Copy the full SHA
    4cdb1ff View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. fix: fix as_dataframe (#91)

    busunkim96 authored Mar 12, 2021
    Configuration menu
    Copy the full SHA
    f135202 View commit details
    Browse the repository at this point in the history
  2. chore: release 2.1.0 (#89)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Mar 12, 2021
    Configuration menu
    Copy the full SHA
    d8d09ab View commit details
    Browse the repository at this point in the history
Loading