Forum Discussion

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 Altocumulus rankAltocumulus

      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?