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

Move HTTP example for Trace into trace directory #15

Merged
merged 1 commit into from Mar 26, 2020
Merged

Conversation

ymotongpoo
Copy link
Member

@ymotongpoo ymotongpoo commented Mar 26, 2020

The intention here is to add metrics directory for Cloud Monitoring samples and to make example directory as the entire root of all samples.

Planned structure is as the following:

example
├── metrics
│   ├── go.mod
│   ├── go.sum
│   └── main.go --> simple metric sample
└── trace
    └── http --> simple distributed trace over HTTP sample (client and server)
        ├── client
        │   └── client.go
        ├── go.mod
        ├── go.sum
        └── server
            ├── modd.conf
            └── server.go

@ymotongpoo ymotongpoo requested a review from rghetia March 26, 2020 05:32
@ymotongpoo ymotongpoo self-assigned this Mar 26, 2020
@ymotongpoo ymotongpoo added the enhancement New feature or request label Mar 26, 2020
@rghetia rghetia merged commit aa81cfc into master Mar 26, 2020
@ymotongpoo ymotongpoo deleted the nit/move-sample branch May 26, 2020 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants