-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 support for Stackdriver Logging #1122
Conversation
These files were missed in the last commit.
Some tests are written but definitely not completed yet. It shows, however, that the API is not dead on arrival.
Regenerated java logging service and update pom to reference gax 0.0.9
* Update logging with latest generator. * Update comments * Update grpc dependencies. * Update local logging implementation. * Remove gax related files and .classpath
* Add MonitoredResourceDescriptor class and tests * Move MonitoredResourceDescriptor to core module
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
f923245
to
c8806b5
Compare
c8806b5
to
1842375
Compare
@lesv can you have a look at the following commits: 7168fff: renames all instances of "Cloud Logging" to "Stackdriver Logging" |
Does the example app get tested anywhere? |
Codacy seems to have a bunch of issues at on the surface seem relevant. Could you take a look and comment why we shouldn't fix them? Also, if you could respond to the CLA bot. Curious why it's unhappy - it usually likes you. It's probably too late for this, but it would seem like in an ideal world we'd do a jar (maven artifact) for writers, and a separate one for reading. Since most apps will be doing writing. I thought I commented on one of the branches, but I can't find it now -- it was ignorable -- question about Cloud Logging vs. Stackdriver Logging. LGTM once you address Codacy's comments. |
Thanks for the pass!
Examples are not tested. We have this issue open that asks for example testing.
I had a look at the list of issues here. I confirm that we have the following kind of issues:
This PR contains commits non only for me but also from other people, this is the reason CLA bot is unhappy. Luckily all other authors are googlers and already signed the CLA so CLA is ok in reality.
We discussed about this also on Pub/Sub but we decided to stick to one single surface for the whole service. Reasons are mainly:
I found it. Following this issue we should always name it |
This PR rebases commits form
logging-alpha
branch on top ofmaster
branch. All commits but the last 3 have already been reviewed.