-
Notifications
You must be signed in to change notification settings - Fork 26.4k
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
Feature metrics support otlp 3.3 #14067
base: 3.3
Are you sure you want to change the base?
Conversation
<dependency> | ||
<groupId>org.apache.dubbo</groupId> | ||
<artifactId>dubbo-metrics-otlp</artifactId> | ||
<version>${project.parent.version}</version> | ||
</dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why add this dependency?
@songxiaosheng PTAL |
/** | ||
* URI of the OLTP server. | ||
*/ | ||
private String endpoint = "http://localhost:4318/v1/metrics"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is there a hardcoded url here?
It seems that there are some places where we can learn from the practices of prometheus, such as reusing qos port and adding some unit tests for network calls to verify whether the target data is included. |
Quality Gate passedIssues Measures |
cheery pick from this pr : #14050 to 3.3 branch