Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Production Endpoint for Product Telemetry #1686

Closed

Commits on Mar 13, 2024

  1. Enable Production Endpoint for Product Telemetry

    Problem:
    Start sending product telemetry to the product F5 telemetry service.
    
    Solution:
    - Use the production telemetry endpoint in production NGF image, built
      using:
      - goreleaser
      - make commands from building the images doc
    - Introduce new targets in the Makefile for building prod images.
    
    Developer instructions for building NGF image remain unchanged, and
    such image will not send any telemetry, but will report it in the logs
    at the debug level.
    
    Testing:
    - Confirmed production NGF image built using make command sends
      telemetry.
    - Confirmed developer NGF image build using make command doesn't send
      any telemetry but reports it in the logs.
    
    CLOSES - nginxinc#1563
    pleshakov committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    67cc619 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Update prod endpoint

    pleshakov committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    8f5af82 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    cd16426 View commit details
    Browse the repository at this point in the history