-
Notifications
You must be signed in to change notification settings - Fork 236
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: Implements SLO Datasource and SLO Resource #890
Closed
Closed
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
23ba3d3
slo: Support SLO Datasource Read Functionality
elainevuong b9e8d63
slo: Support SLO Resource Create Functionality
elainevuong 64b90ce
slo: Adds a resourceSloRead method to the SLO Resource Create Functio…
elainevuong 3f5a8fb
Modify README
elainevuong e2ceedc
slo: Support SLO Resource Delete Functionality
elainevuong 1af04a0
slo: Support SLO Resource Update Functionality
elainevuong 0453983
slo: Support SLO Resource Import Functionality
elainevuong f4d7f01
slo: Update Testing READMEs, implement SLO Datasource HG Functionality
elainevuong 6b399bc
slo: Implement SLO Resource CREATE and READ HG Functionality and Test…
elainevuong abc322e
slo: Implement SLO Resource UPDATE HG Functionality and Testing READMEs
elainevuong 639bd4b
slo: Implement SLO Resource DESTROY HG Functionality and Testing READMEs
elainevuong e3cae37
slo: Implement SLO Resource IMPORT HG Functionality and Update Testin…
elainevuong 51ee8af
Modify Grafana Client for the ListSLOs functionality for the Datasour…
elainevuong ec907b3
Modify Grafana Client and Terraform Provider for the GetSLO and Creat…
elainevuong 16e94a9
Modify Grafana Client and Terraform Provider for the DeleteSLO functi…
elainevuong 924fee8
Modify Grafana Client and Terraform Provider for the UpdateSLO functi…
elainevuong 98c6ec3
Testing - Checking Initial Resource Attributes and Attribute Sets
elainevuong 1c4e53a
Updates READMEs for testing
elainevuong 067d2b9
Updated to replace the specific branch on the Grafana API Golang Client
elainevuong aa6c7c9
Adding Testing Functions to check for Slo existence and Slo destroy
elainevuong 10cd20c
Updated the Grafana API Wrapper Update Method on UpdateSlo
elainevuong 8159de5
Modify UUID Naming in GAPI
elainevuong a059c87
Merge branch 'master' into elainevuong/slo
elainevuong 3fa6c78
Update Linting Comments
elainevuong 1ce6f8e
Merge branch 'elainevuong/slo' of https://github.com/grafana/terrafor…
elainevuong c556886
Tests Passing for SLO Resources
elainevuong 7c4838e
Update Variable Naming and Branch Reference in go.mod
elainevuong 0f45dec
Added Update Test for SLO Resources
elainevuong 0266403
Adding Checks for Empty SLOs for Datasource ListSlos Read
elainevuong a7f7970
Adds checks for nil alertData, fastBurn/slowBurn and tests
elainevuong 87852c4
Added Tests for Invalid Queries and Invalid Objectives
elainevuong d95d024
Updating Tests
elainevuong 461da7f
Adding Error Messages and Datasource SLO Tests
elainevuong c42efe9
Modifies GAPI Branch Reference
elainevuong 59b24ed
Updating Docs and Descriptions on Resources
elainevuong c1af1d3
Merge branch 'master' into elainevuong/slo
elainevuong b1603f8
Updating Docs and Description on SLO Datasource
elainevuong 5f6d81b
Update Formatting
elainevuong 91c0b75
Revert Drone Changes
elainevuong f79086f
Formatting
elainevuong 995f953
Updates GAPI Branch
elainevuong fd06f45
Merge branch 'master' into elainevuong/slo
elainevuong d681701
Add Instructions for Testing SLO Resources
elainevuong 1fbfb63
Merge branch 'elainevuong/slo' of https://github.com/grafana/terrafor…
elainevuong 1e37f1e
Update the Schema for the Query to match the API Types
elainevuong 88c72ee
Query Labels Packed
elainevuong 27f3502
Update Error Handling for Query Types Not Yet Implemented
elainevuong f625f39
Updating Datasource and Resource Fields on HCL Schema
elainevuong dd7fcfe
Updating Testing Files
elainevuong 555bbea
Regenerate Documentation
elainevuong 47503a2
Terraform FMT and Modifying Tests
elainevuong e2a136c
Updated Docs and Tests
elainevuong 5fe1b0e
Correct Test Query
elainevuong 2af66cc
Updating Unpack Functionality for modified Query Type
elainevuong 6623c58
Updating Resources
elainevuong File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't think we could use GroupByLabels with the FreeFormQuery... wouldn't that imply that we'd be modifying the FreeFormQuery to add some additional aggregation / grouping?
Do you have an example where this is needed