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

[SLO] POC SLOs with Nginx Integration #10467

Closed
1 task done
muthu-mps opened this issue Jul 12, 2024 · 2 comments
Closed
1 task done

[SLO] POC SLOs with Nginx Integration #10467

muthu-mps opened this issue Jul 12, 2024 · 2 comments
Assignees
Labels

Comments

@muthu-mps
Copy link
Contributor

muthu-mps commented Jul 12, 2024

  • The package-spec release 3.3.0 allow us to add the SLOs to the integration. Now we are able to include the SLOs in the Kibana directory and install the integration.
  • As a next step when we install the integration the SLOs should get created by the Fleet API.
  • The Fleet API should add support for the following,
    • Add SLOs defined in the integration. There can be multiple SLOs created.
    • Update the SLOs if the id already exists. There should be a clear indication in the UI that these SLOs are created from the integration.
    • Delete the SLO when its deleted from the integration.

Tasks

  1. Integration:nginx Stalled Team:Obs-InfraObs enhancement
@muthu-mps muthu-mps self-assigned this Jul 12, 2024
@muthu-mps
Copy link
Contributor Author

Please find my observations while installing the SLO from the integration,

Install SLO

  • While shipping the SLO, we define the index parameter to load the data from the specific index. In general the SLO creation page from the Kibana UI supports only the logs-* and metrics-* indices.
  • When I added logs-nginx.* as index name. This created a temporary data view in the SLOs. But it doesn't load the timestamp field from this temporary view.
  • Based on the above observations we will keep the logs-* or metrics-* as default values and then apply the query filter to filter the data from a specific dataset.
Screenshot 2024-07-18 at 6 06 13 PM

@lalit-satapathy lalit-satapathy changed the title [SLO] Ship SLOs with Nginx Integration [SLO] POC SLOs with Nginx Integration Sep 10, 2024
@muthu-mps
Copy link
Contributor Author

Closing the POC task, since this has been tested and a draft PR has been created. We will merge the PR once the fleet change gets merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants