-
Notifications
You must be signed in to change notification settings - Fork 23
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
docs: Documentation for MetricPipeline #362
Conversation
Skipping CI for Draft Pull Request. |
Co-authored-by: Nina Hingerl <[email protected]>
docs/user/02-logs.md
Outdated
@@ -320,6 +307,22 @@ spec: | |||
... | |||
``` | |||
|
|||
### Result | |||
|
|||
To activate and verify the constructed LogPipeline, follow these steps: |
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.
Isn't activating the LogPipeline rather something like step 7? Why construct it if you're not going to activate it?
In that case, I'd put steps 1+2 of Result as a last step 7 of the procedure above. And then the verification step would be part of the Result section, along the lines of: "Result: Your Logpipeline has been activated and has the status Ready
in your cluster. Check the status with the following command:"
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.
done
docs/user/03-traces.md
Outdated
|
||
Telemetry Manager continuously watches the Secret referenced with the **secretKeyRef** construct. You can update the Secret’s values, and Telemetry Manager detects the changes and applies the new Secret to the setup. | ||
If you use a Secret owned by the [SAP BTP Service Operator](https://github.com/SAP/sap-btp-service-operator), you can configure an automated rotation using a `credentialsRotationPolicy` with a specific `rotationFrequency` and don’t have to intervene manually. | ||
|
||
### Result | ||
|
||
To activate and verify the constructed TracePipeline, follow these steps: |
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.
same as above, why is activating the pipeline not part of the procedure? How common is it that users construct the pipeline but won't activate it?
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.
done
Co-authored-by: Nina Hingerl <[email protected]>
Description
Changes proposed in this pull request:
Related Issues and Documents
Closes:
Related issues:
Traceability
area
label.Related Issues
section.Testability
The feature is unit-tested:
The feature is e2e-tested:
Tests conducted for the PR:
Codebase