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

Load Test chart #112

Merged
merged 2 commits into from
Dec 4, 2020
Merged

Load Test chart #112

merged 2 commits into from
Dec 4, 2020

Conversation

paologallinaharbur
Copy link
Member

Fix #106

This PR add a chart to generate prometheus load.

It creates n services per deployment where n is numberServicesPerDeploy
The deployments can be configured with the array:

deployments:
  - name: one
    latency: "12"
    latencyVariation: "0"
    metrics: "https://raw.githubusercontent.com/newrelic/nri-prometheus/main/internal/cmd/scraper/testData/testData.prometheus"
    #maxRoutines: ""

Notice that each values has default and that none of them is required to be unique:

Name of deployment: <name>-lat<latency>-latvar<latencyVar>-<deployindex>

Name of service: <name>-lat<latency>-latvar<latencyVar>-<deployindex>-<serviceindex>

@paologallinaharbur paologallinaharbur changed the title WIP Feat/create testing Load Test chart Dec 3, 2020
gsanchezgavier
gsanchezgavier previously approved these changes Dec 3, 2020
Copy link
Contributor

@gsanchezgavier gsanchezgavier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great work! thanks

load-test/Chart.yaml Outdated Show resolved Hide resolved
@paologallinaharbur paologallinaharbur merged commit c30461a into main Dec 4, 2020
@paologallinaharbur paologallinaharbur deleted the feat/createTesting branch December 4, 2020 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Load test environment Helm chart
2 participants