-
Notifications
You must be signed in to change notification settings - Fork 646
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
implement tracing #276
Comments
harshavardhana
pushed a commit
to harshavardhana/minio-go
that referenced
this issue
Dec 28, 2015
Current implementation only dumps Request and Response headers. In time this will print more information method and method arguments. Fixes minio#276
harshavardhana
pushed a commit
to harshavardhana/minio-go
that referenced
this issue
Dec 28, 2015
Current implementation only dumps Request and Response headers. In time this will print more information method and method arguments. Fixes minio#276
harshavardhana
pushed a commit
to harshavardhana/minio-go
that referenced
this issue
Dec 28, 2015
Current implementation only dumps Request and Response headers. In time this will print more information method and method arguments. Fixes minio#276
harshavardhana
pushed a commit
to harshavardhana/minio-go
that referenced
this issue
Dec 29, 2015
Current implementation only dumps Request and Response headers. In time this will print more information method and method arguments. Fixes minio#276
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
implement apis:
TraceOn(traceFilePath)
TraceOff()
This should trace the HTTP calls made similar to mc --debug and also should trace any useful information - like if the region is getting used from cache, region map invalidation, if during resume of putObject/fPutObject it should log if it is continuing from where it left off or reuploading etc.
In the functional tests tracing should be 'on'. We should regularly monitor the functional test log to make sure that it is printing what is expected.
The text was updated successfully, but these errors were encountered: