# Jaeger

Apica Ascent supports direct ingest of logs and traces from Jaeger agent and hosts the Jaeger Collector protocol port. Running the Jaeger agent to push traces can be done by specifying the GRPC host port on the Apica Ascent Instance

```
#jaeger-agent --reporter.grpc.host-port=<apica-ascent-endpoint>:14250
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.apica.io/integrations/list-of-integrations/jaeger.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
