how do i set up flyte binary to add a custom link ...
# flyte-support
c
how do i set up flyte binary to add a custom link to grafana for viewing logs? this what i tried:
Copy code
logging:
    level: 5
    plugins:
      logs:
        templates:
          - displayName: Grafana Logs
            templateUri:
              - <https://localhost:8000/d/adt9nt4bq1728d/flyte-logs?orgId=1&var-namespace={{> .namespace }}&var-pod={{ .podName }}
a
@creamy-leather-13520 what about the following config? btw this was suggested by the RunLLM bot, unf I haven't tried it yet:
Copy code
task_logs:
  plugins:
    logs:
      templates:
        - displayName: Grafana Logs
          templateUris:
            - "<https://localhost:8000/d/adt9nt4bq1728d/flyte-logs?orgId=1&var-namespace={{> '{{' }} .namespace {{ '}}' }}&var-pod={{ '{{' }} .podName {{ '}}' }}"
c
no luck. i just used a grafana link in the cloudwatch plugin for now
a
I hope go through this very process soon and share learnings