Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

BramsBytes's avatar
Aug 01, 2025

AST and Telemetry Streaming

Hi! 

I am quite please with the Application Study Tool, but there is one thing that I keep wondering about. 

The OpenTelemetry component (otel-collector) currently pulls data from the F5 using the iControl REST API, however: there is also Telemetry Streaming available. Is it possible to use Telemetry Streaming for getting the data into Prometheus? 

3 Replies

  • Hi BramsBytes,
    Those are usually separate use cases. Are you looking to combine AST with Telemetry Streaming, or are you just looking to run Telemetry Streaming with Prometheus as the consumer?

    If you just want to get data into Prometheus, you can find the guide here:
    https://clouddocs.f5.com/products/extensions/f5-telemetry-streaming/latest/pull-consumers.html#pull

    Note that this is a pull by Prometheus -- not a push like in AST -- and it isn't AST (different set of metrics, different data format, and no included Grafana dashboard).

    • BramsBytes's avatar
      BramsBytes
      Icon for Cirrus rankCirrus

      I am looking to combine AST with Telemetry Streaming as - from my understanding so far - the Otel Collectory that comes with AST uses iControl calls to obtain the metrics from the F5. 

       

      Since Telemetry Streaming supports pushing to an Otel Collector I was wondering if it would be possible to use that method to get data into the AST. 

      • JasonEpstein's avatar
        JasonEpstein
        Icon for Employee rankEmployee

        ... the Otel Collectory that comes with AST uses iControl calls to obtain the metrics from the F5.

        Yes, that is correct.

         


        Since Telemetry Streaming supports pushing to an Otel Collector I was wondering if it would be possible to use that method to get data into the AST. 

        The AST Otel Collector is not currently written to receive data via push. It only has the ability to pull data using the iControl REST API (as you pointed out above). This could certainly be a feature request, but what is the reason you would like push data to it using Telemetry Streaming instead of the pull method it uses today?