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
Hey there, I am just trying out ocelot and wanted to verify something: I've built a spring boot 3 hello woröd service with one simple endpoint animals and a mariadb repository. I've connected the agent without additional config applied, using the stripped down docker compose from the demo repository, without the petclinic apps. All seema to work, the service is shown in grafana, jaeger and config-server (i removed all rules etc specific to petclinic and fiddled a bit with the service name in the grafana templates), but:
All I see in grafana is jvm metrics only, and not for example http metrics. Is that wanted?
For jaeger, I see spans, but only for the hikaridatasource, not for e.g. the endpoint call.
I even tried to add the actuator endpoint and add the config to expose all actuator endpoints, without any change, though the endpoints are available. Does the client overwrite/ignore this?
So my question is, on a higher level: Is this the autoinstrumentation default behaviour, without defining additional rules/actions, or am I missing sth/did I misconfigure sth?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey there, I am just trying out ocelot and wanted to verify something: I've built a spring boot 3 hello woröd service with one simple endpoint
animals
and a mariadb repository. I've connected the agent without additional config applied, using the stripped down docker compose from the demo repository, without the petclinic apps. All seema to work, the service is shown in grafana, jaeger and config-server (i removed all rules etc specific to petclinic and fiddled a bit with the service name in the grafana templates), but:So my question is, on a higher level: Is this the autoinstrumentation default behaviour, without defining additional rules/actions, or am I missing sth/did I misconfigure sth?
Any advice is much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions