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

[Bug]: Promethus reporter is not avaliable #2871

Closed
2 tasks done
XBaith opened this issue May 28, 2024 · 0 comments · Fixed by #2874
Closed
2 tasks done

[Bug]: Promethus reporter is not avaliable #2871

XBaith opened this issue May 28, 2024 · 0 comments · Fixed by #2874
Labels
type:bug Something isn't working

Comments

@XBaith
Copy link
Contributor

XBaith commented May 28, 2024

What happened?

There are bugs in report system need to be fixed ASAP

Affects Versions

master

What engines are you seeing the problem on?

AMS

How to reproduce

enable promethus reporter

Relevant log output

org.apache.amoro.server.exception.LoadingPluginException: Cannot find am implement class for plugin:prometheus-exporter
	at org.apache.amoro.server.manager.AbstractPluginManager.lambda$install$1(AbstractPluginManager.java:112) ~[classes/:?]
	at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660) ~[?:1.8.0_352]
	at org.apache.amoro.server.manager.AbstractPluginManager.install(AbstractPluginManager.java:107) ~[classes/:?]
	at org.apache.amoro.server.manager.AbstractPluginManager.initialize(AbstractPluginManager.java:96) ~[classes/:?]
	at org.apache.amoro.server.manager.MetricManager.initialize(MetricManager.java:66) ~[classes/:?]
	at org.apache.amoro.server.manager.MetricManager.getInstance(MetricManager.java:37) ~[classes/:?]
	at org.apache.amoro.server.AmoroServiceContainer.startService(AmoroServiceContainer.java:132) ~[classes/:?]
	at org.apache.amoro.server.AmoroServiceContainer.main(AmoroServiceContainer.java:108) [classes/:?]
2024-05-28 11:31:28,060 INFO [main] [org.apache.amoro.server.HighAvailabilityContainer] [] - Waiting to become the leader of AMS
2024-05-28 11:31:28,060 INFO [main] [org.apache.amoro.server.HighAvailabilityContainer] [] - Became the leader of AMS
2024-05-28 11:31:28,061 INFO [main] [org.apache.amoro.server.manager.AbstractPluginManager] [] - initializing plugin configuration for: event-listeners
2024-05-28 11:31:28,062 INFO [main] [org.apache.amoro.server.manager.AbstractPluginManager] [] - initializing plugin configuration for: metric-reporters
2024-05-28 11:31:28,063 ERROR [main] [org.apache.amoro.server.AmoroServiceContainer] [] - AMS start error
org.apache.amoro.server.exception.LoadingPluginException: Cannot find am implement class for plugin:prometheus-exporter
	at org.apache.amoro.server.manager.AbstractPluginManager.lambda$install$1(AbstractPluginManager.java:112) ~[classes/:?]
	at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660) ~[?:1.8.0_352]
	at org.apache.amoro.server.manager.AbstractPluginManager.install(AbstractPluginManager.java:107) ~[classes/:?]
	at org.apache.amoro.server.manager.AbstractPluginManager.initialize(AbstractPluginManager.java:96) ~[classes/:?]
	at org.apache.amoro.server.manager.MetricManager.initialize(MetricManager.java:66) ~[classes/:?]
	at org.apache.amoro.server.manager.MetricManager.getInstance(MetricManager.java:37) ~[classes/:?]
	at org.apache.amoro.server.AmoroServiceContainer.startService(AmoroServiceContainer.java:132) ~[classes/:?]
	at org.apache.amoro.server.AmoroServiceContainer.main(AmoroServiceContainer.java:108) [classes/:?]

Anything else

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

  • I agree to follow this project's Code of Conduct
@XBaith XBaith added the type:bug Something isn't working label May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant