Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AI Ticketing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cnae_ss_2024
AI Ticketing
Commits
0c15d79a
Commit
0c15d79a
authored
6 months ago
by
i584237
Browse files
Options
Downloads
Patches
Plain Diff
readme updated
parent
19b5debc
Branches
main
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+7
-21
7 additions, 21 deletions
README.md
with
7 additions
and
21 deletions
README.md
+
7
−
21
View file @
0c15d79a
#
OpenTelemetry Demo - Astronomy Shop
#
Approach 2 - Automated API Documentation
-
[
Official documentation
](
https://o
pen
t
elemetry
.io/docs/d
emo
/
)
-
[
Original readme
](
./original_readme.md
)
This project is a fork from the baseline repository O
pen
T
elemetry
D
emo
.
It contains the changes to execute the approach to AI ticket generation via OpenAI Chat Completion API and publish it to a Notion database.
## Quick start
### Minikube
-
[
Install minikube
](
https://minikube.sigs.k8s.io/docs/start/
)
-
Connect to the cluster and execute the following steps
```
shell
kubectl create namespace otel-demo
kubectl apply
--namespace
otel-demo
-f
https://raw.githubusercontent.com/open-telemetry/opentelemetry-demo/main/kubernetes/opentelemetry-demo.yaml
```
### Google Cloud - GCP
Using terraform, follow the instructions in the found in
[
iac/gcp/readme.md
](
./iac/gcp/readme.md
)
### AWS
Using terraform, follow the instructions in the found in
[
iac/aws/readme.md
](
./iac/aws/readme.md
)
Follow the instructions in the
[
REPRODUCTION.md
](
REPRODUCTION.md
)
file.
## Folder Structure
-
iac. Contains Infrastructure as Code for different cloud providers (GCP, AWS)
-
iac. Contains Infrastructure as Code for different cloud providers (GCP, AWS)
Only GCP is supported.
-
internal. Tools for sanity checks and other utilities
-
kubernetes. Contains a single file with all Kubernetes manifests to create the application
-
pb. Protocol Buffers demo files
...
...
@@ -50,4 +35,5 @@ Using terraform, follow the instructions in the found in [iac/aws/readme.md](./i
-
[
quoteservice
](
./src/quoteservice/README.md
)
-
[
recommendationservice
](
./src/recommendationservice/README.md
)
-
[
shippingservice
](
./src/shippingservice/README.md
)
-
test. Tracing testing. Documentation
[
here
](
./test/README.md
)
\ No newline at end of file
-
[
ticketingservice
](
./src/ticketingservice/README.md
)
-
mttd. Mean time to detect evaluation
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment