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

api: add log,metric,span feat to api #198

Merged
merged 3 commits into from
Aug 29, 2024
Merged

Conversation

ShyunnY
Copy link
Contributor

@ShyunnY ShyunnY commented Aug 29, 2024

Current PR is used to design the toolkit API, which mainly designs three aspects: trace, metric, log

  • trace: supports attaching events to spans.

  • log: supports manually calling logs

  • metric: supports manually building commonly used metrics

@mrproliu mrproliu self-requested a review August 29, 2024 06:32
@mrproliu mrproliu added the enhancement New feature or request label Aug 29, 2024
@mrproliu mrproliu added this to the 0.6.0 milestone Aug 29, 2024
@wu-sheng
Copy link
Member

@mrproliu Any context about this? I didn't see any discussion about this feature and new APIs.

toolkit/metric/metrics.go Show resolved Hide resolved
toolkit/metric/metrics.go Show resolved Hide resolved
toolkit/metric/metrics.go Show resolved Hide resolved
@mrproliu
Copy link
Contributor

@mrproliu Any context about this? I didn't see any discussion about this feature and new APIs.

It's an OSPP project to adding metrics and logs API in the toolkit.

@mrproliu
Copy link
Contributor

@ShyunnY Looks like you missing some license headers in your created files. Please fix it.

@ShyunnY
Copy link
Contributor Author

ShyunnY commented Aug 29, 2024

@ShyunnY Looks like you missing some license headers in your created files. Please fix it.

thank you for your guidance, completed :)

Signed-off-by: shyunny <[email protected]>
@mrproliu mrproliu merged commit 02c27af into apache:main Aug 29, 2024
36 checks passed
@ShyunnY ShyunnY deleted the toolkit-api branch September 8, 2024 08:18
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.

3 participants