You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am trying to run the ocelot-meets-elastic-apm configuration server outside the docker compose. I am trying to run it against Petclinic sample as per the below command:
java -Dinspectit.service-name="InspectIT-ConfigService" -Dinspectit.config.file-based.path="/home/ubuntu/config" -javaagent:/home/ubuntu/inspectit/inspectit-ocelot-1.4/inspectit-ocelot-agent-1.4.jar -jar /home/ubuntu/spring-petclinic-microservices/spring-petclinic-config-server/target/spring-petclinic-config-server-2.3.1.jar
I am getting the following errors:
ERROR 6615 --- [inspectIT] [ Thread-0] r.i.o.core.config.InspectitEnvironment : instrumentation.rules.httpurlconnection_tracing_end.entry.http_method => Action with name 'httpurlconnection_get_method' does not exist!
inspectIT] [ Thread-0] r.i.o.core.config.InspectitEnvironment : instrumentation.rules.httpurlconnection_tracing_end.entry.http_raw_path => Action with name 'httpurlconnection_get_path' does not exist!
ERROR 6623 [inspectIT] [ Thread-0] r.i.o.core.config.InspectitEnvironment : instrumentation.rules.httpurlconnection_tracing_start.post-entry.span_obj => Action with name 'replace_attachment_on_this' does not exist!
ERROR 6623 --- [inspectIT] [ Thread-0] r.i.o.core.config.InspectitEnvironment : instrumentation.rules.parametrize_paths.entry.parametrized_http_path => Action with name 'string_replace_all' does not exist!
ERROR 6624 --- [inspectIT] [ Thread-0] r.i.o.core.config.InspectitEnvironment :
instrumentation.rules.httpurlconnection_tracing_start.scopes => Scope 'httpurlconnection_getOutputStream' does not exist!
and many such errors.
Could you pls suggest any possible ways to resolve the above errors?
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to run the ocelot-meets-elastic-apm configuration server outside the docker compose. I am trying to run it against Petclinic sample as per the below command:
java -Dinspectit.service-name="InspectIT-ConfigService" -Dinspectit.config.file-based.path="/home/ubuntu/config" -javaagent:/home/ubuntu/inspectit/inspectit-ocelot-1.4/inspectit-ocelot-agent-1.4.jar -jar /home/ubuntu/spring-petclinic-microservices/spring-petclinic-config-server/target/spring-petclinic-config-server-2.3.1.jar
I am getting the following errors:
ERROR 6615 --- [inspectIT] [ Thread-0] r.i.o.core.config.InspectitEnvironment : instrumentation.rules.httpurlconnection_tracing_end.entry.http_method => Action with name 'httpurlconnection_get_method' does not exist!
inspectIT] [ Thread-0] r.i.o.core.config.InspectitEnvironment : instrumentation.rules.httpurlconnection_tracing_end.entry.http_raw_path => Action with name 'httpurlconnection_get_path' does not exist!
ERROR 6623 [inspectIT] [ Thread-0] r.i.o.core.config.InspectitEnvironment : instrumentation.rules.httpurlconnection_tracing_start.post-entry.span_obj => Action with name 'replace_attachment_on_this' does not exist!
ERROR 6623 --- [inspectIT] [ Thread-0] r.i.o.core.config.InspectitEnvironment : instrumentation.rules.parametrize_paths.entry.parametrized_http_path => Action with name 'string_replace_all' does not exist!
ERROR 6624 --- [inspectIT] [ Thread-0] r.i.o.core.config.InspectitEnvironment :
instrumentation.rules.httpurlconnection_tracing_start.scopes => Scope 'httpurlconnection_getOutputStream' does not exist!
and many such errors.
Could you pls suggest any possible ways to resolve the above errors?
The text was updated successfully, but these errors were encountered: