question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Export the metrics about `blockingTaskExecutor`.

See original GitHub issue

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
slovdahlcommented, Mar 23, 2020

Answering my own question: yes, it was fixed in ServerConfig using this construct:

if (!(blockingTaskExecutor instanceof TimedExecutorService)) {
    blockingTaskExecutor = ExecutorServiceMetrics.monitor(meterRegistry, blockingTaskExecutor,
                                                          "armeriaBlockingTaskExecutor");
}
1reaction
imasahirocommented, Jun 12, 2019

Can I handle this issue?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Annotated services — Armeria documentation
Converting a Java object to an HTTP response. Specifying a blocking task executor. Using ServerBuilder to configure converters and exception handlers.
Read more >
Exporting Metrics to files when using Spring Boot 2.0
I am looking for a way to export spring boot metrics to file in Spring Boot 2. In Spring Boot 1.5. 10, we...
Read more >
ServiceRequestContext.blockingTaskExecutor - Java - Tabnine
Returns a {@link CompletionStage} object. The {@link JacksonResponseConverterFunction} will * be executed after the future is completed with the {@link ...
Read more >
[JDK-6498581] ThreadInterruptTest3 produces wrong output on ...
Backport - A issue that is required to port a Bug or Feature into another product JDK-8045255 ThreadInterruptTest3 produces wrong output on Windows....
Read more >
Index (Armeria 1.15.0 API reference) - Javadoc.io
Uses a newly created BlockingTaskExecutor with the specified number of threads dedicated to the ... Metric-collecting service decorators and exporters.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found