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

Feature metrics support otlp 3.3 #14067

Open
wants to merge 4 commits into
base: 3.3
Choose a base branch
from

Conversation

glmapper
Copy link

cheery pick from this pr : #14050 to 3.3 branch

Comment on lines +57 to +61
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-metrics-otlp</artifactId>
<version>${project.parent.version}</version>
</dependency>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why add this dependency?

@AlbumenJ
Copy link
Member

AlbumenJ commented May 6, 2024

@songxiaosheng PTAL

/**
* URI of the OLTP server.
*/
private String endpoint = "http://localhost:4318/v1/metrics";
Copy link
Member

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?

@wxbty
Copy link
Member

wxbty commented May 17, 2024

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.

Copy link

sonarcloud bot commented May 19, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants