Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'metric.Metric' class and its 'create' API wrapper. #1584

Merged
merged 2 commits into from
Mar 12, 2016
Merged

Add 'metric.Metric' class and its 'create' API wrapper. #1584

merged 2 commits into from
Mar 12, 2016

Conversation

tseaver
Copy link
Contributor

@tseaver tseaver commented Mar 8, 2016

No description provided.

@tseaver tseaver added the api: logging Issues related to the Cloud Logging API. label Mar 8, 2016
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 8, 2016
@tseaver
Copy link
Contributor Author

tseaver commented Mar 11, 2016

Rebased to fix merge conflict after merging #1596.

# See the License for the specific language governing permissions and
# limitations under the License.

"""Define API Metrics."""

This comment was marked as spam.

@tseaver
Copy link
Contributor Author

tseaver commented Mar 12, 2016

@dhermes Amended to address your comment. PTAL

:type description: string
:param description: an optional description of the metric
"""
def __init__(self, name, filter_, client, description=''):

This comment was marked as spam.

This comment was marked as spam.

@dhermes
Copy link
Contributor

dhermes commented Mar 12, 2016

LGTM

tseaver added a commit that referenced this pull request Mar 12, 2016
Add 'metric.Metric' class and its 'create' API wrapper.
@tseaver tseaver merged commit f2d8ad6 into googleapis:logging-api Mar 12, 2016
@tseaver tseaver deleted the logging-metric_create branch March 12, 2016 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: logging Issues related to the Cloud Logging API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants