2.9. 메트릭
3scale toolbox를 사용하여 개발자 포털에서 메트릭을 생성, 업데이트, 나열 및 삭제합니다.
2.9.1. 메트릭 생성
메트릭을 생성하려면 다음 단계를 사용하십시오.
- 메트릭 이름을 제공해야 합니다.
-
system-name을 재정의하려면 선택적 매개변수를 사용합니다. - 동일한 이름의 메트릭이 이미 존재하는 경우 오류 메시지가 표시됩니다.
--플래그를 사용하여 비활성화된 지표를 생성합니다.disabled-
기본적으로
활성화되어있습니다.
-
기본적으로
참고
서비스위치 인수는 서비스 참조이며 서비스 ID 또는 서비스system_name일 수 있습니다.- 도구 상자는 둘 중 하나를 사용합니다.
다음 명령은 메트릭을 생성합니다.
3scale metric create [opts] <remote> <service> <metric-name>
메트릭을 생성하는 동안 다음 옵션을 사용합니다.
Options
--description=<value> This will set a metric description
--disabled This will disable this metric in all application plans
-t --system-name=<value> This will set the application plan system name
--unit=<value> Metric unit: default hit
Option for metric
-c --config-file=<value> 3scale toolbox configuration file
(default: $HOME/.3scalerc.yaml)
-h --help show help for this command
-k --insecure Proceed and operate even for server
connections otherwise considered insecure
-v --version This will print the version of this command
--verbose Verbose mode2.9.2. 메트릭 생성 또는 업데이트
다음 단계를 사용하여 새 메트릭을 생성하거나 기존 메트릭을 업데이트합니다.
- 동일한 이름의 메트릭이 이미 존재하는 경우 오류 메시지가 표시됩니다.
-
--플래그를 사용하여 비활성화된 지표를 업데이트합니다.disabled -
--플래그를 사용하여 활성화된 메트릭으로 업데이트합니다.enabled
참고
서비스위치 인수는 서비스 참조이며 서비스 ID 또는 서비스system_name일 수 있습니다.- 도구 상자는 둘 중 하나를 사용합니다.
지표위치 인수는 지표 참조이며 지표 ID 또는 지표system_name일 수 있습니다.- 도구 상자는 둘 중 하나를 사용합니다.
다음 명령도 메트릭을 업데이트합니다.
3scale metric apply [opts] <remote> <service> <metric>
메트릭을 업데이트하는 동안 다음 옵션을 사용합니다.
Options
--description=<value> This will set a metric description
--disabled This will disable this metric in all application plans
--enabled This will enable this metric in all application plans
-n --name=<value> This will set the metric name
--unit=<value> Metric unit: default hit
Options for metric
-c --config-file=<value> 3scale toolbox configuration file
(default: $HOME/.3scalerc.yaml)
-h --help show help for this command
-k --insecure Proceed and operate even for server
connections otherwise considered insecure
-v --version This will print the version of this command
--verbose Verbose mode2.9.3. 메트릭 나열
다음 명령은 메트릭을 나열합니다.
3scale metric list [opts] <remote> <service>
메트릭을 나열하는 동안 다음 옵션을 사용합니다.
Options for metric
-c --config-file=<value> 3scale toolbox configuration file
(default: $HOME/.3scalerc.yaml)
-h --help show help for this command
-k --insecure Proceed and operate even for server
connections otherwise considered insecure
-v --version This will print the version of this command
--verbose Verbose mode2.9.4. 메트릭 삭제
다음 명령은 메트릭을 삭제합니다.
3scale metric delete [opts] <remote> <service> <metric>
메트릭을 삭제하는 동안 다음 옵션을 사용합니다.
Options for metric
-c --config-file=<value> 3scale toolbox configuration file
(default: $HOME/.3scalerc.yaml)
-h --help show help for this command
-k --insecure Proceed and operate even for server
connections otherwise considered insecure
-v --version This will print the version of this command
--verbose Verbose mode