17 Oct 2022 02:33 PM - last edited on 17 Oct 2022 03:40 PM by Ana_Kuzmenchuk
I am trying to send metrics from spring Boot Application deployed in the host where Dynatrace operator and dynatrace One Agent in installed already. But am getting below error.
Started Application ----
11 Jan 2023 07:41 PM
@GayathriVRadha is that the correct port?
12 Jan 2023 01:11 PM
And beside the port could also check that if the OneAgent metric api is enabled on those hosts since I'm assuming that currently your setup tries to send the data towards oneagent.
https://www.dynatrace.com/support/help/shortlink/local-api#enable-the-oneagent-metric-api
08 Apr 2024 09:02 PM
You got this working ? We are experiencing same problem here
10 Apr 2024 09:26 PM
Hi @GayathriVRadha,
We have the same probleam at a client environment however extension controller settings are enabled. Have you found the reason of the connection refuse message?
Best regards,
Mizső
17 Apr 2024 04:35 PM
I am seeing the same issue on the AKS. Do you guys have a solution for above issue?
23 Apr 2024 03:47 AM
the same issue happened for me when using micrometer-dyantrace to automate send metric into dynatrace, is there any solution?
11 Jun 2024 10:56 AM
Any update on this ? , For an OSGi system , We have added micrometer-dynatrace to send metrics via Oneagent installed in a host.We are getting the same error :
*WARN* [dynatrace-metrics-publisher] io.micrometer.dynatrace.v2.DynatraceExporterV2 Failed metric ingestion: java.net.ConnectException: Connection refused
18 Sep 2024 09:14 PM
The problem might be because the feature of metric-ingest on the active gate is not enabled by default:
activeGate:
# Specifies which capabilities will be enabled on ActiveGate instances
# The following capabilities can be set:
# - routing
# - kubernetes-monitoring
# - metrics-ingest
# - dynatrace-api
#
capabilities:
- routing
- kubernetes-monitoring
- dynatrace-api